DBA Data[Home] [Help]

APPS.PA_HR_UPDATE_API dependencies on PER_JOB_GROUPS

Line 183: ) RETURN per_job_groups.job_group_id%type;

179:
180: -- This API returns the job group id for the corresponding Job
181: FUNCTION get_job_group_id(
182: P_job_id IN per_jobs.job_id%type
183: ) RETURN per_job_groups.job_group_id%type;
184:
185: -- pragma RESTRICT_REFERENCES (get_job_group_id, WNDS, WNPS );
186:
187: FUNCTION get_job_name(

Line 209: ,P_job_group_id IN per_job_groups.job_group_id%type

205:
206: -- This Function returns the job level(sequence) based on the job_id and Job_group_id
207: FUNCTION get_job_level(
208: P_job_id IN per_jobs.job_id%type
209: ,P_job_group_id IN per_job_groups.job_group_id%type
210: ) RETURN NUMBER;
211:
212: -- This Function returns boolean value of true if a job is master job otherwise
213: -- it returns false -- IN parameter will be job_id