DBA Data[Home] [Help]

APPS.PQH_PSF_BUS dependencies on HR_ORGANIZATION_INFORMATION

Line 1285: from hr_organization_information

1281: (p_organization_id in number) return number is
1282: l_default_asg_fte number(15,2):=0;
1283: cursor c1 is
1284: select to_number(org_information2,'99999999.99')
1285: from hr_organization_information
1286: where org_information_context like 'Budget Value Defaults'
1287: and organization_id = p_organization_id
1288: and org_information1='FTE';
1289: begin