DBA Data[Home] [Help]

APPS.JAI_AR_TCS_REP_PKG dependencies on JAI_CMN_GL_PKG

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

210: ||Credit the liability account
211: */
212: /*commented by csahoo for bug# 6401388
213: jai_cmn_debug_contexts_pkg.print ( pn_reg_id => ln_reg_id ,
214: PV_LOG_MSG => 'CREDIT MEMO ENTRIES GETTING PASSED TO jai_cmn_gl_pkg.create_gl_entry ARE :- ' ||fnd_global.local_chr(10)
215: ||', p_organization_id -> '|| p_organization_id ||fnd_global.local_chr(10)
216: ||', p_currency_code -> '|| p_currency_code ||fnd_global.local_chr(10)
217: ||', p_credit_amount -> '|| round(rec_cur_get_picking_taxes.func_tax_amount) ||fnd_global.local_chr(10)
218: ||', p_debit_amount -> '|| 0 ||fnd_global.local_chr(10)

Line 235: jai_cmn_gl_pkg.create_gl_entry

231: ||', p_reference_26 -> '|| v_ref_26
232: );*/
233:
234:
235: jai_cmn_gl_pkg.create_gl_entry
236: (p_organization_id => p_organization_id ,
237: p_currency_code => p_currency_code ,
238: p_credit_amount => round(rec_cur_get_picking_taxes.func_tax_amount) ,
239: p_debit_amount => 0 ,

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

256: ||Debit the Interim liability account
257: */
258: /*
259: jai_cmn_debug_contexts_pkg.print ( pn_reg_id => ln_reg_id ,
260: pv_log_msg => 'DEBIT MEMO ENTRIES GETTING PASSED TO jai_cmn_gl_pkg.create_gl_entry ARE :- '||fnd_global.local_chr(10)
261: ||', p_organization_id -> '|| p_organization_id ||fnd_global.local_chr(10)
262: ||', p_currency_code -> '|| p_currency_code ||fnd_global.local_chr(10)
263: ||', p_credit_amount -> '|| 0 ||fnd_global.local_chr(10)
264: ||', p_debit_amount -> '|| round(rec_cur_get_picking_taxes.func_tax_amount) ||fnd_global.local_chr(10)

Line 279: jai_cmn_gl_pkg.create_gl_entry

275: ||', p_reference_24 -> '|| v_ref_24 ||fnd_global.local_chr(10)
276: ||', p_reference_25 -> '|| v_ref_25 ||fnd_global.local_chr(10)
277: ||', p_reference_26 -> '|| v_ref_26
278: );*/
279: jai_cmn_gl_pkg.create_gl_entry
280: (p_organization_id => p_organization_id ,
281: p_currency_code => p_currency_code ,
282: p_credit_amount => 0 ,
283: p_debit_amount => round(rec_cur_get_picking_taxes.func_tax_amount) ,

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

448: ||Credit the liability account
449: */
450: /*commented by csahoo for bug# 6401388
451: jai_cmn_debug_contexts_pkg.print ( pn_reg_id => ln_reg_id ,
452: PV_LOG_MSG => 'CREDIT MEMO ENTRIES GETTING PASSED TO jai_cmn_gl_pkg.create_gl_entry ARE :- ' ||fnd_global.local_chr(10)
453: ||', p_organization_id -> '|| rec_cur_get_inv_det.organization_id ||fnd_global.local_chr(10)
454: ||', p_currency_code -> '|| p_ract.invoice_currency_code ||fnd_global.local_chr(10)
455: ||', p_credit_amount -> '|| round(rec_cur_get_inv_det.func_tax_amount) ||fnd_global.local_chr(10)
456: ||', p_debit_amount -> '|| 0 ||fnd_global.local_chr(10)

Line 472: jai_cmn_gl_pkg.create_gl_entry

468: ||', p_reference_25 -> '|| v_ref_25 ||fnd_global.local_chr(10)
469: ||', p_reference_26 -> '|| v_ref_26
470: );*/
471:
472: jai_cmn_gl_pkg.create_gl_entry
473: (p_organization_id => rec_cur_get_inv_det.organization_id ,
474: p_currency_code => p_ract.invoice_currency_code ,
475: p_credit_amount => round(rec_cur_get_inv_det.func_tax_amount) ,
476: p_debit_amount => 0 ,

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

494: ||Debit the Interim liability account
495: */
496: /*commented by csahoo for bug# 6401388
497: jai_cmn_debug_contexts_pkg.print ( pn_reg_id => ln_reg_id ,
498: pv_log_msg => 'DEBIT MEMO ENTRIES GETTING PASSED TO jai_cmn_gl_pkg.create_gl_entry ARE :- '||fnd_global.local_chr(10)
499: ||', p_organization_id -> '|| rec_cur_get_inv_det.organization_id ||fnd_global.local_chr(10)
500: ||', p_currency_code -> '|| p_ract.invoice_currency_code ||fnd_global.local_chr(10)
501: ||', p_credit_amount -> '|| 0 ||fnd_global.local_chr(10)
502: ||', p_debit_amount -> '|| round(rec_cur_get_inv_det.func_tax_amount) ||fnd_global.local_chr(10)

Line 518: jai_cmn_gl_pkg.create_gl_entry

514: ||', p_reference_25 -> '|| v_ref_25 ||fnd_global.local_chr(10)
515: ||', p_reference_26 -> '|| v_ref_26
516: );*/
517:
518: jai_cmn_gl_pkg.create_gl_entry
519: (p_organization_id => rec_cur_get_inv_det.organization_id ,
520: p_currency_code => p_ract.invoice_currency_code ,
521: p_credit_amount => 0 ,
522: p_debit_amount => round(rec_cur_get_inv_det.func_tax_amount) ,