DBA Data[Home] [Help]

APPS.ECE_POO_TRANSACTION dependencies on PO_LINE_LOCATIONS

Line 498: FROM po_line_locations

494: fail_convert_to_ext EXCEPTION;
495:
496: CURSOR c_org_id(p_line_id NUMBER) IS
497: SELECT DISTINCT ship_to_organization_id
498: FROM po_line_locations
499: WHERE po_line_id = p_line_id;
500:
501: BEGIN
502: if ec_debug.G_debug_level >= 2 then

Line 2361: FROM po_line_locations

2357: v_pk2_value VARCHAR2(120);
2358:
2359: CURSOR c_org_id(p_line_id NUMBER) IS
2360: SELECT DISTINCT ship_to_organization_id
2361: FROM po_line_locations
2362: WHERE po_line_id = p_line_id;
2363:
2364: BEGIN
2365: if ec_debug.G_debug_level = 3 then