DBA Data[Home] [Help]

APPS.GHR_CUSTOM_AWARD dependencies on GHR_DUTY_STATIONS_F

Line 58: ,p_duty_station_id IN ghr_duty_stations_f.duty_station_id%TYPE

54: ,p_grade_or_level IN VARCHAR2
55: ,p_effective_date IN DATE
56: ,p_basic_pay IN NUMBER
57: ,p_adj_basic_pay IN NUMBER
58: ,p_duty_station_id IN ghr_duty_stations_f.duty_station_id%TYPE
59: ,p_award_salary IN OUT NOCOPY NUMBER
60: );
61: --
62: end ghr_custom_award;