DBA Data[Home] [Help]

APPS.JAI_RCV_EXCISE_PROCESSING_PKG dependencies on JAI_CMN_RG_BALANCES_PKG

Line 458: jai_cmn_rg_balances_pkg.get_balance(

454:
455: fnd_file.put_line(FND_FILE.LOG, ' Trx amt ' || ln_tr_amount);
456:
457: /* Get the balance details */
458: jai_cmn_rg_balances_pkg.get_balance(
459: P_ORGANIZATION_ID => pr_tax.organization_id,
460: P_LOCATION_ID => pr_tax.location_id,
461: P_REGISTER_TYPE => 'PLA',
462: P_OPENING_BALANCE => ln_opening_balance,

Line 498: jai_cmn_rg_balances_pkg.update_row(

494: p_codepath := jai_general_pkg.plot_codepath(11, p_codepath);
495: fnd_file.put_line(FND_FILE.LOG, ' Value of statement id ' || lv_statement_id);
496: /* Update the balances with the latest amount*/
497:
498: jai_cmn_rg_balances_pkg.update_row(
499: p_organization_id => pr_tax.organization_id,
500: p_location_id => pr_tax.location_id,
501: p_register_type => 'PLA',
502: p_amount_to_be_added=> ln_tr_amount,

Line 612: jai_cmn_rg_balances_pkg.get_balance(

608: p_codepath := jai_general_pkg.plot_codepath(9, p_codepath);
609: fnd_file.put_line(FND_FILE.LOG, ' Value of statement id ' || lv_statement_id);
610:
611: /* Get the balance details */
612: jai_cmn_rg_balances_pkg.get_balance(
613: P_ORGANIZATION_ID => pr_tax.organization_id,
614: P_LOCATION_ID => pr_tax.location_id,
615: P_REGISTER_TYPE => lv_register_type,
616: P_OPENING_BALANCE => ln_opening_balance,

Line 654: jai_cmn_rg_balances_pkg.update_row(

650: p_codepath := jai_general_pkg.plot_codepath(12, p_codepath);
651: fnd_file.put_line(FND_FILE.LOG, ' Value of statement id ' || lv_statement_id);
652: /* Update the balances with the latest amount*/
653:
654: jai_cmn_rg_balances_pkg.update_row(
655: p_organization_id => pr_tax.organization_id,
656: p_location_id => pr_tax.location_id,
657: p_register_type => lv_register_type,
658: p_amount_to_be_added=> ln_tr_amount,