DBA Data[Home] [Help]

APPS.HR_JOB_REQUIREMENT_API dependencies on HR_JOB_REQUIREMENT_BK1

Line 261: hr_job_requirement_bk1.create_job_requirement_b

257: -- Start of API User Hook for the before hook of create_job_requirement
258: -- Specifically placed after the business_group_id is retrieved from
259: -- the job.
260: --
261: hr_job_requirement_bk1.create_job_requirement_b
262: (p_id_flex_num => p_id_flex_num
263: ,p_job_id => p_job_id
264: ,p_business_group_id => l_business_group_id
265: ,p_comments => p_comments

Line 421: hr_job_requirement_bk1.create_job_requirement_a

417: begin
418: --
419: -- Start of API User Hook for the after hook of create_job_requirement
420: --
421: hr_job_requirement_bk1.create_job_requirement_a
422: (p_id_flex_num => p_id_flex_num
423: ,p_job_id => p_job_id
424: ,p_business_group_id => l_business_group_id
425: ,p_comments => p_comments