DBA Data[Home] [Help]

APPS.PO_SHIPMENTS_SV9 dependencies on HR_LOCATIONS_ALL

Line 38: X_ship_to_location_code hr_locations_all.location_code%TYPE := '';

34:
35: /** PO UTF8 Column Expansion Project 9/23/2002 tpoon **/
36: /** Changed X_ship_to_location_code to use %TYPE **/
37: -- X_ship_to_location_code VARCHAR2(20) := '';
38: X_ship_to_location_code hr_locations_all.location_code%TYPE := '';
39:
40: X_ship_to_location_id NUMBER := '';
41: X_ship_to_org_code VARCHAR2(3) := '';
42: X_ship_to_organization_id NUMBER := '';