DBA Data[Home] [Help]

APPS.AP_WEB_OA_CUSTOM_PKG dependencies on FND_USER

Line 41: -- p_userId fnd user_id of the employee whom the report is for

37: --
38: -- Parameters :
39: --
40: -- p_employeeId id of the employee whom the report is for
41: -- p_userId fnd user_id of the employee whom the report is for
42: -- p_reportHeaderId report_header_id of the curent report
43: ------------------------------------------------------------------------------------
44: FUNCTION GetNewExpenseReportInvoice(p_employeeId IN ap_expense_report_headers.employee_id%TYPE,
45: p_userId IN fnd_user.user_id%TYPE,

Line 45: p_userId IN fnd_user.user_id%TYPE,

41: -- p_userId fnd user_id of the employee whom the report is for
42: -- p_reportHeaderId report_header_id of the curent report
43: ------------------------------------------------------------------------------------
44: FUNCTION GetNewExpenseReportInvoice(p_employeeId IN ap_expense_report_headers.employee_id%TYPE,
45: p_userId IN fnd_user.user_id%TYPE,
46: p_reportHeaderId IN ap_expense_report_headers.report_header_id%TYPE) RETURN VARCHAR2;
47:
48: END AP_WEB_OA_CUSTOM_PKG;