DBA Data[Home] [Help]

APPS.LNS_BUS_EVENT_SUB_PVT dependencies on WF_EVENT

Line 85: FUNCTION Delinquency_Create(p_subscription_guid In RAW, p_event IN OUT NOCOPY WF_EVENT_T)RETURN VARCHAR2

81: | Date Author Description of Changes
82: | 01-01-2004 scherkas Created
83: |
84: *=======================================================================*/
85: FUNCTION Delinquency_Create(p_subscription_guid In RAW, p_event IN OUT NOCOPY WF_EVENT_T)RETURN VARCHAR2
86: IS
87: /*-----------------------------------------------------------------------+
88: | Local Variable Declarations and initializations |
89: +-----------------------------------------------------------------------*/

Line 213: WF_EVENT.setErrorInfo(p_event, 'ERROR');

209: WHEN OTHERS THEN
210: ROLLBACK TO Delinquency_Create;
211:
212: WF_CORE.CONTEXT('LNS_BUS_EVENT_SUB_PVT', 'Delinquency_Create', p_event.getEventName(), p_subscription_guid);
213: WF_EVENT.setErrorInfo(p_event, 'ERROR');
214: LogMessage(FND_LOG.LEVEL_UNEXPECTED, 'Failed to process event ' || p_event.getEventName());
215:
216: RETURN 'ERROR';
217: