DBA Data[Home] [Help]

APPS.GHR_COMPLAINT_ADRS_API dependencies on GHR_COMPLAINT_ADRS_BK_1

Line 49: ghr_complaint_adrs_bk_1.create_compl_adr_b

45: --
46: -- Call Before Process User Hook
47: --
48: begin
49: ghr_complaint_adrs_bk_1.create_compl_adr_b
50: (p_effective_date => trunc(p_effective_date)
51: ,p_complaint_id => p_complaint_id
52: ,p_stage => p_stage
53: ,p_start_date => p_start_date

Line 96: ghr_complaint_adrs_bk_1.create_compl_adr_a

92: --
93: -- Call After Process User Hook
94: --
95: begin
96: ghr_complaint_adrs_bk_1.create_compl_adr_a
97: (p_effective_date => trunc(p_effective_date)
98: ,p_complaint_id => p_complaint_id
99: ,p_stage => p_stage
100: ,p_start_date => p_start_date