DBA Data[Home] [Help]

APPS.GHR_COMPLAINT_CLAIMS_API dependencies on GHR_COMPLAINT_CLAIMS_BK_1

Line 48: ghr_complaint_claims_bk_1.create_compl_claim_b

44: --
45: -- Call Before Process User Hook
46: --
47: begin
48: ghr_complaint_claims_bk_1.create_compl_claim_b
49: (p_effective_date => trunc(p_effective_date)
50: ,p_complaint_id => p_complaint_id
51: ,p_claim => p_claim
52: ,p_incident_date => p_incident_date

Line 97: ghr_complaint_claims_bk_1.create_compl_claim_a

93: --
94: -- Call After Process User Hook
95: --
96: begin
97: ghr_complaint_claims_bk_1.create_compl_claim_a
98: (p_effective_date => trunc(p_effective_date)
99: ,p_complaint_id => p_complaint_id
100: ,p_claim => p_claim
101: ,p_incident_date => p_incident_date