DBA Data[Home] [Help]

APPS.IRC_SEEKER_VAC_MATCHING_PKG dependencies on IRC_POSTING_CONTENTS_TL

Line 182: , posting_content_id irc_posting_contents_tl.posting_content_id%TYPE

178: , isc_information30 irc_search_criteria.isc_information30%TYPE
179: , geometry hr_locations_all.geometry%TYPE
180: , location_id per_all_vacancies.location_id%TYPE
181: , derived_locale hr_locations_all.derived_locale%TYPE
182: , posting_content_id irc_posting_contents_tl.posting_content_id%TYPE
183: , business_group_id per_all_vacancies.business_group_id%TYPE
184: , name per_all_vacancies.name%TYPE
185: , recruiter_id per_all_vacancies.recruiter_id%type
186: );

Line 190: , job_title irc_posting_contents_tl.job_title%TYPE

186: );
187:
188: TYPE g_posting_details_rec_type
189: IS RECORD ( posting_content_id irc_posting_contents.posting_content_id%TYPE
190: , job_title irc_posting_contents_tl.job_title%TYPE
191: , name irc_posting_contents_tl.name%TYPE
192: , object_id irc_search_criteria.object_id%TYPE
193: );
194: TYPE g_posting_details_tab_type

Line 191: , name irc_posting_contents_tl.name%TYPE

187:
188: TYPE g_posting_details_rec_type
189: IS RECORD ( posting_content_id irc_posting_contents.posting_content_id%TYPE
190: , job_title irc_posting_contents_tl.job_title%TYPE
191: , name irc_posting_contents_tl.name%TYPE
192: , object_id irc_search_criteria.object_id%TYPE
193: );
194: TYPE g_posting_details_tab_type
195: IS TABLE OF