DBA Data[Home] [Help]

APPS.PAY_NO_ARCHIVE_ABSENCE dependencies on PER_ASSIGNMENT_BUDGET_VALUES_F

Line 395: from PER_ASSIGNMENT_BUDGET_VALUES_F

391: and peef.effective_start_date between csr_v_start_date and csr_v_end_date);
392:
393: cursor csr_full_time(csr_business_grp_id NUMBER,csr_assignment_id NUMBER,csr_v_effective_date date)
394: is select value
395: from PER_ASSIGNMENT_BUDGET_VALUES_F
396: where business_group_id = csr_business_grp_id
397: and assignment_id = csr_assignment_id and unit = 'PFT'
398: and csr_v_effective_date between effective_start_date and effective_end_date;
399: