DBA Data[Home] [Help]

APPS.IRC_IOS_BUS dependencies on PER_BUSINESS_GROUPS_PERF

Line 29: from per_business_groups_perf pbg

25: -- Declare cursor
26: --
27: cursor csr_leg_code is
28: select pbg.legislation_code
29: from per_business_groups_perf pbg
30: , irc_offer_status_history ios
31: , per_all_vacancies vac
32: where ios.offer_status_history_id = p_offer_status_history_id
33: and pbg.business_group_id = vac.business_group_id;