DBA Data[Home] [Help]

APPS.JAI_OM_WDD_TRIGGER_PKG dependencies on JAI_CMN_GL_PKG

Line 3817: jai_cmn_gl_pkg.create_gl_entry

3813: CLOSE c_inclusive_flag;
3814:
3815: IF lv_inclusive_tax_flag >0 --If condition Added for bug #10213327
3816: THEN
3817: jai_cmn_gl_pkg.create_gl_entry
3818: (p_organization_id => pr_trig_row.organization_id ,
3819: p_currency_code => v_currency_code ,
3820: p_credit_amount => NULL ,
3821: --p_debit_amount => ln_temp_amt ,

Line 3897: jai_cmn_gl_pkg.create_gl_entry

3893:
3894: /*Start additions by mmurtuza for bug 16022303*/
3895:
3896: -- passing a/c entry for 'debit cess paid/payable account with cess amount'
3897: jai_cmn_gl_pkg.create_gl_entry
3898: (p_organization_id => pr_trig_row.organization_id ,
3899: p_currency_code => v_currency_code ,
3900: p_credit_amount => NULL ,
3901: p_debit_amount => ln_cess_amt ,

Line 3969: jai_cmn_gl_pkg.create_gl_entry

3965: fnd_global.login_id
3966: );
3967:
3968: -- passing a/c entry for 'debit she cess paid/payable account with she cess amount'
3969: jai_cmn_gl_pkg.create_gl_entry
3970: (p_organization_id => pr_trig_row.organization_id ,
3971: p_currency_code => v_currency_code ,
3972: p_credit_amount => NULL ,
3973: p_debit_amount => ln_sh_cess_amt ,

Line 4043: jai_cmn_gl_pkg.create_gl_entry

4039:
4040: /*End additions by mmurtuza for bug 16022303*/
4041:
4042: -- pass a/c entry for 'credit rg23d account'
4043: jai_cmn_gl_pkg.create_gl_entry
4044: (p_organization_id => pr_trig_row.organization_id ,
4045: p_currency_code => v_currency_code ,
4046: p_credit_amount => ln_temp_amt ,
4047: p_debit_amount => NULL ,

Line 4116: jai_cmn_gl_pkg.create_gl_entry

4112: );
4113:
4114: ELSE
4115: -- pass a/c entry for 'debit excise paid/payable account'
4116: jai_cmn_gl_pkg.create_gl_entry
4117: (p_organization_id => pr_trig_row.organization_id ,
4118: p_currency_code => v_currency_code ,
4119: p_credit_amount => NULL ,
4120: p_debit_amount => ln_excise_amt ,

Line 4190: jai_cmn_gl_pkg.create_gl_entry

4186: fnd_global.login_id
4187: );
4188:
4189: -- pass a/c entry for 'debit cess paid/payable account'
4190: jai_cmn_gl_pkg.create_gl_entry
4191: (p_organization_id => pr_trig_row.organization_id ,
4192: p_currency_code => v_currency_code ,
4193: p_credit_amount => NULL ,
4194: p_debit_amount => ln_cess_amt ,

Line 4262: jai_cmn_gl_pkg.create_gl_entry

4258: fnd_global.login_id
4259: );
4260:
4261: -- pass a/c entry for 'debit sh cess paid/payable account'
4262: jai_cmn_gl_pkg.create_gl_entry
4263: (p_organization_id => pr_trig_row.organization_id ,
4264: p_currency_code => v_currency_code ,
4265: p_credit_amount => NULL ,
4266: p_debit_amount => ln_sh_cess_amt ,

Line 4334: jai_cmn_gl_pkg.create_gl_entry

4330: fnd_global.login_id
4331: );
4332:
4333: -- pass a/c entry for 'credit rg23d account'
4334: jai_cmn_gl_pkg.create_gl_entry
4335: (p_organization_id => pr_trig_row.organization_id ,
4336: p_currency_code => v_currency_code ,
4337: p_credit_amount => ln_temp_amt ,
4338: p_debit_amount => NULL ,