DBA Data[Home] [Help]

APPS.GHR_PDC_API dependencies on GHR_PDC_BK1

Line 46: ghr_pdc_bk1.create_pdc_b (

42: SAVEPOINT create_pdc;
43: -- Call Before Process User Hook
44: --
45: begin
46: ghr_pdc_bk1.create_pdc_b (
47: p_position_description_id => p_position_description_id,
48: p_class_grade_by => p_class_grade_by,
49: p_official_title => p_official_title,
50: p_pay_plan => p_pay_plan,

Line 96: ghr_pdc_bk1.create_pdc_a (

92: --
93: -- Call After Process User Hook
94: --
95: begin
96: ghr_pdc_bk1.create_pdc_a (
97: p_pd_classification_id => l_pd_classification_id,
98: p_position_description_id => p_position_description_id,
99: p_class_grade_by => p_class_grade_by,
100: p_official_title => p_official_title,