DBA Data[Home] [Help]

APPS.PQH_PSF_BUS dependencies on HR_ORGANIZATION_INFORMATION

Line 1260: from hr_organization_information

1256: (p_organization_id in number) return number is
1257: l_default_asg_fte number(15,2):=0;
1258: cursor c1 is
1259: select to_number(org_information2,'99999999.99')
1260: from hr_organization_information
1261: where org_information_context like 'Budget Value Defaults'
1262: and organization_id = p_organization_id
1263: and org_information1='FTE';
1264: begin