DBA Data[Home] [Help]

APPS.JAI_OPEN_API_PKG dependencies on JAI_CMN_RGM_RECORDING_PKG

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

5923: ################################################################################################################*/
5924:
5925: /*
5926: || Get the code combination id from the Organization/Regime Registration setup
5927: || by calling the function jai_cmn_rgm_recording_pkg.get_account
5928: */
5929: --Added by zhiwei for POT change Bug#13023443 begin
5930: -----------------------------------------------------------------
5931: if( is_accrual_basis(tax_type_rec.line_id))then

Line 5932: v_ccid := jai_cmn_rgm_recording_pkg.get_account(p_regime_id => ln_regime_id,

5928: */
5929: --Added by zhiwei for POT change Bug#13023443 begin
5930: -----------------------------------------------------------------
5931: if( is_accrual_basis(tax_type_rec.line_id))then
5932: v_ccid := jai_cmn_rgm_recording_pkg.get_account(p_regime_id => ln_regime_id,
5933: p_organization_type => jai_constants.service_tax_orgn_type,
5934: p_organization_id => v_organization_id,
5935: p_location_id => v_location_id,
5936: p_tax_type => tax_type_rec.t_type,

Line 5942: v_ccid := jai_cmn_rgm_recording_pkg.get_account(p_regime_id => ln_regime_id,

5938:
5939: else
5940: -----------------------------------------------------------------
5941: --Added by zhiwei for POT change Bug#13023443 end
5942: v_ccid := jai_cmn_rgm_recording_pkg.get_account(p_regime_id => ln_regime_id,
5943: p_organization_type => jai_constants.service_tax_orgn_type,
5944: p_organization_id => v_organization_id,
5945: p_location_id => v_location_id,
5946: p_tax_type => tax_type_rec.t_type,

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

5948: end if;--Added by zhiwei for POT change Bug#13023443
5949:
5950: IF v_ccid IS NULL THEN
5951: /*
5952: || Code Combination id has been returned as null from the function jai_cmn_rgm_recording_pkg.get_account
5953: || This is an error condition and the current processing has to be stopped
5954: */
5955: /* raise_application_error (-20130,'Invalid Code combination, please check the Service Tax - Tax Accounting Setup'); */
5956: pv_return_code := jai_constants.expected_error;

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

6032: ################################################################################################################*/
6033:
6034: /*
6035: || Get the code combination id from the Organization/Regime Registration setup
6036: || by calling the function jai_cmn_rgm_recording_pkg.get_account
6037: */
6038:
6039: v_ccid := jai_cmn_rgm_recording_pkg.get_account(p_regime_id => ln_regime_id,
6040: p_organization_type => jai_constants.orgn_type_io,

Line 6039: v_ccid := jai_cmn_rgm_recording_pkg.get_account(p_regime_id => ln_regime_id,

6035: || Get the code combination id from the Organization/Regime Registration setup
6036: || by calling the function jai_cmn_rgm_recording_pkg.get_account
6037: */
6038:
6039: v_ccid := jai_cmn_rgm_recording_pkg.get_account(p_regime_id => ln_regime_id,
6040: p_organization_type => jai_constants.orgn_type_io,
6041: p_organization_id => v_organization_id,
6042: p_location_id => v_location_id,
6043: p_tax_type => tax_type_rec.t_type,

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

6043: p_tax_type => tax_type_rec.t_type,
6044: p_account_name => jai_constants.liability_interim);
6045: IF v_ccid IS NULL THEN
6046: /*
6047: || Code Combination id has been returned as null from the function jai_cmn_rgm_recording_pkg.get_account
6048: || This is an error condition and the current processing has to be stopped
6049: */
6050: /* raise_application_error (-20130,'Invalid Code combination ,please check the VAT Tax - Tax Accounting Setup'); */
6051: pv_return_code := jai_constants.expected_error;

Line 6076: v_ccid := jai_cmn_rgm_recording_pkg.get_account(p_regime_id => ln_regime_id,

6072: || Get the code combination id from the Organization/Regime Registration setup
6073: || by calling the function jai_rgm_trx_recording_pkg.get_account
6074: *********************************************************************************************************/
6075:
6076: v_ccid := jai_cmn_rgm_recording_pkg.get_account(p_regime_id => ln_regime_id,
6077: p_organization_type => jai_constants.orgn_type_io,
6078: p_organization_id => v_organization_id,
6079: p_location_id => v_location_id,
6080: p_tax_type => tax_type_rec.t_type,