DBA Data[Home] [Help]

APPS.PO_COPYDOC_S4 dependencies on PO_LINE_LOCATIONS_ALL

Line 67: PO_LINE_LOCATIONS_ALL.transaction_flow_header_id%TYPE;

63: l_item_id po_lines.item_id%TYPE := null;
64:
65: --< Shared Proc FPJ Start >
66: l_transaction_flow_header_id
67: PO_LINE_LOCATIONS_ALL.transaction_flow_header_id%TYPE;
68: l_is_valid BOOLEAN;
69: l_in_current_sob BOOLEAN;
70: l_check_txn_flow BOOLEAN;
71: l_return_status VARCHAR2(1);