DBA Data[Home] [Help]

APPS.PAY_MWS_MAGTAPE_REPORTING dependencies on PER_ASSIGNMENTS_F

Line 336: from per_assignments_f paf,

332: paf.assignment_id assignment_id,
333: fnd_number.canonical_to_number(scl.segment1) tax_unit_id,
334: paf.effective_start_date effective_start_date,
335: paf.effective_end_date effective_end_date
336: from per_assignments_f paf,
337: hr_soft_coding_keyflex scl
338: where paf.business_group_id = l_bus_group_id
339: and paf.assignment_type = 'E'
340: and paf.primary_flag = 'Y'