DBA Data[Home] [Help]

APPS.GHR_API dependencies on PER_JOBS

Line 1281: (p_job_id in per_jobs.job_id%type

1277: -- {End of Comments}
1278: -- ---------------------------------------------------------------------------
1279: --
1280: function get_job_occ_series_job
1281: (p_job_id in per_jobs.job_id%type
1282: ,p_business_group_id in per_all_positions.business_group_id%type
1283: ) return varchar2;
1284: pragma restrict_references (get_job_occ_series_job, WNDS, WNPS);
1285: --