DBA Data[Home] [Help]

APPS.OTA_DELEGATE_BOOKING_API dependencies on HR_GENERAL_UTILITIES

Line 2038: l_status_change_comments := hr_general_utilities.get_lookup_meaning

2034:
2035: --
2036: --Bug 2359495
2037: IF ( p_status_change_comments IS NULL or p_status_change_comments = hr_api.g_varchar2) THEN --Bug 5586486
2038: l_status_change_comments := hr_general_utilities.get_lookup_meaning
2039: ('ENROLMENT_STATUS_REASON',
2040: 'A');
2041: ELSE
2042: l_status_change_comments := p_status_change_comments;