DBA Data[Home] [Help]

APPS.AP_SSE_NOTIFY_EMPLOYEE dependencies on AP_WEB_UTILITIES_PKG

Line 58: AP_WEB_UTILITIES_PKG.UpdateExpenseStatusCode( p_invoice_id => :NEW.invoice_id );

54: IF ( l_flag = 1 )
55: THEN
56:
57: IF(l_source <> 'XpenseXpress') THEN
58: AP_WEB_UTILITIES_PKG.UpdateExpenseStatusCode( p_invoice_id => :NEW.invoice_id );
59: END IF;
60:
61: -- The notification should be sent only if the profile option for
62: -- credit card payment notification is set to 'Y'.