DBA Data[Home] [Help]

APPS.JAI_RCV_RCV_RTV_PKG dependencies on JAI_RCV_ACCOUNTING_PKG

Line 992: jai_rcv_accounting_pkg.process_transaction(

988: ||' '||lpad(round(nvl(tr_jv(jv_num).non_rnd_entered_cr,0),8),20, ' ')
989: );
990: end if;
991: IF nvl(tr_jv(jv_num).entered_dr,0) <> 0 OR nvl(tr_jv(jv_num).entered_cr,0) <> 0 THEN/*Bug 5527885*/
992: jai_rcv_accounting_pkg.process_transaction(
993: p_transaction_id => p_transaction_id,
994: p_acct_type => tr_jv(jv_num).acct_type ,
995: p_acct_nature => tr_jv(jv_num).acct_nature ,
996: p_source_name => tr_jv(jv_num).source_name ,

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

4040: /* procedure to populate gl inetrface, JAI_RCV_JOURNAL_ENTRIES and receiving subledger */
4041: /*Bug 5527885 Start*/
4042: /*
4043: if p_debug = 'Y' then
4044: Fnd_File.put_line(Fnd_File.LOG, ' Call to -> jai_rcv_accounting_pkg.process_transaction');
4045: end if;
4046:
4047:
4048:

Line 4049: jai_rcv_accounting_pkg.process_transaction

4045: end if;
4046:
4047:
4048:
4049: jai_rcv_accounting_pkg.process_transaction
4050: (
4051: p_transaction_id => p_transaction_id,
4052: p_acct_type => lv_acct_type,
4053: p_acct_nature => lv_acct_nature,