DBA Data[Home] [Help]

APPS.BEN_BENCMSUM_XMLP_PKG dependencies on BEN_BENEFIT_ACTIONS

Line 24: l_min_age ben_benefit_actions.min_age%type ;

20: l_location hr_locations_all.description%type ;
21: l_actn_typ ben_actn_typ.name%type ;
22: l_elig_enrol hr_lookups.meaning%type ;
23: l_age_fctr ben_age_fctr.name%type ;
24: l_min_age ben_benefit_actions.min_age%type ;
25: l_max_age ben_benefit_actions.max_age%type ;
26: l_los_fctr ben_los_fctr.name%type ;
27: l_min_los ben_benefit_actions.min_los%type ;
28: l_max_los ben_benefit_actions.max_los%type ;

Line 25: l_max_age ben_benefit_actions.max_age%type ;

21: l_actn_typ ben_actn_typ.name%type ;
22: l_elig_enrol hr_lookups.meaning%type ;
23: l_age_fctr ben_age_fctr.name%type ;
24: l_min_age ben_benefit_actions.min_age%type ;
25: l_max_age ben_benefit_actions.max_age%type ;
26: l_los_fctr ben_los_fctr.name%type ;
27: l_min_los ben_benefit_actions.min_los%type ;
28: l_max_los ben_benefit_actions.max_los%type ;
29: l_cmbn_age_los_fctr ben_cmbn_age_los_fctr.name%type ;

Line 27: l_min_los ben_benefit_actions.min_los%type ;

23: l_age_fctr ben_age_fctr.name%type ;
24: l_min_age ben_benefit_actions.min_age%type ;
25: l_max_age ben_benefit_actions.max_age%type ;
26: l_los_fctr ben_los_fctr.name%type ;
27: l_min_los ben_benefit_actions.min_los%type ;
28: l_max_los ben_benefit_actions.max_los%type ;
29: l_cmbn_age_los_fctr ben_cmbn_age_los_fctr.name%type ;
30: l_date_from ben_benefit_actions.date_from%type ;
31: l_enrollment_period varchar2(800); l_audit_log hr_lookups.meaning%type ;

Line 28: l_max_los ben_benefit_actions.max_los%type ;

24: l_min_age ben_benefit_actions.min_age%type ;
25: l_max_age ben_benefit_actions.max_age%type ;
26: l_los_fctr ben_los_fctr.name%type ;
27: l_min_los ben_benefit_actions.min_los%type ;
28: l_max_los ben_benefit_actions.max_los%type ;
29: l_cmbn_age_los_fctr ben_cmbn_age_los_fctr.name%type ;
30: l_date_from ben_benefit_actions.date_from%type ;
31: l_enrollment_period varchar2(800); l_audit_log hr_lookups.meaning%type ;
32:

Line 30: l_date_from ben_benefit_actions.date_from%type ;

26: l_los_fctr ben_los_fctr.name%type ;
27: l_min_los ben_benefit_actions.min_los%type ;
28: l_max_los ben_benefit_actions.max_los%type ;
29: l_cmbn_age_los_fctr ben_cmbn_age_los_fctr.name%type ;
30: l_date_from ben_benefit_actions.date_from%type ;
31: l_enrollment_period varchar2(800); l_audit_log hr_lookups.meaning%type ;
32:
33: begin
34: