DBA Data[Home] [Help]

APPS.POA_BIS_ALERTS dependencies on HR_ORGANIZATION_INFORMATION

Line 110: FROM hr_organization_information

106: IF (p_org_id = -1) THEN
107: l_sob_id := fnd_profile.value('GL_SET_OF_BKS_ID');
108: ELSE
109: SELECT to_number(org_information1) INTO l_sob_id
110: FROM hr_organization_information
111: WHERE organization_id = p_org_id
112: AND org_information_context = 'Accounting Information';
113: END IF;
114: