DBA Data[Home] [Help]

APPS.ECE_POCO_TRANSACTION dependencies on PO_LINE_LOCATIONS

Line 487: FROM po_line_locations

483: fail_convert_to_ext EXCEPTION;
484:
485: CURSOR c_org_id(p_line_id NUMBER) IS
486: SELECT DISTINCT ship_to_organization_id
487: FROM po_line_locations
488: WHERE po_line_id = p_line_id;
489:
490: BEGIN
491: ec_debug.push('ECE_POCO_TRANSACTION.POPULATE_POCO_TRX');

Line 2322: FROM po_line_locations

2318: v_pk2_value VARCHAR2(120);
2319:
2320: CURSOR c_org_id(p_line_id NUMBER) IS
2321: SELECT DISTINCT ship_to_organization_id
2322: FROM po_line_locations
2323: WHERE po_line_id = p_line_id;
2324:
2325: BEGIN
2326: ec_debug.push('ECE_POCO_TRANSACTION.PUT_DATA_TO_OUTPUT_TABLE');