DBA Data[Home] [Help]

APPS.GHR_API dependencies on PER_JOBS

Line 1319: (p_job_id in per_jobs.job_id%type

1315: -- {End of Comments}
1316: -- ---------------------------------------------------------------------------
1317: --
1318: function get_job_occ_series_job
1319: (p_job_id in per_jobs.job_id%type
1320: ,p_business_group_id in per_all_positions.business_group_id%type
1321: ) return varchar2;
1322: pragma restrict_references (get_job_occ_series_job, WNDS, WNPS);
1323: --