DBA Data[Home] [Help]

APPS.MSD_DEM_EVENT dependencies on WF_EVENT

Line 8: p_event in out nocopy wf_event_t)

4:
5: /* Private Function - Added for creating the SOP component user in Demantra */
6: FUNCTION SOP_USER_CHANGE (
7: p_subscription_guid in raw,
8: p_event in out nocopy wf_event_t)
9: RETURN VARCHAR2;
10:
11: /* Private Function - Added for getting the default language for the EBS user */
12: /* FUNCTION GET_LANGUAGE_ID ( p_schema in varchar2, p_ebs_user_id in number ) RETURN NUMBER; --commenting out MLS nallkuma */

Line 33: p_event in out nocopy wf_event_t)

29:
30:
31: FUNCTION USER_CHANGE (
32: p_subscription_guid in raw,
33: p_event in out nocopy wf_event_t)
34: RETURN VARCHAR2
35: IS
36: eventName varchar2(100);
37: key varchar2(401);

Line 573: , p_event in out nocopy wf_event_t

569:
570:
571: function handleError ( p_pkg_name in varchar2
572: , p_function_name in varchar2
573: , p_event in out nocopy wf_event_t
574: , p_subscription_guid in raw
575: , p_error_type in varchar2
576: ) return varchar2 is
577:

Line 592: wf_event.setErrorInfo (p_event, WARNING);

588: , p_function_name
589: , p_event.getEventName()
590: , p_subscription_guid
591: );
592: wf_event.setErrorInfo (p_event, WARNING);
593: return WARNING;
594: else
595: wf_core.context ( p_pkg_name
596: , p_function_name

Line 600: wf_event.setErrorInfo (p_event, ERROR);

596: , p_function_name
597: , p_event.getEventName()
598: , p_subscription_guid
599: );
600: wf_event.setErrorInfo (p_event, ERROR);
601: return ERROR;
602: end if;
603: end handleError;
604:

Line 619: p_event in out nocopy wf_event_t)

615:
616:
617: FUNCTION SOP_USER_CHANGE (
618: p_subscription_guid in raw,
619: p_event in out nocopy wf_event_t)
620: RETURN VARCHAR2
621: IS
622: eventName varchar2(100);
623: key varchar2(401);