DBA Data[Home] [Help]

APPS.HRI_PARAMETERS dependencies on PER_JOBS

Line 35: from per_jobs -- bug fix 3680782

31: c_job_lov_count_high number := 20;
32:
33: cursor c_job_lov_check is
34: select count(*)+1
35: from per_jobs -- bug fix 3680782
36: where business_group_id = Hr_General.Get_Business_Group_Id;
37:
38:
39: BEGIN

Line 1805: from per_jobs -- bug fix 3680782

1801: ) IS
1802:
1803: cursor c_job_list is
1804: select job_id, name job_name
1805: from per_jobs -- bug fix 3680782
1806: where business_group_id = Hr_General.Get_Business_Group_Id
1807: order by name; -- use of p_option = 1
1808:
1809: l_job_id_count number :=0;