DBA Data[Home] [Help]

APPS.JAI_RCV_RND_PKG dependencies on JAI_CMN_GL_PKG

Line 1406: jai_cmn_gl_pkg.create_gl_entry(

1402: );
1403:
1404: v_statement_no := '13';
1405:
1406: jai_cmn_gl_pkg.create_gl_entry(
1407: p_organization_id => p_organization_id,
1408: p_currency_code => 'INR',
1409: p_credit_amount => v_rounded_dr_amount,
1410: p_debit_amount => v_rounded_cr_amount,

Line 1449: jai_cmn_gl_pkg.create_gl_entry(

1445: );
1446:
1447: v_statement_no := '15';
1448:
1449: jai_cmn_gl_pkg.create_gl_entry(
1450: p_organization_id => p_organization_id,
1451: p_currency_code => 'INR',
1452: p_credit_amount => v_rounded_cr_amount,
1453: p_debit_amount => v_rounded_dr_amount,

Line 3091: jai_cmn_gl_pkg.create_gl_entry(

3087: );
3088:
3089: v_statement_no := '13';
3090:
3091: jai_cmn_gl_pkg.create_gl_entry(
3092: p_organization_id => p_organization_id,
3093: p_currency_code => 'INR',
3094: p_credit_amount => v_rounded_dr_amount,
3095: p_debit_amount => v_rounded_cr_amount,

Line 3135: jai_cmn_gl_pkg.create_gl_entry(

3131: );
3132:
3133: v_statement_no := '15';
3134:
3135: jai_cmn_gl_pkg.create_gl_entry(
3136: p_organization_id => p_organization_id,
3137: p_currency_code => 'INR',
3138: p_credit_amount => v_rounded_cr_amount,
3139: p_debit_amount => v_rounded_dr_amount,