DBA Data[Home] [Help]

APPS.PER_PYP_BUS dependencies on PER_SALADMIN_UTILITY

Line 1959: l_fte_factor := PER_SALADMIN_UTILITY.get_fte_factor(p_assignment_id,p_CHANGE_DATE);

1955:
1956: --8452388 vkodedal introduced profile option 03-Jun-2009
1957: --8587143 handle null assignment id
1958: if ( p_assignment_id is not null ) then
1959: l_fte_factor := PER_SALADMIN_UTILITY.get_fte_factor(p_assignment_id,p_CHANGE_DATE);
1960: else
1961: if (l_fte_profile_value = 'NHBGWH') then
1962: if (l_working_hours = 0) then
1963: -- if working hours are set to zero then ignore it.