DBA Data[Home] [Help]

APPS.JAI_RCV_RCV_RTV_PKG dependencies on JAI_RCV_ACCOUNTING_PKG

Line 849: jai_rcv_accounting_pkg.process_transaction(

845: ||' '||lpad(round(nvl(tr_jv(jv_num).non_rnd_entered_cr,0),8),20, ' ')
846: );
847: end if;
848: IF nvl(tr_jv(jv_num).entered_dr,0) <> 0 OR nvl(tr_jv(jv_num).entered_cr,0) <> 0 THEN/*Bug 5527885*/
849: jai_rcv_accounting_pkg.process_transaction(
850: p_transaction_id => p_transaction_id,
851: p_acct_type => tr_jv(jv_num).acct_type ,
852: p_acct_nature => tr_jv(jv_num).acct_nature ,
853: p_source_name => tr_jv(jv_num).source_name ,

Line 3108: Fnd_File.put_line(Fnd_File.LOG, ' Call to -> jai_rcv_accounting_pkg.process_transaction');

3104: /* procedure to populate gl inetrface, JAI_RCV_JOURNAL_ENTRIES and receiving subledger */
3105: /*Bug 5527885 Start*/
3106: /*
3107: if p_debug = 'Y' then
3108: Fnd_File.put_line(Fnd_File.LOG, ' Call to -> jai_rcv_accounting_pkg.process_transaction');
3109: end if;
3110:
3111:
3112:

Line 3113: jai_rcv_accounting_pkg.process_transaction

3109: end if;
3110:
3111:
3112:
3113: jai_rcv_accounting_pkg.process_transaction
3114: (
3115: p_transaction_id => p_transaction_id,
3116: p_acct_type => lv_acct_type,
3117: p_acct_nature => lv_acct_nature,