DBA Data[Home] [Help]

APPS.AP_WEB_DB_EXPLINE_PKG dependencies on AP_EXPENSE_REPORT_HEADERS

Line 241: FUNCTION GetPersonalTotalOfExpRpt(p_report_header_id IN AP_EXPENSE_REPORT_HEADERS.report_header_id%TYPE,

237: RETURN BOOLEAN;
238: --------------------------------------------------------------------------------------------
239:
240: --------------------------------------------------------------------------------------------
241: FUNCTION GetPersonalTotalOfExpRpt(p_report_header_id IN AP_EXPENSE_REPORT_HEADERS.report_header_id%TYPE,
242: p_personal_total OUT NOCOPY NUMBER)
243: RETURN BOOLEAN;
244: --------------------------------------------------------------------------------------------
245:

Line 271: FUNCTION GetNumberOfExpLines(p_report_header_id IN AP_EXPENSE_REPORT_HEADERS.report_header_id%TYPE,

267: RETURN BOOLEAN;
268: --------------------------------------------------------------------------------------------
269:
270: --------------------------------------------------------------------------------------------
271: FUNCTION GetNumberOfExpLines(p_report_header_id IN AP_EXPENSE_REPORT_HEADERS.report_header_id%TYPE,
272: p_count OUT NOCOPY NUMBER)
273: RETURN BOOLEAN;
274: --------------------------------------------------------------------------------------------
275: