DBA Data[Home] [Help]

APPS.EDR_ERES_EVENT_PVT dependencies on FND_WF_EVENT

Line 28: -- p_parameter_list IN FND_WF_EVENT.PARAM_TABLE OPTIONAL

24: -- interevent processing. In that case STRICT is used
25: -- in the case where PARENT_ERECORD_ID NEEDS to be
26: -- passed
27: --
28: -- p_parameter_list IN FND_WF_EVENT.PARAM_TABLE OPTIONAL
29: -- If this variable is set then the parameters set on the x_event
30: -- variable is ignored and the this list is used instead while raising the event.
31: --
32: -- OUT :x_return_status OUT VARCHAR2

Line 62: p_parameter_list IN FND_WF_EVENT.PARAM_TABLE default EDR_CONSTANTS_GRP.G_EMPTY_PARAM_LIST

58: p_mode IN VARCHAR2 DEFAULT NULL,
59: x_event IN OUT NOCOPY EDR_ERES_EVENT_PUB.ERES_EVENT_REC_TYPE,
60: x_is_child_event OUT NOCOPY BOOLEAN,
61: --Bug 4122622: Start
62: p_parameter_list IN FND_WF_EVENT.PARAM_TABLE default EDR_CONSTANTS_GRP.G_EMPTY_PARAM_LIST
63: --Bug 4122622: End
64: );
65:
66: /** Use to get the GUID of the subscription of a business event

Line 86: x_payload OUT NOCOPY FND_WF_EVENT.PARAM_TABLE

82:
83: PROCEDURE CREATE_PAYLOAD
84: ( p_event IN EDR_ERES_EVENT_PUB.ERES_EVENT_REC_TYPE ,
85: p_starting_position IN NUMBER DEFAULT 1 ,
86: x_payload OUT NOCOPY FND_WF_EVENT.PARAM_TABLE
87: );
88:
89: -- Start of comments
90: -- API name : GET_EVENT_APPROVERS

Line 219: P_PARAM_TABLE IN OUT NOCOPY FND_WF_EVENT.PARAM_TABLE,

215: --Bug 3207385: Start
216: PROCEDURE RAISE_TABLE (P_EVENT_NAME IN VARCHAR2,
217: P_EVENT_KEY IN VARCHAR2,
218: P_EVENT_DATA IN CLOB DEFAULT NULL,
219: P_PARAM_TABLE IN OUT NOCOPY FND_WF_EVENT.PARAM_TABLE,
220: P_NUMBER_PARAMS IN NUMBER,
221: P_SEND_DATE IN DATE DEFAULT NULL);
222: --Bug 3207385: End
223: