DBA Data[Home] [Help]

APPS.HR_QSA_BUS dependencies on HR_ORGANIZATION_INFORMATION

Line 29: from hr_organization_information inf

25: -- Declare cursor
26: --
27: cursor csr_sec_grp is
28: select inf.org_information14
29: from hr_organization_information inf
30: , hr_quest_answers qsa
31: where qsa.questionnaire_answer_id = p_questionnaire_answer_id
32: and inf.organization_id = qsa.business_group_id
33: and inf.org_information_context || '' = 'Business Group Information';