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.49.12020000.9 2013/01/30 06:05:52 mbremkum ship $ */
3:
4: PROCEDURE default_taxes_onto_line
5: (

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

51: --Reverted the chnage in R12 p_group_id IN NUMBER DEFAULT NULL /*added by nprashar for bug 8566481*/
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 1283: a. Added code to check this in Package jai_rcv_tax_pkg

1279: the system should allow it although the remaining
1280: 50% CENVAT has not been claimed.
1281:
1282: Fix :
1283: a. Added code to check this in Package jai_rcv_tax_pkg
1284: (1) Created new procedure pick_register_type to get the
1285: register_type depending on the item_class
1286: (2)Created two new cursors c_fetch_receive_quantity
1287: and c_fetch_transaction_Quantity to get the

Line 1364: In the procedure jai_rcv_tax_pkg,

1360: Issue :
1361: India - Receiving Transaction Processor Concurrent Program was called
1362: for each transaction on a shipment line.
1363: Fix :
1364: In the procedure jai_rcv_tax_pkg,
1365: Added code to set the Tax Modified Flag based on whether the Call was
1366: made from India - Receipts Localized Form or not.
1367: 48. 13/04/2007 bduvarag for the Bug#5989740, file version 120.11
1368: Forward porting the changes done in 11i bug#5907436

Line 4636: END jai_rcv_tax_pkg;

4632:
4633:
4634: END default_taxes_onto_line;
4635:
4636: END jai_rcv_tax_pkg;