DBA Data[Home] [Help]

APPS.LNS_PARTICIPANTS_PUB dependencies on WF_EVENT

Line 1498: p_event IN OUT NOCOPY WF_EVENT_T) RETURN VARCHAR2

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

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

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