DBA Data[Home] [Help]

APPS.EDR_EVENT_RELATIONSHIP_PUB dependencies on EDR_ERES_EVENT_PUB

Line 263: EDR_ERES_EVENT_PUB.VALIDATE_ERECORD

259: end if;
260: /* ENd of Bug Fix */
261:
262: -- validate the parent erecord id
263: EDR_ERES_EVENT_PUB.VALIDATE_ERECORD
264: ( p_api_version => 1.0 ,
265: x_return_status => l_return_status ,
266: x_msg_count => l_msg_count ,
267: x_msg_data => l_msg_data ,

Line 280: EDR_ERES_EVENT_PUB.GET_EVENT_DETAILS

276: END IF;
277:
278: -- Now validate that the parent event name and event key are
279: -- valid for the parent erecord id
280: EDR_ERES_EVENT_PUB.GET_EVENT_DETAILS
281: ( p_api_version => 1.0 ,
282: x_return_status => l_return_status ,
283: x_msg_count => l_msg_count ,
284: x_msg_data => l_msg_data ,

Line 296: EDR_ERES_EVENT_PUB.VALIDATE_ERECORD

292: RAISE PARENT_EVENT_ERROR;
293: end if;
294:
295: -- validate the child erecord id
296: EDR_ERES_EVENT_PUB.VALIDATE_ERECORD
297: ( p_api_version => 1.0 ,
298: x_return_status => l_return_status ,
299: x_msg_count => l_msg_count ,
300: x_msg_data => l_msg_data ,

Line 313: EDR_ERES_EVENT_PUB.GET_EVENT_DETAILS

309: END IF;
310:
311: -- Now validate that the child event name and event key are
312: -- valid for the child erecord id
313: EDR_ERES_EVENT_PUB.GET_EVENT_DETAILS
314: ( p_api_version => 1.0 ,
315: x_return_status => l_return_status ,
316: x_msg_count => l_msg_count ,
317: x_msg_data => l_msg_data ,