You are on page 1of 2

https://docs.oracle.com/cd/E16754_01/doc.75/e16707/inv_config.

htm#BRMIN109

0 PIN_FLD_POID POID [0] 0.0.0.1 /bill 255754 1

xop PCM_OP_INV_MAKE_INVOICE 0 1

0 PIN_FLD_POID POID [0] 0.0.0.1 /account 260817 1


0 PIN_FLD_BILLINFO_OBJ POID [0] 0.0.0.1 /billinfo 260561 1
0 PIN_FLD_PROGRAM_NAME STR [0] "Testnap"

// for making invoice


0 PIN_FLD_POID POID [0] 0.0.0.1 /bill 260912 1
xop PCM_OP_BILL_MAKE_BILL 0 1

From Srikanth Vaddiparthi to Everyone 01:47 PM


https://docs.oracle.com/cd/E16754_01/doc.75/e16707/inv_config.htm#BRMIN109
From Srikanth Vaddiparthi to Everyone 02:02 PM
I am here only.
Just checking something quick.
Please go thru the doc.
From Srikanth Vaddiparthi to Everyone 02:14 PM
Lets discuss in a while.
From Srikanth Vaddiparthi to Everyone 02:22 PM
PCM_OP_INV_MAKE_INVOICE
0 PIN_FLD_POID POID [0] 0.0.0.1 /bill bill_poid 1
From Srikanth Vaddiparthi to Everyone 02:48 PM
invoice_format_bufs_t
Me to Sophia Stephen (Direct Message) 02:53 PM
send query
Me to jogi.dileep (Direct Message) 02:55 PM
send last query
From jogi.dileep to Me (Direct Message) 02:55 PM
select * from invoice_formats_buf_t where obj_id0=255561;
From Sophia Stephen to Me (Direct Message) 03:57 PM
select * from group_t where account_obj_id0 = 231246; -- Parent ACCOUNT_OBJ

select * from group_billing_members_t where obj_id0 = 231823;


/* 231415
229967 Child Account POID
231373 */

select poid_id0, ar_billinfo_obj_id0, pay_type from billinfo_t where


account_obj_id0 = 231246; -- 230606 Parent Billinfo POID

select poid_id0,account_obj_id0, ar_billinfo_obj_id0 , pay_type from billinfo_t


where account_obj_id0 IN (231415,
229967 ,
231373);

/*
1. Bill All Childs
2. Bill Parent
3. Take Parent BIll POID after billing
4. Run Invoice for the parent bill poid. */
From jogi.dileep to Me (Direct Message) 04:26 PM
select * from group_t where account_obj_id0 = 231246; -- Parent ACCOUNT_OBJ

select * from group_billing_members_t where obj_id0 = 231823;


/* 231415
229967 Child Account POID
231373 */
From jogi.dileep to Me (Direct Message) 04:33 PM
select poid_id0, ar_billinfo_obj_id0, pay_type from billinfo_t where
account_obj_id0 = 254952; -- 230606 Parent Billinfo POID
select poid_id0,account_obj_id0, ar_billinfo_obj_id0 , pay_type from billinfo_t
where account_obj_id0 IN (257546,
254168 ,
257609);

You might also like