DBA Data[Home] [Help]

APPS.LNS_PARTICIPANTS_PUB dependencies on WF_EVENT

Line 1500: p_event IN OUT NOCOPY WF_EVENT_T) RETURN VARCHAR2

1496: -- Business Event CreditRequest.Recommendation.implement
1497: --to implement recomendations of the AR CRedit Management Review
1498: ----------------------------------------------------------------
1499: FUNCTION OCM_WORKFLOW_CREDIT_RECO_EVENT(p_subscription_guid IN RAW,
1500: p_event IN OUT NOCOPY WF_EVENT_T) RETURN VARCHAR2
1501: IS
1502: l_key VARCHAR2(240);
1503: l_source_name VARCHAR2(30);
1504: l_source_column1 VARCHAR2(150);

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

1615: WF_CORE.CONTEXT(G_PKG_NAME,
1616: 'OCM_WORKFLOW_CREDIT_RECO_EVENT',
1617: p_event.getEventName(),
1618: p_subscription_guid);
1619: WF_EVENT.setErrorInfo(p_event, 'ERROR');
1620:
1621: RETURN 'ERROR';
1622:
1623: END OCM_WORKFLOW_CREDIT_RECO_EVENT;