DBA Data[Home] [Help]

APPS.RCV_ACCEVENTS_PVT dependencies on PO_HEADERS_ALL

Line 69: l_po_header_id PO_HEADERS_ALL.po_header_id%TYPE;

65: l_parent_trx_id RCV_TRANSACTIONS.transaction_id%TYPE;
66: l_parent_trx_type RCV_TRANSACTIONS.transaction_type%TYPE;
67: l_grparent_trx_id RCV_TRANSACTIONS.transaction_id%TYPE;
68: l_grparent_trx_type RCV_TRANSACTIONS.transaction_type%TYPE;
69: l_po_header_id PO_HEADERS_ALL.po_header_id%TYPE;
70:
71: -- 12i Complex Work Procurement -------------------------------------------
72: l_po_line_location_id PO_LINE_LOCATIONS_ALL.line_location_id%TYPE;
73: l_shipment_type PO_LINE_LOCATIONS_ALL.shipment_type%TYPE;

Line 1073: l_po_document_type_code PO_HEADERS_ALL.type_lookup_code%TYPE;

1069: l_accrual_flag VARCHAR2(1);
1070: l_counter NUMBER;
1071: l_procurement_org_flag VARCHAR2(1);
1072: l_trx_flow_header_id NUMBER;
1073: l_po_document_type_code PO_HEADERS_ALL.type_lookup_code%TYPE;
1074: l_is_shared_proc VARCHAR2(1);
1075: /* Support for Landed Cost Management */
1076: l_lcm_flag VARCHAR2(1);
1077:

Line 1774: l_po_document_type_code PO_HEADERS_ALL.type_lookup_code%TYPE;

1770: l_qualifier_code_tbl INV_TRANSACTION_FLOW_PUB.NUMBER_TBL;
1771: l_qualifier_value_tbl INV_TRANSACTION_FLOW_PUB.NUMBER_TBL;
1772: l_encumbrance_flag VARCHAR2(1);
1773: l_ussgl_option VARCHAR2(1);
1774: l_po_document_type_code PO_HEADERS_ALL.type_lookup_code%TYPE;
1775: l_is_shared_proc VARCHAR2(1);
1776: /* Support for Landed Cost Management */
1777: l_lcm_flag VARCHAR2(1);
1778:

Line 2321: l_po_document_type_code PO_HEADERS_ALL.type_lookup_code%TYPE;

2317: l_qualifier_code_tbl INV_TRANSACTION_FLOW_PUB.NUMBER_TBL;
2318: l_qualifier_value_tbl INV_TRANSACTION_FLOW_PUB.NUMBER_TBL;
2319: l_encumbrance_flag VARCHAR2(1);
2320: l_ussgl_option VARCHAR2(1);
2321: l_po_document_type_code PO_HEADERS_ALL.type_lookup_code%TYPE;
2322: l_is_shared_proc VARCHAR2(1);
2323: /* Support for Landed Cost Management */
2324: l_lcm_flag VARCHAR2(1);
2325: BEGIN

Line 2863: l_po_document_type_code PO_HEADERS_ALL.type_lookup_code%TYPE;

2859: l_procurement_org_flag VARCHAR2(1);
2860: l_trx_flow_header_id NUMBER;
2861:
2862:
2863: l_po_document_type_code PO_HEADERS_ALL.type_lookup_code%TYPE;
2864: l_is_shared_proc VARCHAR2(1);
2865: /* Support for Landed Cost Management */
2866: l_lcm_flag VARCHAR2(1);
2867: