DBA Data[Home] [Help]

APPS.BEN_CREATE_PTNL_LER_SS dependencies on BEN_DETERMINE_DATE

Line 79: ben_determine_date.main

75: open get_ler;
76: fetch get_ler into l_ocrd_dt_cd;
77: if get_ler%found then
78: if l_ocrd_dt_cd is not null then
79: ben_determine_date.main
80: (p_date_cd => l_ocrd_dt_cd
81: ,p_effective_date => to_date(p_effective_date,hr_transaction_ss.g_date_format)
82: ,p_lf_evt_ocrd_dt => to_date(p_lf_evt_ocrd_dt,hr_transaction_ss.g_date_format)
83: ,p_returned_date => l_lf_evt_ocrd_date