DBA Data[Home] [Help]

APPS.PNP_UTIL_FUNC dependencies on PN_LOCATIONS_ALL

Line 90: location_id PN_LOCATIONS_ALL.location_id%type,

86:
87:
88: TYPE space_assignment_rec IS RECORD (
89:
90: location_id PN_LOCATIONS_ALL.location_id%type,
91: assignment_id PN_SPACE_ASSIGN_CUST_ALL.cust_space_assign_id%type,
92: assign_start_date PN_SPACE_ASSIGN_CUST_ALL.cust_assign_start_date%type,
93: assign_end_date PN_SPACE_ASSIGN_CUST_ALL.cust_assign_start_date%type,
94: allocated_area_pct PN_SPACE_ASSIGN_CUST_ALL.allocated_area_pct%type,

Line 1139: G_location_code pn_locations_all.location_code%TYPE;

1135:
1136: /* Added following three variables for bug 6514984*/
1137: G_location_id NUMBER;
1138: G_as_of_dt DATE;
1139: G_location_code pn_locations_all.location_code%TYPE;
1140: --------------------------------------
1141: -- End of Package Spec --
1142: --------------------------------------
1143: END pnp_util_func;