DBA Data[Home] [Help]

APPS.JAI_RCV_RND_PKG dependencies on JAI_CMN_GL_PKG

Line 1407: jai_cmn_gl_pkg.create_gl_entry(

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

Line 1450: jai_cmn_gl_pkg.create_gl_entry(

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

Line 3094: jai_cmn_gl_pkg.create_gl_entry(

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

Line 3138: jai_cmn_gl_pkg.create_gl_entry(

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