DBA Data[Home] [Help]

APPS.HR_RU_CONTACT_API dependencies on PER_BUSINESS_GROUPS

Line 113: from per_business_groups pbg

109:
110: --
111: cursor csr_bg is
112: select legislation_code
113: from per_business_groups pbg
114: where pbg.business_group_id = p_business_group_id;
115: --
116: begin
117: l_proc := g_package||'create_ru_person';