DBA Data[Home] [Help]

APPS.AP_WEB_RECEIPTS_WF dependencies on AP_WEB_DB_HR_INT_PKG

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

572:
573: ----------------------------------------------------------
574: l_debug_info := 'Get Preparer Id using Created By';
575: ----------------------------------------------------------
576: if (AP_WEB_DB_HR_INT_PKG.GetEmpIdForUser(l_created_by, l_preparer_id)) then
577: null;
578: end if;
579:
580: ------------------------------------------------------------

Line 2144: /*if (AP_WEB_DB_HR_INT_PKG.GetEmpIdForUser(l_created_by, l_preparer_id)) then

2140:
2141: ----------------------------------------------------------
2142: l_debug_info := 'Get Preparer Id using Created By';
2143: ----------------------------------------------------------
2144: /*if (AP_WEB_DB_HR_INT_PKG.GetEmpIdForUser(l_created_by, l_preparer_id)) then
2145: null;
2146: end if;*/
2147:
2148: if (l_result_type is not null) then

Line 2754: AND NOT AP_WEB_DB_HR_INT_PKG.ispersoncwk(emp.employee_id)='Y'

2750: FROM per_employees_x emp
2751: WHERE emp.employee_id in (select distinct employee_id
2752: from ap_expense_report_headers_all
2753: where overdue_request_id = FND_GLOBAL.CONC_REQUEST_ID)
2754: AND NOT AP_WEB_DB_HR_INT_PKG.ispersoncwk(emp.employee_id)='Y'
2755: UNION ALL
2756: SELECT emp.supervisor_id
2757: FROM per_cont_workers_current_x emp
2758: WHERE emp.person_id in (select distinct employee_id