DBA Data[Home] [Help]

APPS.JAI_RCV_TAX_PKG dependencies on JAI_RCV_TAX_PKG

Line 1: PACKAGE BODY JAI_RCV_TAX_PKG AS

1: PACKAGE BODY JAI_RCV_TAX_PKG AS
2: /* $Header: jai_rcv_tax.plb 120.27 2008/04/08 09:25:00 jmeena ship $ */
3:
4:
5: PROCEDURE default_taxes_onto_line

Line 55: lv_object_name CONSTANT VARCHAR2(61) := 'jai_rcv_tax_pkg.default_taxes_onto_line';

51: p_allow_tax_change_hook VARCHAR2
52: ) IS
53:
54: /* Added by Ramananda for bug# exc_objects */
55: lv_object_name CONSTANT VARCHAR2(61) := 'jai_rcv_tax_pkg.default_taxes_onto_line';
56:
57: -- LAST MODIFIED BY SRIHARI on 25-JUN-2000
58: v_receipt_num rcv_shipment_headers.receipt_num % TYPE;
59: v_loc_quantity po_line_locations_all.quantity % TYPE;

Line 1191: a. Added code to check this in Package jai_rcv_tax_pkg

1187: the system should allow it although the remaining
1188: 50% CENVAT has not been claimed.
1189:
1190: Fix :
1191: a. Added code to check this in Package jai_rcv_tax_pkg
1192: (1) Created new procedure pick_register_type to get the
1193: register_type depending on the item_class
1194: (2)Created two new cursors c_fetch_receive_quantity
1195: and c_fetch_transaction_Quantity to get the

Line 1272: In the procedure jai_rcv_tax_pkg,

1268: Issue :
1269: India - Receiving Transaction Processor Concurrent Program was called
1270: for each transaction on a shipment line.
1271: Fix :
1272: In the procedure jai_rcv_tax_pkg,
1273: Added code to set the Tax Modified Flag based on whether the Call was
1274: made from India - Receipts Localized Form or not.
1275: 48. 13/04/2007 bduvarag for the Bug#5989740, file version 120.11
1276: Forward porting the changes done in 11i bug#5907436

Line 3502: END jai_rcv_tax_pkg;

3498:
3499:
3500: END default_taxes_onto_line;
3501:
3502: END jai_rcv_tax_pkg;