DBA Data[Home] [Help]

APPS.GHR_PDC_API dependencies on GHR_PDC_BK1

Line 39: ghr_pdc_bk1.create_pdc_b (

35: SAVEPOINT create_pdc;
36: -- Call Before Process User Hook
37: --
38: begin
39: ghr_pdc_bk1.create_pdc_b (
40: p_position_description_id => p_position_description_id,
41: p_class_grade_by => p_class_grade_by,
42: p_official_title => p_official_title,
43: p_pay_plan => p_pay_plan,

Line 89: ghr_pdc_bk1.create_pdc_a (

85: --
86: -- Call After Process User Hook
87: --
88: begin
89: ghr_pdc_bk1.create_pdc_a (
90: p_pd_classification_id => l_pd_classification_id,
91: p_position_description_id => p_position_description_id,
92: p_class_grade_by => p_class_grade_by,
93: p_official_title => p_official_title,