DBA Data[Home] [Help]

APPS.JAI_BOE_MIGRATION_PKG dependencies on JAI_CMN_GL_PKG

Line 1462: jai_cmn_gl_pkg.create_gl_entry(ln_organization_id

1458: ln_location_id := boe_account_rec.location_id;
1459: ln_boe_account_ccid := boe_account_rec.boe_account;
1460:
1461: --Credit Entry
1462: jai_cmn_gl_pkg.create_gl_entry(ln_organization_id
1463: ,'INR'
1464: ,pn_availabe_boe_amount
1465: ,0 --debit_amount
1466: ,ln_boe_account_ccid --Get from Organization Additional Information

Line 1488: jai_cmn_gl_pkg.create_gl_entry(ln_organization_id

1484: ,ln_organization_id
1485: ,ln_location_id);
1486: IF ln_tax_account_ccid IS NOT NULL THEN
1487: --Debt Entry
1488: jai_cmn_gl_pkg.create_gl_entry(ln_organization_id
1489: ,'INR'
1490: ,0 --credit amount
1491: ,tax_type_amount_rec.available_amt
1492: ,ln_tax_account_ccid --Get from Regime setup.