DBA Data[Home] [Help]

APPS.PAY_WC_INFO SQL Statements

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

Line: 39

       select wci.org_information8
       from per_assignments_f           asg,
            hr_soft_coding_keyflex      flx,
            hr_organization_information wci
       where p_assignment_id                 = asg.assignment_id
         and asg.soft_coding_keyflex_id      = flx.soft_coding_keyflex_id
         and wci.organization_id             = flx.segment1
         and wci.org_information_context||'' = 'State Tax Rules';