DBA Data[Home] [Help]

APPS.HXT_UTIL dependencies on PER_ALL_ASSIGNMENTS_F

Line 599: , per_all_assignments_f asm

595: FROM
596: hxt_earning_policies egp
597: , hxt_holiday_calendars hcl
598: , hxt_per_aei_ddf_v aeiv
599: , per_all_assignments_f asm
600: WHERE asm.assignment_id = p_assignment_id
601: AND asm.assignment_id = aeiv.assignment_id
602: AND c_date between aeiv.effective_start_date
603: and aeiv.effective_end_date

Line 1903: l_asg_id per_all_assignments_f.assignment_id%TYPE;

1899: l_accrued_hrs NUMBER(7,3);
1900: l_batch_id NUMBER;
1901: l_old_total NUMBER;
1902:
1903: l_asg_id per_all_assignments_f.assignment_id%TYPE;
1904:
1905:
1906: BEGIN
1907: