DBA Data[Home] [Help]

APPS.PO_SHIPMENTS_SV8 dependencies on PO_LINE_LOCATIONS_ALL

Line 194: l_transaction_flow_header_id PO_LINE_LOCATIONS_ALL.transaction_flow_header_id%TYPE;

190: l_from_header_id number; -- GA FPI
191: l_amount number;
192:
193: /*Bug 8559443 - Variable initialization start*/
194: l_transaction_flow_header_id PO_LINE_LOCATIONS_ALL.transaction_flow_header_id%TYPE;
195: l_is_valid BOOLEAN;
196: l_in_current_sob BOOLEAN;
197: l_check_txn_flow BOOLEAN;
198: l_return_status VARCHAR2(1);