DBA Data[Home] [Help]

APPS.JAI_AR_TCS_REP_PKG dependencies on JAI_CMN_RGM_RECORDING_PKG

Line 161: || by calling the function jai_cmn_rgm_recording_pkg.get_account

157:
158:
159: /*********************************************************************************************************
160: || Get the code combination id from the Organization/Regime Registration setup
161: || by calling the function jai_cmn_rgm_recording_pkg.get_account
162: *********************************************************************************************************/
163:
164: /*commented by csahoo for bug# 6401388
165: jai_cmn_debug_contexts_pkg.print ( pn_reg_id => ln_reg_id ,

Line 166: pv_log_msg => 'Before call to jai_cmn_rgm_recording_pkg.get_account for int liab'

162: *********************************************************************************************************/
163:
164: /*commented by csahoo for bug# 6401388
165: jai_cmn_debug_contexts_pkg.print ( pn_reg_id => ln_reg_id ,
166: pv_log_msg => 'Before call to jai_cmn_rgm_recording_pkg.get_account for int liab'
167: );*/
168: v_liab_acc_ccid := jai_cmn_rgm_recording_pkg.get_account (
169: p_regime_id => rec_cur_get_picking_taxes.regime_id ,
170: p_organization_type => jai_constants.orgn_type_io ,

Line 168: v_liab_acc_ccid := jai_cmn_rgm_recording_pkg.get_account (

164: /*commented by csahoo for bug# 6401388
165: jai_cmn_debug_contexts_pkg.print ( pn_reg_id => ln_reg_id ,
166: pv_log_msg => 'Before call to jai_cmn_rgm_recording_pkg.get_account for int liab'
167: );*/
168: v_liab_acc_ccid := jai_cmn_rgm_recording_pkg.get_account (
169: p_regime_id => rec_cur_get_picking_taxes.regime_id ,
170: p_organization_type => jai_constants.orgn_type_io ,
171: p_organization_id => p_organization_id ,
172: p_location_id => p_location_id ,

Line 179: pv_log_msg => 'Before call to jai_cmn_rgm_recording_pkg.get_account for liab'

175: );
176:
177: /*commented by csahoo for bug# 6401388
178: jai_cmn_debug_contexts_pkg.print ( pn_reg_id => ln_reg_id ,
179: pv_log_msg => 'Before call to jai_cmn_rgm_recording_pkg.get_account for liab'
180: );*/
181: v_int_liab_acc_ccid := jai_cmn_rgm_recording_pkg.get_account (
182: p_regime_id => rec_cur_get_picking_taxes.regime_id ,
183: p_organization_type => jai_constants.orgn_type_io ,

Line 181: v_int_liab_acc_ccid := jai_cmn_rgm_recording_pkg.get_account (

177: /*commented by csahoo for bug# 6401388
178: jai_cmn_debug_contexts_pkg.print ( pn_reg_id => ln_reg_id ,
179: pv_log_msg => 'Before call to jai_cmn_rgm_recording_pkg.get_account for liab'
180: );*/
181: v_int_liab_acc_ccid := jai_cmn_rgm_recording_pkg.get_account (
182: p_regime_id => rec_cur_get_picking_taxes.regime_id ,
183: p_organization_type => jai_constants.orgn_type_io ,
184: p_organization_id => p_organization_id ,
185: p_location_id => p_location_id ,

Line 196: || Code Combination id has been returned as null from the function jai_cmn_rgm_recording_pkg.get_account

192: IF v_int_liab_acc_ccid IS NULL OR
193: v_liab_acc_ccid IS NULL
194: THEN
195: /**********************************************************************************************************
196: || Code Combination id has been returned as null from the function jai_cmn_rgm_recording_pkg.get_account
197: || This is an error condition and the current processing has to be stopped
198: **********************************************************************************************************/
199: /*commented by csahoo for bug# 6401388
200: jai_cmn_debug_contexts_pkg.print ( pn_reg_id => ln_reg_id ,

Line 201: pv_log_msg => 'Error in call to jai_cmn_rgm_recording_pkg.get_account'

197: || This is an error condition and the current processing has to be stopped
198: **********************************************************************************************************/
199: /*commented by csahoo for bug# 6401388
200: jai_cmn_debug_contexts_pkg.print ( pn_reg_id => ln_reg_id ,
201: pv_log_msg => 'Error in call to jai_cmn_rgm_recording_pkg.get_account'
202: );*/
203: p_process_flag := jai_constants.expected_error;
204: p_process_message := 'Invalid Code combination ,please check the TCS Tax - Tax Accounting Setup';
205: return;

Line 399: || by calling the function jai_cmn_rgm_recording_pkg.get_account

395:
396:
397: /*********************************************************************************************************
398: || Get the code combination id from the Organization/Regime Registration setup
399: || by calling the function jai_cmn_rgm_recording_pkg.get_account
400: *********************************************************************************************************/
401:
402: /*commented by csahoo for bug# 6401388
403: jai_cmn_debug_contexts_pkg.print ( pn_reg_id => ln_reg_id ,

Line 404: pv_log_msg => 'Before call to jai_cmn_rgm_recording_pkg.get_account for int liab'

400: *********************************************************************************************************/
401:
402: /*commented by csahoo for bug# 6401388
403: jai_cmn_debug_contexts_pkg.print ( pn_reg_id => ln_reg_id ,
404: pv_log_msg => 'Before call to jai_cmn_rgm_recording_pkg.get_account for int liab'
405: );*/
406: v_liab_acc_ccid := jai_cmn_rgm_recording_pkg.get_account (
407: p_regime_id => rec_cur_get_inv_det.regime_id ,
408: p_organization_type => jai_constants.orgn_type_io ,

Line 406: v_liab_acc_ccid := jai_cmn_rgm_recording_pkg.get_account (

402: /*commented by csahoo for bug# 6401388
403: jai_cmn_debug_contexts_pkg.print ( pn_reg_id => ln_reg_id ,
404: pv_log_msg => 'Before call to jai_cmn_rgm_recording_pkg.get_account for int liab'
405: );*/
406: v_liab_acc_ccid := jai_cmn_rgm_recording_pkg.get_account (
407: p_regime_id => rec_cur_get_inv_det.regime_id ,
408: p_organization_type => jai_constants.orgn_type_io ,
409: p_organization_id => rec_cur_get_inv_det.organization_id ,
410: p_location_id => rec_cur_get_inv_det.location_id ,

Line 417: pv_log_msg => 'Before call to jai_cmn_rgm_recording_pkg.get_account for liab'

413: );
414:
415: /*commented by csahoo for bug# 6401388
416: jai_cmn_debug_contexts_pkg.print ( pn_reg_id => ln_reg_id ,
417: pv_log_msg => 'Before call to jai_cmn_rgm_recording_pkg.get_account for liab'
418: );*/
419: v_int_liab_acc_ccid := jai_cmn_rgm_recording_pkg.get_account (
420: p_regime_id => rec_cur_get_inv_det.regime_id ,
421: p_organization_type => jai_constants.orgn_type_io ,

Line 419: v_int_liab_acc_ccid := jai_cmn_rgm_recording_pkg.get_account (

415: /*commented by csahoo for bug# 6401388
416: jai_cmn_debug_contexts_pkg.print ( pn_reg_id => ln_reg_id ,
417: pv_log_msg => 'Before call to jai_cmn_rgm_recording_pkg.get_account for liab'
418: );*/
419: v_int_liab_acc_ccid := jai_cmn_rgm_recording_pkg.get_account (
420: p_regime_id => rec_cur_get_inv_det.regime_id ,
421: p_organization_type => jai_constants.orgn_type_io ,
422: p_organization_id => rec_cur_get_inv_det.organization_id ,
423: p_location_id => rec_cur_get_inv_det.location_id ,

Line 434: || Code Combination id has been returned as null from the function jai_cmn_rgm_recording_pkg.get_account

430: IF v_int_liab_acc_ccid IS NULL OR
431: v_liab_acc_ccid IS NULL
432: THEN
433: /**********************************************************************************************************
434: || Code Combination id has been returned as null from the function jai_cmn_rgm_recording_pkg.get_account
435: || This is an error condition and the current processing has to be stopped
436: **********************************************************************************************************/
437: /*commented by csahoo for bug# 6401388
438: jai_cmn_debug_contexts_pkg.print ( pn_reg_id => ln_reg_id ,

Line 439: pv_log_msg => 'Error in call to jai_cmn_rgm_recording_pkg.get_account'

435: || This is an error condition and the current processing has to be stopped
436: **********************************************************************************************************/
437: /*commented by csahoo for bug# 6401388
438: jai_cmn_debug_contexts_pkg.print ( pn_reg_id => ln_reg_id ,
439: pv_log_msg => 'Error in call to jai_cmn_rgm_recording_pkg.get_account'
440: );*/
441: p_process_flag := jai_constants.expected_error;
442: p_process_message := 'Invalid Code combination ,please check the TCS Tax - Tax Accounting Setup';
443: return;

Line 5071: || by calling the function jai_cmn_rgm_recording_pkg.get_account

5067:
5068:
5069: /*********************************************************************************************************
5070: || Get the code combination id from the Organization/Regime Registration setup
5071: || by calling the function jai_cmn_rgm_recording_pkg.get_account
5072: *********************************************************************************************************/
5073:
5074: ln_ccid_tax_type_tcs := jai_cmn_rgm_recording_pkg.get_account (
5075: p_regime_id => p_rgm_ref.regime_id ,

Line 5074: ln_ccid_tax_type_tcs := jai_cmn_rgm_recording_pkg.get_account (

5070: || Get the code combination id from the Organization/Regime Registration setup
5071: || by calling the function jai_cmn_rgm_recording_pkg.get_account
5072: *********************************************************************************************************/
5073:
5074: ln_ccid_tax_type_tcs := jai_cmn_rgm_recording_pkg.get_account (
5075: p_regime_id => p_rgm_ref.regime_id ,
5076: p_organization_type => jai_constants.orgn_type_io ,
5077: p_organization_id => p_rgm_ref.organization_id ,
5078: p_location_id => null ,

Line 5084: || Code Combination id has been returned as null from the function jai_cmn_rgm_recording_pkg.get_account

5080: p_account_name => jai_constants.liability
5081: );
5082: IF ln_ccid_tax_type_tcs IS NULL THEN
5083: /**********************************************************************************************************
5084: || Code Combination id has been returned as null from the function jai_cmn_rgm_recording_pkg.get_account
5085: || This is an error condition and the current processing has to be stopped
5086: **********************************************************************************************************/
5087: /*commented by csahoo for bug# 6401388
5088: jai_cmn_debug_contexts_pkg.print ( pn_reg_id => ln_reg_id ,