DBA Data[Home] [Help]

APPS.JAI_RCV_EXCISE_PROCESSING_PKG dependencies on JAI_CMN_RG_23AC_II_PKG

Line 650: jai_cmn_rg_23ac_ii_pkg.get_trxn_type_and_id(lv_transaction_type,

646: END IF;
647: lv_statement_id := '2';
648: p_codepath := jai_general_pkg.plot_codepath(2, p_codepath);
649: fnd_file.put_line(FND_FILE.LOG, ' Value of statement id ' || lv_statement_id);
650: jai_cmn_rg_23ac_ii_pkg.get_trxn_type_and_id(lv_transaction_type,
651: pr_base_trx.source_document_code,
652: ln_transaction_id);
653: lv_statement_id := '3';
654: p_codepath := jai_general_pkg.plot_codepath(3, p_codepath);

Line 763: jai_cmn_rg_23ac_ii_pkg.update_row(

759: p_codepath := jai_general_pkg.plot_codepath(11, p_codepath);
760: fnd_file.put_line(FND_FILE.LOG, ' Value of statement id ' || lv_statement_id);
761:
762: /* Update RG 23 Part II with the latest difference amount to the existing amount */
763: jai_cmn_rg_23ac_ii_pkg.update_row(
764: P_REGISTER_ID => ln_register_id,
765: P_CR_BASIC_ED => ln_cr_basic,
766: P_CR_ADDITIONAL_ED => ln_cr_addl,
767: P_CR_OTHER_ED => ln_cr_other,

Line 1200: In the Procedure rg23_part_ii_entry, while calling jai_cmn_rg_23ac_ii_pkg.insert_row, value of the parameter

1196: the JAI_RCV_TRANSACTIONS.transaction_date. It should be the date on which claim is being made.
1197:
1198: Fix
1199: ---
1200: In the Procedure rg23_part_ii_entry, while calling jai_cmn_rg_23ac_ii_pkg.insert_row, value of the parameter
1201: p_transaction_date is changed to SYSDATE from r_trx.transaction_date
1202:
1203: 7. 19/04/2005 Vijay Shankar for Bug #4103161, File Version 116.1(115.8)
1204: Rounding of RTV Excise amounts to nearest rupee is removed as it will be done separately through RG Rounding

Line 1671: jai_cmn_rg_23ac_ii_pkg.update_payment_details(

1667: IF p_process_status IN ('E', 'X') THEN
1668: GOTO finish;
1669: END IF;
1670:
1671: jai_cmn_rg_23ac_ii_pkg.update_payment_details(
1672: p_register_id => ln_receive_part_ii_reg_id,
1673: p_register_id_part_i => NULL,
1674: p_charge_account_id => ln_receive_charge_accnt
1675: );

Line 3110: FND_FILE.put_line(FND_FILE.log,'Calling jai_cmn_rg_23ac_ii_pkg.insert_row');

3106: ln_other_tax_credit := pr_tax.excise_edu_cess + pr_tax.cvd_edu_cess+ nvl(pr_tax.sh_exc_edu_cess,0)+ nvl(pr_tax.sh_cvd_edu_cess,0); --Bgowrava for Bug #6071509 ,Added SH related cess
3107: END IF;
3108:
3109: if lb_rg_debug then
3110: FND_FILE.put_line(FND_FILE.log,'Calling jai_cmn_rg_23ac_ii_pkg.insert_row');
3111: end if;
3112:
3113: lv_register_type := jai_general_pkg.get_rg_register_type(r_trx.item_class);
3114: if lv_register_type = jai_constants.register_type_a then

Line 3122: jai_cmn_rg_23ac_ii_pkg.insert_row(

3118: end if;
3119:
3120: lv_statement_id := '5';
3121: p_codepath := jai_general_pkg.plot_codepath(5, p_codepath); /* 5 */
3122: jai_cmn_rg_23ac_ii_pkg.insert_row(
3123: p_register_id => p_register_id,
3124: p_inventory_item_id => r_trx.inventory_item_id,
3125: p_organization_id => r_trx.organization_id,
3126: p_receipt_id => r_trx.transaction_id,

Line 4854: jai_cmn_rg_23ac_ii_pkg.update_payment_details(

4850:
4851: IF p_payment_register IN ('RG23A', 'RG23C') THEN
4852: lv_statement_id := '5';
4853: p_codepath := jai_general_pkg.plot_codepath(5, p_codepath); /* 5 */
4854: jai_cmn_rg_23ac_ii_pkg.update_payment_details(
4855: p_register_id => p_payment_register_id,
4856: p_register_id_part_i => p_quantity_register_id,
4857: p_charge_account_id => p_charge_account_id
4858: );