DBA Data[Home] [Help]

APPS.JAI_RCV_EXCISE_PROCESSING_PKG dependencies on JAI_CMN_RG_23AC_II_PKG

Line 519: jai_cmn_rg_23ac_ii_pkg.get_trxn_type_and_id(lv_transaction_type,

515: END IF;
516: lv_statement_id := '2';
517: p_codepath := jai_general_pkg.plot_codepath(2, p_codepath);
518: fnd_file.put_line(FND_FILE.LOG, ' Value of statement id ' || lv_statement_id);
519: jai_cmn_rg_23ac_ii_pkg.get_trxn_type_and_id(lv_transaction_type,
520: pr_base_trx.source_document_code,
521: ln_transaction_id);
522: lv_statement_id := '3';
523: p_codepath := jai_general_pkg.plot_codepath(3, p_codepath);

Line 632: jai_cmn_rg_23ac_ii_pkg.update_row(

628: p_codepath := jai_general_pkg.plot_codepath(11, p_codepath);
629: fnd_file.put_line(FND_FILE.LOG, ' Value of statement id ' || lv_statement_id);
630:
631: /* Update RG 23 Part II with the latest difference amount to the existing amount */
632: jai_cmn_rg_23ac_ii_pkg.update_row(
633: P_REGISTER_ID => ln_register_id,
634: P_CR_BASIC_ED => ln_cr_basic,
635: P_CR_ADDITIONAL_ED => ln_cr_addl,
636: P_CR_OTHER_ED => ln_cr_other,

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

1049: the JAI_RCV_TRANSACTIONS.transaction_date. It should be the date on which claim is being made.
1050:
1051: Fix
1052: ---
1053: In the Procedure rg23_part_ii_entry, while calling jai_cmn_rg_23ac_ii_pkg.insert_row, value of the parameter
1054: p_transaction_date is changed to SYSDATE from r_trx.transaction_date
1055:
1056: 7. 19/04/2005 Vijay Shankar for Bug #4103161, File Version 116.1(115.8)
1057: Rounding of RTV Excise amounts to nearest rupee is removed as it will be done separately through RG Rounding

Line 1512: jai_cmn_rg_23ac_ii_pkg.update_payment_details(

1508: IF p_process_status IN ('E', 'X') THEN
1509: GOTO finish;
1510: END IF;
1511:
1512: jai_cmn_rg_23ac_ii_pkg.update_payment_details(
1513: p_register_id => ln_receive_part_ii_reg_id,
1514: p_register_id_part_i => NULL,
1515: p_charge_account_id => ln_receive_charge_accnt
1516: );

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

2810: 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
2811: END IF;
2812:
2813: if lb_rg_debug then
2814: FND_FILE.put_line(FND_FILE.log,'Calling jai_cmn_rg_23ac_ii_pkg.insert_row');
2815: end if;
2816:
2817: lv_register_type := jai_general_pkg.get_rg_register_type(r_trx.item_class);
2818: if lv_register_type = jai_constants.register_type_a then

Line 2826: jai_cmn_rg_23ac_ii_pkg.insert_row(

2822: end if;
2823:
2824: lv_statement_id := '5';
2825: p_codepath := jai_general_pkg.plot_codepath(5, p_codepath); /* 5 */
2826: jai_cmn_rg_23ac_ii_pkg.insert_row(
2827: p_register_id => p_register_id,
2828: p_inventory_item_id => r_trx.inventory_item_id,
2829: p_organization_id => r_trx.organization_id,
2830: p_receipt_id => r_trx.transaction_id,

Line 4486: jai_cmn_rg_23ac_ii_pkg.update_payment_details(

4482:
4483: IF p_payment_register IN ('RG23A', 'RG23C') THEN
4484: lv_statement_id := '5';
4485: p_codepath := jai_general_pkg.plot_codepath(5, p_codepath); /* 5 */
4486: jai_cmn_rg_23ac_ii_pkg.update_payment_details(
4487: p_register_id => p_payment_register_id,
4488: p_register_id_part_i => p_quantity_register_id,
4489: p_charge_account_id => p_charge_account_id
4490: );