DBA Data[Home] [Help]

APPS.PO_LINE_LOCATIONS_SV7 dependencies on PO_LOOKUP_CODES

Line 333: -- Bug: 1710995 Define the codes according to the definition in the po_lookup_codes table.

329:
330: x_progress VARCHAR2(3) := null;
331: x_valid BOOLEAN;
332: x_res_terms_id number := null;
333: -- Bug: 1710995 Define the codes according to the definition in the po_lookup_codes table.
334: x_res_fob po_lookup_codes.lookup_code%TYPE := null;
335: x_res_freight po_lookup_codes.lookup_code%TYPE := null;
336: x_res_carrier varchar2(25) := null;
337: X_temp_count binary_integer;

Line 334: x_res_fob po_lookup_codes.lookup_code%TYPE := null;

330: x_progress VARCHAR2(3) := null;
331: x_valid BOOLEAN;
332: x_res_terms_id number := null;
333: -- Bug: 1710995 Define the codes according to the definition in the po_lookup_codes table.
334: x_res_fob po_lookup_codes.lookup_code%TYPE := null;
335: x_res_freight po_lookup_codes.lookup_code%TYPE := null;
336: x_res_carrier varchar2(25) := null;
337: X_temp_count binary_integer;
338: l_header_start_date date := null; /* */

Line 335: x_res_freight po_lookup_codes.lookup_code%TYPE := null;

331: x_valid BOOLEAN;
332: x_res_terms_id number := null;
333: -- Bug: 1710995 Define the codes according to the definition in the po_lookup_codes table.
334: x_res_fob po_lookup_codes.lookup_code%TYPE := null;
335: x_res_freight po_lookup_codes.lookup_code%TYPE := null;
336: x_res_carrier varchar2(25) := null;
337: X_temp_count binary_integer;
338: l_header_start_date date := null; /* */
339: l_header_end_date date := null; /* */