DBA Data[Home] [Help]

APPS.JAI_RCV_EXCISE_PROCESSING_PKG dependencies on JAI_CMN_RG_PLA_TRXS_PKG

Line 490: jai_cmn_rg_pla_trxs_pkg.get_trxn_type_and_id(lv_transaction_type,

486: END IF;
487: lv_statement_id := '2';
488: p_codepath := jai_general_pkg.plot_codepath(2, p_codepath);
489: fnd_file.put_line(FND_FILE.LOG, ' Value of statement id ' || lv_statement_id);
490: jai_cmn_rg_pla_trxs_pkg.get_trxn_type_and_id(lv_transaction_type,
491: pr_base_trx.source_document_code,
492: ln_transaction_id);
493: lv_statement_id := '3';
494: p_codepath := jai_general_pkg.plot_codepath(3, p_codepath);

Line 610: JAI_CMN_RG_PLA_TRXS_PKG.update_row(

606: p_codepath := jai_general_pkg.plot_codepath(10, p_codepath);
607: fnd_file.put_line(FND_FILE.LOG, ' Value of statement id ' || lv_statement_id);
608:
609: /* Update PLA with the latest difference amount to the existing amount */
610: JAI_CMN_RG_PLA_TRXS_PKG.update_row(
611: P_REGISTER_ID => ln_register_id,
612: P_CR_BASIC_ED => ln_cr_basic,
613: P_CR_ADDITIONAL_ED => ln_cr_addl,
614: P_CR_OTHER_ED => ln_cr_other,

Line 3392: FND_FILE.put_line(FND_FILE.log,'Calling jai_cmn_rg_pla_trxs_pkg.insert_row');

3388: 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);/*added pr_tax.sh_exc_edu_cess + pr_tax.sh_cvd_edu_cess by vkaranam for budget 07 impact - bug#5989740*/
3389: END IF;
3390:
3391: if lb_rg_debug then
3392: FND_FILE.put_line(FND_FILE.log,'Calling jai_cmn_rg_pla_trxs_pkg.insert_row');
3393: end if;
3394:
3395: lv_statement_id := '5';
3396: p_codepath := jai_general_pkg.plot_codepath(5, p_codepath); /* 5 */

Line 3397: jai_cmn_rg_pla_trxs_pkg.insert_row(

3393: end if;
3394:
3395: lv_statement_id := '5';
3396: p_codepath := jai_general_pkg.plot_codepath(5, p_codepath); /* 5 */
3397: jai_cmn_rg_pla_trxs_pkg.insert_row(
3398: p_register_id => p_register_id,
3399: p_tr6_challan_no => NULL,
3400: p_tr6_challan_date => NULL,
3401: p_cr_basic_ed => ln_cr_basic,

Line 4863: jai_cmn_rg_pla_trxs_pkg.update_payment_details(

4859:
4860: ELSIF p_payment_register = 'PLA' THEN
4861: lv_statement_id := '6';
4862: p_codepath := jai_general_pkg.plot_codepath(6, p_codepath); /* 6 */
4863: jai_cmn_rg_pla_trxs_pkg.update_payment_details(
4864: p_register_id => p_payment_register_id,
4865: p_charge_account_id => p_charge_account_id
4866: );
4867: