DBA Data[Home] [Help]

APPS.PAY_CALC_HOURS_WORKED dependencies on HR_ORGANIZATION_INFORMATION

Line 168: from hr_organization_information

164: and ASSIGN.assignment_id = p_assignment_id;
165:
166: CURSOR get_leg_code(p_business_group_id VARCHAR2) IS
167: select ORG_INFORMATION9
168: from hr_organization_information
169: where org_information_context = 'Business Group Information'
170: and organization_id = p_business_group_id;
171:
172: