DBA Data[Home] [Help]

APPS.AP_WEB_HOLDS_WF dependencies on AP_WEB_DB_HR_INT_PKG

Line 442: if (AP_WEB_DB_HR_INT_PKG.GetEmpIdForUser(l_created_by, l_preparer_id)) then

438:
439: ----------------------------------------------------------
440: l_debug_info := 'Get Preparer Id using Created By';
441: ----------------------------------------------------------
442: if (AP_WEB_DB_HR_INT_PKG.GetEmpIdForUser(l_created_by, l_preparer_id)) then
443: null;
444: end if;
445:
446: ------------------------------------------------------------