DBA Data[Home] [Help]

APPS.PAY_CALC_HOURS_WORKED dependencies on HR_ORGANIZATION_INFORMATION

Line 165: from hr_organization_information

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