DBA Data[Home] [Help]

APPS.PQH_PSF_BUS dependencies on HR_ALL_POSITIONS_F

Line 232: function chk_work_pay_term_dates(p_work_period_type_cd hr_all_positions_f.work_period_type_cd%type

228: function grade(p_position_id number) return number;
229: --
230: function work_period_type_cd(p_position_id number) return varchar2;
231: --
232: function chk_work_pay_term_dates(p_work_period_type_cd hr_all_positions_f.work_period_type_cd%type
233: ,p_work_term_end_day_cd hr_all_positions_f.work_term_end_day_cd%type
234: ,p_work_term_end_month_cd hr_all_positions_f.work_term_end_month_cd%type
235: ,p_pay_term_end_day_cd hr_all_positions_f.pay_term_end_day_cd%type
236: ,p_pay_term_end_month_cd hr_all_positions_f.pay_term_end_month_cd%type

Line 233: ,p_work_term_end_day_cd hr_all_positions_f.work_term_end_day_cd%type

229: --
230: function work_period_type_cd(p_position_id number) return varchar2;
231: --
232: function chk_work_pay_term_dates(p_work_period_type_cd hr_all_positions_f.work_period_type_cd%type
233: ,p_work_term_end_day_cd hr_all_positions_f.work_term_end_day_cd%type
234: ,p_work_term_end_month_cd hr_all_positions_f.work_term_end_month_cd%type
235: ,p_pay_term_end_day_cd hr_all_positions_f.pay_term_end_day_cd%type
236: ,p_pay_term_end_month_cd hr_all_positions_f.pay_term_end_month_cd%type
237: ,p_term_start_day_cd hr_all_positions_f.term_start_day_cd%type

Line 234: ,p_work_term_end_month_cd hr_all_positions_f.work_term_end_month_cd%type

230: function work_period_type_cd(p_position_id number) return varchar2;
231: --
232: function chk_work_pay_term_dates(p_work_period_type_cd hr_all_positions_f.work_period_type_cd%type
233: ,p_work_term_end_day_cd hr_all_positions_f.work_term_end_day_cd%type
234: ,p_work_term_end_month_cd hr_all_positions_f.work_term_end_month_cd%type
235: ,p_pay_term_end_day_cd hr_all_positions_f.pay_term_end_day_cd%type
236: ,p_pay_term_end_month_cd hr_all_positions_f.pay_term_end_month_cd%type
237: ,p_term_start_day_cd hr_all_positions_f.term_start_day_cd%type
238: ,p_term_start_month_cd hr_all_positions_f.term_start_month_cd%type

Line 235: ,p_pay_term_end_day_cd hr_all_positions_f.pay_term_end_day_cd%type

231: --
232: function chk_work_pay_term_dates(p_work_period_type_cd hr_all_positions_f.work_period_type_cd%type
233: ,p_work_term_end_day_cd hr_all_positions_f.work_term_end_day_cd%type
234: ,p_work_term_end_month_cd hr_all_positions_f.work_term_end_month_cd%type
235: ,p_pay_term_end_day_cd hr_all_positions_f.pay_term_end_day_cd%type
236: ,p_pay_term_end_month_cd hr_all_positions_f.pay_term_end_month_cd%type
237: ,p_term_start_day_cd hr_all_positions_f.term_start_day_cd%type
238: ,p_term_start_month_cd hr_all_positions_f.term_start_month_cd%type
239: ) return boolean;

Line 236: ,p_pay_term_end_month_cd hr_all_positions_f.pay_term_end_month_cd%type

232: function chk_work_pay_term_dates(p_work_period_type_cd hr_all_positions_f.work_period_type_cd%type
233: ,p_work_term_end_day_cd hr_all_positions_f.work_term_end_day_cd%type
234: ,p_work_term_end_month_cd hr_all_positions_f.work_term_end_month_cd%type
235: ,p_pay_term_end_day_cd hr_all_positions_f.pay_term_end_day_cd%type
236: ,p_pay_term_end_month_cd hr_all_positions_f.pay_term_end_month_cd%type
237: ,p_term_start_day_cd hr_all_positions_f.term_start_day_cd%type
238: ,p_term_start_month_cd hr_all_positions_f.term_start_month_cd%type
239: ) return boolean;
240: --

Line 237: ,p_term_start_day_cd hr_all_positions_f.term_start_day_cd%type

233: ,p_work_term_end_day_cd hr_all_positions_f.work_term_end_day_cd%type
234: ,p_work_term_end_month_cd hr_all_positions_f.work_term_end_month_cd%type
235: ,p_pay_term_end_day_cd hr_all_positions_f.pay_term_end_day_cd%type
236: ,p_pay_term_end_month_cd hr_all_positions_f.pay_term_end_month_cd%type
237: ,p_term_start_day_cd hr_all_positions_f.term_start_day_cd%type
238: ,p_term_start_month_cd hr_all_positions_f.term_start_month_cd%type
239: ) return boolean;
240: --
241: function chk_position_job_grade(p_position_grade_id number, p_job_id number) return boolean;

Line 238: ,p_term_start_month_cd hr_all_positions_f.term_start_month_cd%type

234: ,p_work_term_end_month_cd hr_all_positions_f.work_term_end_month_cd%type
235: ,p_pay_term_end_day_cd hr_all_positions_f.pay_term_end_day_cd%type
236: ,p_pay_term_end_month_cd hr_all_positions_f.pay_term_end_month_cd%type
237: ,p_term_start_day_cd hr_all_positions_f.term_start_day_cd%type
238: ,p_term_start_month_cd hr_all_positions_f.term_start_month_cd%type
239: ) return boolean;
240: --
241: function chk_position_job_grade(p_position_grade_id number, p_job_id number) return boolean;
242: --