DBA Data[Home] [Help]

APPS.JAI_RCV_TRX_PROCESSING_PKG dependencies on JAI_RCV_DELIVER_RTR_PKG

Line 368: * and attribute1 = jai_rcv_deliver_rtr_pkg.cenvat_costed_flag *

364:
365: 34. 30-Mar-2009 Bug 8346068 Version 120.11.12000000.5
366: Issue: CENVAT UNCLAIMED AFTER DELIVERY OF ITEMS IS NOT LOADED TO ITEM COST
367: Fix : commented the below condition
368: * and attribute1 = jai_rcv_deliver_rtr_pkg.cenvat_costed_flag *
369: in the cursor c_trxs_for_unclaim.
370:
371: 35. 28-APR-2009 Bug 8410609
372: Issue - Excise invoice number is getting generated for Return To Vendor transactions

Line 1049: /* and attribute1 = jai_rcv_deliver_rtr_pkg.cenvat_costed_flag commented for bug 8346068 by vumaasha */

1045: and tax_transaction_id = cp_tax_transaction_id
1046: and shipment_line_id = cp_shipment_line_id
1047: -- and cenvat_rg_flag <> ('P','X') -- pending for parent receive claim
1048: -- and cenvat_rg_flag IN ('N', 'X', 'P', 'XT')
1049: /* and attribute1 = jai_rcv_deliver_rtr_pkg.cenvat_costed_flag commented for bug 8346068 by vumaasha */
1050: --and (attribute2 IS NULL or attribute2 <> jai_constants.yes) /*commented for bug 9032251*/
1051: FOR UPDATE OF cenvat_rg_status, cenvat_rg_message
1052: order by shipment_line_id, transaction_id;
1053:

Line 1338: lv_include_cenvat_in_costing := jai_rcv_deliver_rtr_pkg.include_cenvat_in_costing

1334: ln_inclusive_amt:=0;
1335: end if;
1336: */
1337:
1338: lv_include_cenvat_in_costing := jai_rcv_deliver_rtr_pkg.include_cenvat_in_costing
1339: (
1340: p_transaction_id => ln_dlry_trx_id,
1341: p_process_message => lv_process_message,
1342: p_process_status => lv_process_flag,

Line 1384: jai_rcv_deliver_rtr_pkg.process_transaction (

1380: END IF;
1381:
1382: lv_codepath := jai_general_pkg.plot_codepath(22, lv_codepath);
1383: --lv_codepath := '';
1384: jai_rcv_deliver_rtr_pkg.process_transaction (
1385: p_transaction_id => loop_trx.transaction_id,
1386: p_simulate => p_simulate_flag,
1387: p_codepath => lv_codepath,
1388: p_process_status => lv_process_flag,

Line 3249: jai_rcv_deliver_rtr_pkg.process_transaction (

3245:
3246: lv_statement_id := '5';
3247: p_codepath := jai_general_pkg.plot_codepath(5, p_codepath);
3248:
3249: jai_rcv_deliver_rtr_pkg.process_transaction (
3250: p_transaction_id => p_transaction_id,
3251: p_simulate => p_simulate_flag,
3252: p_codepath => p_codepath,
3253: p_process_status => p_process_flag,

Line 4863: lv_include_cenvat_in_cost := jai_rcv_deliver_rtr_pkg.include_cenvat_in_costing(

4859: lv_codepath := jai_general_pkg.plot_codepath(37, lv_codepath);
4860: lv_statement_id := '37';
4861:
4862: -- this call is specific to DELIVER and RTR transactions
4863: lv_include_cenvat_in_cost := jai_rcv_deliver_rtr_pkg.include_cenvat_in_costing(
4864: p_transaction_id => p_transaction_id,
4865: p_process_message => p_cenvat_rg_flag,
4866: p_process_status => p_cenvat_rg_message,
4867: p_codepath => lv_codepath

Line 4882: JAI_RCV_DELIVER_RTR_PKG.pr_issue_expense_delivery(p_transaction_id, lv_exp_del_message, lv_exp_del_flag, lv_codepath);

4878: p_cenvat_rg_flag := 'X';
4879: p_cenvat_rg_message := 'Cenvat Entries not Applicable for transaction type';
4880: goto end_of_cenvat_flag_validation;
4881: ELSIF lv_include_cenvat_in_cost = 'N' AND lv_dest_code = 'EXPENSE' THEN
4882: JAI_RCV_DELIVER_RTR_PKG.pr_issue_expense_delivery(p_transaction_id, lv_exp_del_message, lv_exp_del_flag, lv_codepath);
4883: p_cenvat_rg_flag := nvl(lv_exp_del_flag, p_cenvat_rg_flag);
4884: p_cenvat_rg_message := nvl(lv_exp_del_message, p_cenvat_rg_message); /*bug 9230069*/
4885: END IF;
4886: