DBA Data[Home] [Help]

APPS.GHR_MASS_ACTIONS_PKG dependencies on GHR_DUTY_STATIONS_V

Line 6: (duty_station_id ghr_duty_stations_v.duty_station_id%type,

2: /* $Header: ghmasact.pkh 120.0.12000000.1 2007/03/27 10:11:56 managarw noship $ */
3:
4: -- create the record types here
5: type duty_station_rec_type is record
6: (duty_station_id ghr_duty_stations_v.duty_station_id%type,
7: duty_station_code ghr_duty_stations_v.duty_station_code%type,
8: duty_station_desc ghr_duty_stations_v.duty_station_desc%type
9: );
10:

Line 7: duty_station_code ghr_duty_stations_v.duty_station_code%type,

3:
4: -- create the record types here
5: type duty_station_rec_type is record
6: (duty_station_id ghr_duty_stations_v.duty_station_id%type,
7: duty_station_code ghr_duty_stations_v.duty_station_code%type,
8: duty_station_desc ghr_duty_stations_v.duty_station_desc%type
9: );
10:
11: type emp_rec_type is record

Line 8: duty_station_desc ghr_duty_stations_v.duty_station_desc%type

4: -- create the record types here
5: type duty_station_rec_type is record
6: (duty_station_id ghr_duty_stations_v.duty_station_id%type,
7: duty_station_code ghr_duty_stations_v.duty_station_code%type,
8: duty_station_desc ghr_duty_stations_v.duty_station_desc%type
9: );
10:
11: type emp_rec_type is record
12: (person_id per_people_f.person_id%type,