DBA Data[Home] [Help]

APPS.HR_UTIL_FLEX_WEB SQL Statements

The following lines contain the word 'select', 'insert', 'update' or 'delete':

Line: 60

       select org_information4
         from hr_organization_information
        where organization_id = p_business_group_id
          and org_information_context = 'Business Group Information';
Line: 68

       select org_information5
         from hr_organization_information
        where organization_id = p_business_group_id
          and org_information_context = 'Business Group Information';
Line: 75

       select org_information6
         from hr_organization_information
        where organization_id = p_business_group_id
          and org_information_context = 'Business Group Information';
Line: 83

       select org_information7
         from hr_organization_information
        where organization_id = p_business_group_id
          and org_information_context = 'Business Group Information';
Line: 91

       select org_information8
         from hr_organization_information
        where organization_id = p_business_group_id
          and org_information_context = 'Business Group Information';
Line: 376

select APPLICATION_COLUMN_NAME
from   fnd_id_flex_segments
where  APPLICATION_ID = l_app_id
and    ID_FLEX_CODE = p_flex_code
and    ID_FLEX_NUM = p_id_flex_num;