DBA Data[Home] [Help]

APPS.PAY_WC_INFO dependencies on HR_ORGANIZATION_INFORMATION

Line 42: hr_organization_information wci

38: cursor c_get_carrier_id is
39: select wci.org_information8
40: from per_assignments_f asg,
41: hr_soft_coding_keyflex flx,
42: hr_organization_information wci
43: where p_assignment_id = asg.assignment_id
44: and asg.soft_coding_keyflex_id = flx.soft_coding_keyflex_id
45: and wci.organization_id = flx.segment1
46: and wci.org_information_context||'' = 'State Tax Rules';