DBA Data[Home] [Help]

APPS.POR_HISTORY_FEED_PKG dependencies on PO_LINE_LOCATIONS

Line 1094: TYPE tab_shipment_cancel_flag IS TABLE OF po_line_locations.cancel_flag%TYPE;

1090: TYPE tab_control_status IS TABLE OF po_headers.closed_code%TYPE;
1091: TYPE tab_cancel_flag IS TABLE OF po_headers.cancel_flag%TYPE;
1092: TYPE tab_hold_flag IS TABLE OF po_headers.user_hold_flag%TYPE;
1093: TYPE tab_line_cancel_flag IS TABLE OF po_lines.cancel_flag%TYPE;
1094: TYPE tab_shipment_cancel_flag IS TABLE OF po_line_locations.cancel_flag%TYPE;
1095:
1096: l_po_num tab_po_num;
1097: l_rel_num tab_rel_num;
1098: l_header_id tab_po_header_id;

Line 1175: PO_LINE_LOCATIONS PLL,

1171: FROM
1172:
1173: PO_HEADERS PH,
1174: PO_LINES PL,
1175: PO_LINE_LOCATIONS PLL,
1176: PO_DISTRIBUTIONS PD,
1177: PO_VENDORS PV,
1178: PO_VENDOR_SITES PVS,
1179: AP_CARDS AC,

Line 1251: PO_LINE_LOCATIONS PLL,

1247:
1248: FROM
1249: PO_HEADERS PH,
1250: PO_LINES PL,
1251: PO_LINE_LOCATIONS PLL,
1252: PO_DISTRIBUTIONS PD,
1253: PO_VENDORS PV,
1254: PO_VENDOR_SITES PVS,
1255: AP_CARDS AC,

Line 1325: PO_LINE_LOCATIONS PLL,

1321: FROM
1322: PO_HEADERS PH,
1323: PO_RELEASES PR,
1324: PO_LINES PL,
1325: PO_LINE_LOCATIONS PLL,
1326: PO_DISTRIBUTIONS PD,
1327: PO_VENDORS PV,
1328: PO_VENDOR_SITES PVS,
1329: AP_CARDS AC,

Line 1401: PO_LINE_LOCATIONS PLL,

1397: FROM
1398: PO_HEADERS PH,
1399: PO_RELEASES PR,
1400: PO_LINES PL,
1401: PO_LINE_LOCATIONS PLL,
1402: PO_DISTRIBUTIONS PD,
1403: PO_VENDORS PV,
1404: PO_VENDOR_SITES PVS,
1405: AP_CARDS AC,