DBA Data[Home] [Help]

APPS.PER_VIEWS_PKG dependencies on FND_NUMBER

Line 362: select fnd_number.canonical_to_number(working_hours)

358: -- Populate working hours and frequency that is to be used in calculations
359: --
360: if (p_pos_working_hours is null) then
361: if(p_org_working_hours is null) then
362: select fnd_number.canonical_to_number(working_hours)
363: into v_working_hours
364: from per_business_groups
365: where business_group_id = p_business_group_id ;
366: else