DBA Data[Home] [Help]

APPS.AP_WEB_RECEIPTS_WF dependencies on AP_WEB_DB_HR_INT_PKG

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

512:
513: ----------------------------------------------------------
514: l_debug_info := 'Get Preparer Id using Created By';
515: ----------------------------------------------------------
516: if (AP_WEB_DB_HR_INT_PKG.GetEmpIdForUser(l_created_by, l_preparer_id)) then
517: null;
518: end if;
519:
520: ------------------------------------------------------------

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

1947:
1948: ----------------------------------------------------------
1949: l_debug_info := 'Get Preparer Id using Created By';
1950: ----------------------------------------------------------
1951: if (AP_WEB_DB_HR_INT_PKG.GetEmpIdForUser(l_created_by, l_preparer_id)) then
1952: null;
1953: end if;
1954:
1955: if (l_result_type is not null) then