DBA Data[Home] [Help]

APPS.IRC_SEEKER_VAC_MATCHING_PKG dependencies on IRC_POSTING_CONTENTS

Line 181: , posting_content_id irc_posting_contents_tl.posting_content_id%TYPE

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

Line 188: IS RECORD ( posting_content_id irc_posting_contents.posting_content_id%TYPE

184: , recruiter_id per_all_vacancies.recruiter_id%type
185: );
186:
187: TYPE g_posting_details_rec_type
188: IS RECORD ( posting_content_id irc_posting_contents.posting_content_id%TYPE
189: , job_title irc_posting_contents_tl.job_title%TYPE
190: , name irc_posting_contents_tl.name%TYPE
191: , object_id irc_search_criteria.object_id%TYPE
192: );

Line 189: , job_title irc_posting_contents_tl.job_title%TYPE

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

Line 190: , name irc_posting_contents_tl.name%TYPE

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