DBA Data[Home] [Help]

APPS.HR_SECURITY dependencies on IRC_REC_TEAM_MEMBERS

Line 1619: from irc_rec_team_members team

1615: RETURN VARCHAR2
1616: IS
1617: CURSOR CSR_TEAM is
1618: Select 1
1619: from irc_rec_team_members team
1620: ,per_all_people_f per
1621: ,fnd_user usr
1622: where team.vacancy_id = p_vacancy_id
1623: and team.party_id = nvl(per.party_id, usr.customer_id)