DBA Data[Home] [Help]

APPS.BEN_PD_RATE_AND_CVG_MODULE dependencies on PER_ABS_ATTENDANCE_REASONS

Line 6418: from per_abs_attendance_reasons abr,

6414: --
6415:
6416: cursor c_get_mapping_name8(p_id in number,p_id1 in number,p_date in date) is
6417: select hl.meaning name
6418: from per_abs_attendance_reasons abr,
6419: hr_leg_lookups hl
6420: where abr.business_group_id = p_business_group_id
6421: and abr.absence_attendance_type_id = p_id
6422: and abr.abs_attendance_reason_id = p_id1