DBA Data[Home] [Help]

APPS.OE_SCHEDULE_UTIL dependencies on OE_SHIP_TO_ORGS_V

Line 15101: FROM OE_SHIP_TO_ORGS_V

15097: THEN
15098: BEGIN
15099: SELECT NAME
15100: INTO l_customer_location
15101: FROM OE_SHIP_TO_ORGS_V
15102: WHERE organization_id = l_ship_to_org_id;
15103: EXCEPTION
15104: WHEN NO_DATA_FOUND THEN
15105: l_customer_location := null;

Line 15424: FROM OE_SHIP_TO_ORGS_V

15420: THEN
15421: BEGIN
15422: SELECT NAME
15423: INTO l_customer_location
15424: FROM OE_SHIP_TO_ORGS_V
15425: WHERE organization_id = l_ship_to_org_id;
15426: EXCEPTION
15427: WHEN NO_DATA_FOUND THEN
15428: l_customer_location := null;