DBA Data[Home] [Help]

APPS.INV_MO_PURGE dependencies on MTL_TXN_REQUEST_HEADERS

Line 27: header_id MTL_TXN_REQUEST_HEADERS.header_id%TYPE,

23: --Bug #4864356
24: --Added new columns to the record type to avoid re-querying MOL
25: -- Bug 7647713 Added txn_source_id and organization_id
26: TYPE MOL_REC IS RECORD(
27: header_id MTL_TXN_REQUEST_HEADERS.header_id%TYPE,
28: line_id MTL_TXN_REQUEST_LINES.line_id%TYPE,
29: mo_type MTL_TXN_REQUEST_HEADERS.move_order_type%TYPE,
30: line_status MTL_TXN_REQUEST_LINES.line_status%TYPE,
31: quantity MTL_TXN_REQUEST_LINES.quantity%TYPE,

Line 29: mo_type MTL_TXN_REQUEST_HEADERS.move_order_type%TYPE,

25: -- Bug 7647713 Added txn_source_id and organization_id
26: TYPE MOL_REC IS RECORD(
27: header_id MTL_TXN_REQUEST_HEADERS.header_id%TYPE,
28: line_id MTL_TXN_REQUEST_LINES.line_id%TYPE,
29: mo_type MTL_TXN_REQUEST_HEADERS.move_order_type%TYPE,
30: line_status MTL_TXN_REQUEST_LINES.line_status%TYPE,
31: quantity MTL_TXN_REQUEST_LINES.quantity%TYPE,
32: quantity_detailed MTL_TXN_REQUEST_LINES.quantity_detailed%TYPE,
33: quantity_delivered MTL_TXN_REQUEST_LINES.quantity_delivered%TYPE,