DBA Data[Home] [Help]

APPS.ECE_POO_TRANSACTION dependencies on PO_LINE_LOCATIONS

Line 497: FROM po_line_locations

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

Line 2328: FROM po_line_locations

2324: v_pk2_value VARCHAR2(120);
2325:
2326: CURSOR c_org_id(p_line_id NUMBER) IS
2327: SELECT DISTINCT ship_to_organization_id
2328: FROM po_line_locations
2329: WHERE po_line_id = p_line_id;
2330:
2331: BEGIN
2332: if ec_debug.G_debug_level = 3 then