DBA Data[Home] [Help]

APPS.PAY_AE_IV_MIGRATE_PKG dependencies on PER_ALL_ASSIGNMENTS_F

Line 57: FROM per_all_assignments_f paf

53:
54: /* Get all the primary assignment ids for the BG */
55: CURSOR csr_get_asg_ids (l_bg_id NUMBER, l_date DATE) IS
56: SELECT assignment_id
57: FROM per_all_assignments_f paf
58: WHERE paf.business_group_id = l_bg_id
59: AND paf.primary_flag = 'Y'
60: /*AND l_date between paf.effective_start_date and paf.effective_end_date*/;
61: