DBA Data[Home] [Help]

APPS.EDR_UTILITIES dependencies on EDR_ERES_EVENT_PVT

Line 498: EDR_ERES_EVENT_PVT.DELETE_ERECORDS();

494: --In addition to previous cleanup operations, as a part of the OAF project
495: --we also have to cleanup the temp data created as a part of OAF processing
496:
497:
498: EDR_ERES_EVENT_PVT.DELETE_ERECORDS();
499: --Bug 3667036: End
500:
501: -- Bug 3776079 : Added delete statements to cleanup edr
502: -- print utility temporary data.

Line 580: --Call the new procedure "EDR_ERES_EVENT_PVT.RAISE_TABLE" to raise the business event.

576: end LOOP;
577:
578: --Bug 3207385: Start
579: --wf_event.raise3(p_event_name, p_event_key, p_event_data, l_param_list, p_send_date);
580: --Call the new procedure "EDR_ERES_EVENT_PVT.RAISE_TABLE" to raise the business event.
581:
582: EDR_ERES_EVENT_PVT.RAISE_TABLE(P_EVENT_NAME,
583: P_EVENT_KEY,
584: P_EVENT_DATA,

Line 582: EDR_ERES_EVENT_PVT.RAISE_TABLE(P_EVENT_NAME,

578: --Bug 3207385: Start
579: --wf_event.raise3(p_event_name, p_event_key, p_event_data, l_param_list, p_send_date);
580: --Call the new procedure "EDR_ERES_EVENT_PVT.RAISE_TABLE" to raise the business event.
581:
582: EDR_ERES_EVENT_PVT.RAISE_TABLE(P_EVENT_NAME,
583: P_EVENT_KEY,
584: P_EVENT_DATA,
585: L_PARAM_LIST,
586: L_PARAM_LIST.COUNT,