DBA Data[Home] [Help]

APPS.HR_JOB_API dependencies on HR_JOB_BK1

Line 497: hr_job_bk1.create_job_b

493: begin
494: --
495: -- Call Before Process User hook for create_job
496: --
497: hr_job_bk1.create_job_b
498: (p_business_group_id => p_business_group_id
499: ,p_date_from => l_date_from
500: ,p_comments => p_comments
501: ,p_date_to => l_date_to

Line 719: hr_job_bk1.create_job_a

715: --
716: -- Call After Process hook for create_job
717: --
718: begin
719: hr_job_bk1.create_job_a
720: (p_business_group_id => p_business_group_id
721: ,p_date_from => l_date_from
722: ,p_comments => p_comments
723: ,p_date_to => l_date_to