DBA Data[Home] [Help]

APPS.IRC_WEB dependencies on PER_ALL_PEOPLE_F

Line 80: from per_all_people_f

76: --
77: l_b boolean;
78: cursor c1 is
79: select person_id
80: from per_all_people_f
81: where party_id=l_party_id
82: and business_group_id=fnd_profile.value('IRC_REGISTRATION_BG_ID');
83: --
84: cursor c2 is

Line 86: from per_all_people_f

82: and business_group_id=fnd_profile.value('IRC_REGISTRATION_BG_ID');
83: --
84: cursor c2 is
85: select person_id
86: from per_all_people_f
87: where party_id=l_party_id
88: order by effective_start_date;
89: --
90: l_person_id number;