DBA Data[Home] [Help]

APPS.BEN_DETERMINE_COMMUNICATIONS dependencies on BEN_LOS_FCTR

Line 2080: from ben_los_fctr los

2076: -- This procedure processes the person's length of service.
2077: --
2078: cursor c_lsf is
2079: select *
2080: from ben_los_fctr los
2081: where los.los_fctr_id = g_parm.los_fctr_id
2082: and los.business_group_id = g_parm.business_group_id;
2083: --
2084: l_lsf c_lsf%rowtype;

Line 2272: ben_los_fctr lsf

2268: lsf.mx_los_num,
2269: lsf.los_det_cd
2270: from ben_cmbn_age_los_fctr cal,
2271: ben_age_fctr agf,
2272: ben_los_fctr lsf
2273: where cal.cmbn_age_los_fctr_id = g_parm.cmbn_age_los_fctr_id
2274: and cal.business_group_id = g_parm.business_group_id
2275: and cal.age_fctr_id = agf.age_fctr_id
2276: and agf.business_group_id = g_parm.business_group_id

Line 3180: ,ben.los_fctr_id

3176: ,ben.use_fctr_to_sel_flag
3177: ,ben.age_fctr_id
3178: ,ben.min_age
3179: ,ben.max_age
3180: ,ben.los_fctr_id
3181: ,ben.min_los
3182: ,ben.max_los
3183: ,ben.los_det_to_use_cd
3184: ,ben.cmbn_age_los_fctr_id

Line 5014: ben_los_fctr los,

5010: hr_lookups hr6,
5011: hr_lookups hr7,
5012: fnd_lookups fnd1,
5013: ben_age_fctr agf,
5014: ben_los_fctr los,
5015: ben_cmbn_age_los_fctr cla,
5016: ben_cm_typ_f cct,
5017: ben_actn_typ actn,
5018: per_people_f ppf,