DBA Data[Home] [Help]

APPS.JAI_OM_WDD_PROCESSING_PKG dependencies on JAI_CMN_RGM_RECORDING_PKG

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

3222:
3223:
3224: /*********************************************************************************************************
3225: || Get the code combination id from the Organization/Regime Registration setup
3226: || by calling the function jai_cmn_rgm_recording_pkg.get_account
3227: *********************************************************************************************************/
3228: v_liab_acc_ccid := jai_cmn_rgm_recording_pkg.get_account (
3229: p_regime_id => rec_cur_get_picking_taxes.regime_id ,
3230: p_organization_type => jai_constants.orgn_type_io ,

Line 3228: v_liab_acc_ccid := jai_cmn_rgm_recording_pkg.get_account (

3224: /*********************************************************************************************************
3225: || Get the code combination id from the Organization/Regime Registration setup
3226: || by calling the function jai_cmn_rgm_recording_pkg.get_account
3227: *********************************************************************************************************/
3228: v_liab_acc_ccid := jai_cmn_rgm_recording_pkg.get_account (
3229: p_regime_id => rec_cur_get_picking_taxes.regime_id ,
3230: p_organization_type => jai_constants.orgn_type_io ,
3231: p_organization_id => v_organization_id ,
3232: p_location_id => v_location_id ,

Line 3237: v_int_liab_acc_ccid := jai_cmn_rgm_recording_pkg.get_account (

3233: p_tax_type => rec_cur_get_picking_taxes.tax_type ,
3234: p_account_name => jai_constants.liability
3235: );
3236:
3237: v_int_liab_acc_ccid := jai_cmn_rgm_recording_pkg.get_account (
3238: p_regime_id => rec_cur_get_picking_taxes.regime_id ,
3239: p_organization_type => jai_constants.orgn_type_io ,
3240: p_organization_id => v_organization_id ,
3241: p_location_id => v_location_id ,

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

3248: IF v_int_liab_acc_ccid IS NULL OR
3249: v_liab_acc_ccid IS NULL
3250: THEN
3251: /**********************************************************************************************************
3252: || Code Combination id has been returned as null from the function jai_cmn_rgm_recording_pkg.get_account
3253: || This is an error condition and the current processing has to be stopped
3254: **********************************************************************************************************/
3255: pv_return_code := jai_constants.expected_error;
3256: pv_return_message := 'Invalid Code combination ,please check the TCS Tax - Tax Accounting Setup';