DBA Data[Home] [Help]

APPS.PER_PERIODS_OF_SERVICE_PKG_V2 dependencies on STANDARD

Line 98: IF l_record.last_standard_process_date IS NULL THEN

94: BEGIN
95: l_record := Get_Current_PDS_Record
96: ( p_person_id => p_person_id);
97: --
98: IF l_record.last_standard_process_date IS NULL THEN
99: RETURN l_record.period_of_service_id;
100: ELSE
101: RETURN NULL;
102: END IF;