DBA Data[Home] [Help]

APPS.JAI_AR_TCS_REP_PKG dependencies on JAI_CMN_GL_PKG

Line 291: PV_LOG_MSG => 'CREDIT MEMO ENTRIES GETTING PASSED TO jai_cmn_gl_pkg.create_gl_entry ARE :- ' ||fnd_global.local_chr(10)

287: ||Credit the liability account
288: */
289: /*commented by csahoo for bug# 6401388
290: jai_cmn_debug_contexts_pkg.print ( pn_reg_id => ln_reg_id ,
291: PV_LOG_MSG => 'CREDIT MEMO ENTRIES GETTING PASSED TO jai_cmn_gl_pkg.create_gl_entry ARE :- ' ||fnd_global.local_chr(10)
292: ||', p_organization_id -> '|| p_organization_id ||fnd_global.local_chr(10)
293: ||', p_currency_code -> '|| p_currency_code ||fnd_global.local_chr(10)
294: ||', p_credit_amount -> '|| round(rec_cur_get_picking_taxes.func_tax_amount) ||fnd_global.local_chr(10)
295: ||', p_debit_amount -> '|| 0 ||fnd_global.local_chr(10)

Line 312: jai_cmn_gl_pkg.create_gl_entry

308: ||', p_reference_26 -> '|| v_ref_26
309: );*/
310:
311:
312: jai_cmn_gl_pkg.create_gl_entry
313: (p_organization_id => p_organization_id ,
314: p_currency_code => p_currency_code ,
315: p_credit_amount => round(rec_cur_get_picking_taxes.func_tax_amount) ,
316: p_debit_amount => 0 ,

Line 337: pv_log_msg => 'DEBIT MEMO ENTRIES GETTING PASSED TO jai_cmn_gl_pkg.create_gl_entry ARE :- '||fnd_global.local_chr(10)

333: ||Debit the Interim liability account
334: */
335: /*
336: jai_cmn_debug_contexts_pkg.print ( pn_reg_id => ln_reg_id ,
337: pv_log_msg => 'DEBIT MEMO ENTRIES GETTING PASSED TO jai_cmn_gl_pkg.create_gl_entry ARE :- '||fnd_global.local_chr(10)
338: ||', p_organization_id -> '|| p_organization_id ||fnd_global.local_chr(10)
339: ||', p_currency_code -> '|| p_currency_code ||fnd_global.local_chr(10)
340: ||', p_credit_amount -> '|| 0 ||fnd_global.local_chr(10)
341: ||', p_debit_amount -> '|| round(rec_cur_get_picking_taxes.func_tax_amount) ||fnd_global.local_chr(10)

Line 356: jai_cmn_gl_pkg.create_gl_entry

352: ||', p_reference_24 -> '|| v_ref_24 ||fnd_global.local_chr(10)
353: ||', p_reference_25 -> '|| v_ref_25 ||fnd_global.local_chr(10)
354: ||', p_reference_26 -> '|| v_ref_26
355: );*/
356: jai_cmn_gl_pkg.create_gl_entry
357: (p_organization_id => p_organization_id ,
358: p_currency_code => p_currency_code ,
359: p_credit_amount => 0 ,
360: p_debit_amount => round(rec_cur_get_picking_taxes.func_tax_amount) ,

Line 550: jai_cmn_gl_pkg.create_gl_entry

546: /*
547: ||Debit the liability account
548: */
549:
550: jai_cmn_gl_pkg.create_gl_entry
551: (p_organization_id => p_organization_id ,
552: p_currency_code => v_currency_code ,
553: p_credit_amount => 0 ,
554: p_debit_amount => round(NVL(rec_cur_get_picking_taxes.tax_amount,0)) ,

Line 644: jai_cmn_gl_pkg.create_gl_entry

640: /*
641: ||credit the Interim liability account
642: */
643:
644: jai_cmn_gl_pkg.create_gl_entry
645: (p_organization_id => p_organization_id ,
646: p_currency_code => v_currency_code ,
647: p_credit_amount => round(NVL(rec_cur_get_picking_taxes.tax_amount,0)),
648: p_debit_amount => 0 ,

Line 918: PV_LOG_MSG => 'CREDIT MEMO ENTRIES GETTING PASSED TO jai_cmn_gl_pkg.create_gl_entry ARE :- ' ||fnd_global.local_chr(10)

914: ||Credit the liability account
915: */
916: /*commented by csahoo for bug# 6401388
917: jai_cmn_debug_contexts_pkg.print ( pn_reg_id => ln_reg_id ,
918: PV_LOG_MSG => 'CREDIT MEMO ENTRIES GETTING PASSED TO jai_cmn_gl_pkg.create_gl_entry ARE :- ' ||fnd_global.local_chr(10)
919: ||', p_organization_id -> '|| rec_cur_get_inv_det.organization_id ||fnd_global.local_chr(10)
920: ||', p_currency_code -> '|| p_ract.invoice_currency_code ||fnd_global.local_chr(10)
921: ||', p_credit_amount -> '|| round(rec_cur_get_inv_det.func_tax_amount) ||fnd_global.local_chr(10)
922: ||', p_debit_amount -> '|| 0 ||fnd_global.local_chr(10)

Line 958: jai_cmn_gl_pkg.create_gl_entry

954:
955: -----------------------------------------------------------------------------------
956: --Added by Xiao for Open Interface ER bug#11683927 on 03-Mar-2011, end
957:
958: jai_cmn_gl_pkg.create_gl_entry
959: (p_organization_id => rec_cur_get_inv_det.organization_id ,
960: p_currency_code => p_ract.invoice_currency_code ,
961: p_credit_amount => round(rec_cur_get_inv_det.func_tax_amount) ,
962: p_debit_amount => 0 ,

Line 984: pv_log_msg => 'DEBIT MEMO ENTRIES GETTING PASSED TO jai_cmn_gl_pkg.create_gl_entry ARE :- '||fnd_global.local_chr(10)

980: ||Debit the Interim liability account
981: */
982: /*commented by csahoo for bug# 6401388
983: jai_cmn_debug_contexts_pkg.print ( pn_reg_id => ln_reg_id ,
984: pv_log_msg => 'DEBIT MEMO ENTRIES GETTING PASSED TO jai_cmn_gl_pkg.create_gl_entry ARE :- '||fnd_global.local_chr(10)
985: ||', p_organization_id -> '|| rec_cur_get_inv_det.organization_id ||fnd_global.local_chr(10)
986: ||', p_currency_code -> '|| p_ract.invoice_currency_code ||fnd_global.local_chr(10)
987: ||', p_credit_amount -> '|| 0 ||fnd_global.local_chr(10)
988: ||', p_debit_amount -> '|| round(rec_cur_get_inv_det.func_tax_amount) ||fnd_global.local_chr(10)

Line 1004: jai_cmn_gl_pkg.create_gl_entry

1000: ||', p_reference_25 -> '|| v_ref_25 ||fnd_global.local_chr(10)
1001: ||', p_reference_26 -> '|| v_ref_26
1002: );*/
1003:
1004: jai_cmn_gl_pkg.create_gl_entry
1005: (p_organization_id => rec_cur_get_inv_det.organization_id ,
1006: p_currency_code => p_ract.invoice_currency_code ,
1007: p_credit_amount => 0 ,
1008: p_debit_amount => round(rec_cur_get_inv_det.func_tax_amount) ,