DBA Data[Home] [Help]

APPS.OE_SCHEDULE_UTIL dependencies on OE_SHIP_TO_ORGS_V

Line 17648: FROM OE_SHIP_TO_ORGS_V

17644: THEN
17645: BEGIN
17646: SELECT NAME
17647: INTO l_customer_location
17648: FROM OE_SHIP_TO_ORGS_V
17649: WHERE organization_id = l_ship_to_org_id;
17650: EXCEPTION
17651: WHEN NO_DATA_FOUND THEN
17652: l_customer_location := null;

Line 17971: FROM OE_SHIP_TO_ORGS_V

17967: THEN
17968: BEGIN
17969: SELECT NAME
17970: INTO l_customer_location
17971: FROM OE_SHIP_TO_ORGS_V
17972: WHERE organization_id = l_ship_to_org_id;
17973: EXCEPTION
17974: WHEN NO_DATA_FOUND THEN
17975: l_customer_location := null;