DBA Data[Home] [Help]

APPS.PA_PWP_NOTIFICATION dependencies on WF_EVENT_T

Line 7: ,p_event IN OUT NOCOPY WF_EVENT_T ) RETURN VARCHAR2;

3:
4: /* This funtion will get a call from ar bussiness event
5: (oracle.apps.ar.applications.CashApp.apply) and will then start the Workflow. */
6: FUNCTION Receive_BE ( p_subscription_guid IN RAW
7: ,p_event IN OUT NOCOPY WF_EVENT_T ) RETURN VARCHAR2;
8:
9:
10: PROCEDURE START_AR_NOTIFY_WF (p_receivable_application_id IN NUMBER,
11: x_err_stack IN OUT NOCOPY VARCHAR2,