DBA Data[Home] [Help]

APPS.IRC_IOF_BUS dependencies on PER_VAC_LINKED_ASSIGNMENTS

Line 1569: select tgt_apl_asg_id from per_vac_linked_assignments

1565: applicant_assignment_id = nvl(irc_offers_api.g_src_apl_asg_id,-1)
1566: OR
1567: applicant_assignment_id in
1568: (
1569: select tgt_apl_asg_id from per_vac_linked_assignments
1570: where src_apl_asg_id = irc_offers_api.g_src_apl_asg_id
1571: )
1572: );
1573: