DBA Data[Home] [Help]

APPS.AP_WEB_UTIL_PKG dependencies on AP_WEB_UTILITIES_PKG

Line 125: LogStatement('AP_WEB_UTILITIES_PKG', 'NotifyEmployeeOnPayment');

121: where check_id = P_CHECK_ID;
122:
123: BEGIN
124:
125: LogStatement('AP_WEB_UTILITIES_PKG', 'NotifyEmployeeOnPayment');
126:
127: -- Standard start of API savepoint
128: SAVEPOINT NotifyEmployeeOnPayment;
129: LogStatement('NotifyEmployeeOnPayment', 'Savepoint is established');

Line 213: AP_WEB_UTILITIES_PKG.UpdateExpenseStatusCode( p_invoice_id => l_invoiceId);

209: LogStatement('NotifyEmployeeOnPayment', 'Processing flag ' || l_flag);
210:
211: if ( l_flag = 1 ) THEN
212: -- IF(l_source <> 'XpenseXpress') THEN (sodash) Changed for Bug 9025829: EXPENSE_STATUS_CODE OF EXPENSE REPORTS NOT UPDATED
213: AP_WEB_UTILITIES_PKG.UpdateExpenseStatusCode( p_invoice_id => l_invoiceId);
214: -- END IF;
215:
216: -- The notification should be sent only if the profile option for
217: -- credit card payment notification is set to 'Y'.