DBA Data[Home] [Help]

APPS.BEN_ENROLLMENT_ACTION_ITEMS dependencies on BEN_DETERMINE_DATE

Line 317: ben_determine_date.main in procedure get_due_date so that

313: not been furnished.
314: 115.130 31-Aug-2005 ikasire BUG 4558512 completion date fix in set_cmpltd_dt procedure
315: 115.131 01-Sep-2005 ikasire BUG 4558512 more changes
316: 115.132 15-sep-2005 rgajula Bug 4610971 Passed the p_business_group_id to the procedure
317: ben_determine_date.main in procedure get_due_date so that
318: it ill be available to Action Type Due Date rule .
319: 115.133 27-Apr-2006 swjain Bug 5156111 : Added additional logic for certications for organizations
320: in procedure determine_additional_bnf
321: 115.134 28-Apr-2006 swjain Bug 5156111 : Updated cursor c_nsc_ctfn_pl in procedure determine_additional_bnf

Line 698: -- Call the ben_determine_date.main procedure

694: raise pat_not_found;
695: end if;
696: --
697: --
698: -- Call the ben_determine_date.main procedure
699: --
700: --
701: -- Call the date routine only if the due date code is not null.
702: --

Line 706: -- ben_determine_date.main so that it ill be available to Action Type Due Date rule

702: --
703: if l_pat.actn_typ_due_dt_cd is not null then
704: --
705: --Bug 4610971 Passed the p_business_group_id to the procedure
706: -- ben_determine_date.main so that it ill be available to Action Type Due Date rule
707: ben_determine_date.main
708: (p_date_cd => l_pat.actn_typ_due_dt_cd
709: ,p_effective_date => p_effective_date
710: ,p_elig_per_elctbl_chc_id => l_elig_per_elctbl_chc_id

Line 707: ben_determine_date.main

703: if l_pat.actn_typ_due_dt_cd is not null then
704: --
705: --Bug 4610971 Passed the p_business_group_id to the procedure
706: -- ben_determine_date.main so that it ill be available to Action Type Due Date rule
707: ben_determine_date.main
708: (p_date_cd => l_pat.actn_typ_due_dt_cd
709: ,p_effective_date => p_effective_date
710: ,p_elig_per_elctbl_chc_id => l_elig_per_elctbl_chc_id
711: ,p_formula_id => l_pat.actn_typ_due_dt_rl