DBA Data[Home] [Help]

APPS.PQH_AME_APPROVALS dependencies on BEN_ELIG_PER_ELC_CHC_API

Line 183: ben_elig_per_elc_chc_api.update_elig_per_elc_chc (

179: From ben_elig_per_elctbl_chc
180: Where elig_per_elctbl_chc_id = l_elctbl_chc_id;
181:
182: -- Call the API to update the status code
183: ben_elig_per_elc_chc_api.update_elig_per_elc_chc (
184: p_elig_per_elctbl_chc_id => l_elctbl_chc_id
185: ,p_approval_status_cd => p_app_rej
186: ,p_object_version_number => l_ovn
187: ,p_effective_date => sysdate);

Line 282: ben_elig_per_elc_chc_api.update_elig_per_elc_chc (

278: into l_ovn
279: From ben_elig_per_elctbl_chc
280: Where elig_per_elctbl_chc_id = l_elctbl_chc_id;
281:
282: ben_elig_per_elc_chc_api.update_elig_per_elc_chc (
283: p_elig_per_elctbl_chc_id => l_elctbl_chc_id
284: ,p_in_pndg_wkflow_flag => 'N'
285: ,p_object_version_number => l_ovn
286: ,p_effective_date => sysdate);