DBA Data[Home] [Help]

APPS.IRC_NOTIFICATION_DATA_PKG dependencies on IRC_NOTIFICATION_PREFERENCES

Line 95: from irc_notification_preferences inp

91: ,c_effectiveDate in date) is
92: select 'IRC_CAND_AGENCY_ID:'
93: || inp.agency_id
94: || ';'
95: from irc_notification_preferences inp
96: ,per_all_people_f ppf
97: where inp.person_id = c_candidateId
98: and ppf.person_id = c_candidateId
99: and c_effectiveDate between ppf.effective_start_date