DBA Data[Home] [Help]

APPS.FND_OID_SUBSCRIPTIONS dependencies on WF_EVENT_T

Line 206: p_wf_event in wf_event_t

202: end if;
203: end fnd_create_update;
204:
205: procedure fnd_create_update(
206: p_wf_event in wf_event_t
207: , p_event_type in varchar2
208: , p_user_name in fnd_user.user_name%type
209: , p_user_guid in fnd_user.user_guid%type
210: , x_user_id out nocopy fnd_user.user_id%type

Line 296: p_wf_event in wf_event_t

292: ** Pre-Reqs :
293: ** Parameters :
294: */
295: procedure hz_create_update(
296: p_wf_event in wf_event_t
297: , p_event_type in varchar2
298: , p_return_status out nocopy varchar2
299: );
300: --

Line 306: , p_event in out nocopy wf_event_t)

302: --
303: -------------------------------------------------------------------------------
304: function identity_add(
305: p_subscription_guid in raw
306: , p_event in out nocopy wf_event_t)
307: return varchar2 is
308:
309: l_module_source varchar2(256);
310: l_event_name varchar2(256);

Line 370: , p_event in out nocopy wf_event_t)

366: --
367: -------------------------------------------------------------------------------
368: function identity_modify(
369: p_subscription_guid in raw
370: , p_event in out nocopy wf_event_t)
371: return varchar2 is
372:
373: l_module_source varchar2(256);
374: l_user_id number;

Line 416: , p_event in out nocopy wf_event_t)

412: --
413: -------------------------------------------------------------------------------
414: function identity_delete(
415: p_subscription_guid in raw
416: , p_event in out nocopy wf_event_t)
417: return varchar2 is
418:
419: l_module_source varchar2(256);
420:

Line 462: , p_event in out nocopy wf_event_t)

458: * when the event is raised by EBIZ.
459: */
460: function subscription_add(
461: p_subscription_guid in raw
462: , p_event in out nocopy wf_event_t)
463: return varchar2 is
464:
465: l_module_source varchar2(256);
466: l_sso_user_profiles fnd_oid_util.apps_sso_user_profiles_type;

Line 542: , p_event in out nocopy wf_event_t)

538: * when the event is raised by EBIZ.
539: */
540: function subscription_delete(
541: p_subscription_guid in raw
542: , p_event in out nocopy wf_event_t)
543: return varchar2 is
544:
545: l_module_source varchar2(256);
546: l_sso_user_profiles fnd_oid_util.apps_sso_user_profiles_type;

Line 628: , p_event in out nocopy wf_event_t)

624: -------------------------------------------------------------------------------
625: --
626: function synch_oid_to_tca(
627: p_subscription_guid in raw
628: , p_event in out nocopy wf_event_t)
629: return varchar2 is
630:
631: cursor cur_attribute_cache(p_user_name in wf_attribute_cache.entity_key_value%type) is
632: select attribute_name

Line 800: , p_event in out nocopy wf_event_t)

796: -------------------------------------------------------------------------------
797: --
798: function on_demand_user_create(
799: p_subscription_guid in raw
800: , p_event in out nocopy wf_event_t)
801: return varchar2 is
802:
803: l_module_source varchar2(256);
804: l_user_name fnd_user.user_name%type;

Line 852: , p_event in out nocopy wf_event_t)

848: -------------------------------------------------------------------------------
849: --
850: function event_error(
851: p_subscription_guid in raw
852: , p_event in out nocopy wf_event_t)
853: return varchar2 is
854:
855: l_module_source varchar2(256);
856: l_event_id wf_entity_changes.entity_id%type;

Line 908: , p_event in out nocopy wf_event_t)

904: --
905: -------------------------------------------------------------------------------
906: function event_resend(
907: p_subscription_guid in raw
908: , p_event in out nocopy wf_event_t)
909: return varchar2 is
910:
911: l_module_source varchar2(256);
912: l_event_id wf_entity_changes.entity_id%type;

Line 964: , p_event in out nocopy wf_event_t)

960: --
961: -------------------------------------------------------------------------------
962: function hz_identity_add(
963: p_subscription_guid in raw
964: , p_event in out nocopy wf_event_t)
965: return varchar2 is
966:
967: l_module_source varchar2(256);
968: l_return_status varchar2(1);

Line 1005: , p_event in out nocopy wf_event_t)

1001: --
1002: -------------------------------------------------------------------------------
1003: function hz_identity_modify(
1004: p_subscription_guid in raw
1005: , p_event in out nocopy wf_event_t)
1006: return varchar2 is
1007:
1008: l_module_source varchar2(256);
1009: l_ldap_message fnd_oid_util.ldap_message_type;

Line 1059: , p_event in out nocopy wf_event_t)

1055: --
1056: -------------------------------------------------------------------------------
1057: function hz_identity_delete(
1058: p_subscription_guid in raw
1059: , p_event in out nocopy wf_event_t)
1060: return varchar2 is
1061:
1062: l_module_source varchar2(256);
1063:

Line 1088: , p_event in out nocopy wf_event_t)

1084: --
1085: -------------------------------------------------------------------------------
1086: function hz_subscription_add(
1087: p_subscription_guid in raw
1088: , p_event in out nocopy wf_event_t)
1089: return varchar2 is
1090:
1091: l_module_source varchar2(256);
1092: l_ldap_message fnd_oid_util.ldap_message_type;

Line 1142: , p_event in out nocopy wf_event_t)

1138: --
1139: -------------------------------------------------------------------------------
1140: function hz_subscription_delete(
1141: p_subscription_guid in raw
1142: , p_event in out nocopy wf_event_t)
1143: return varchar2 is
1144:
1145: l_module_source varchar2(256);
1146:

Line 1170: p_wf_event in wf_event_t

1166: end hz_subscription_delete;
1167: --
1168: -------------------------------------------------------------------------------
1169: procedure hz_create_update(
1170: p_wf_event in wf_event_t
1171: , p_event_type in varchar2
1172: , p_return_status out nocopy varchar2
1173: ) is
1174:

Line 1355: , p_event in out nocopy wf_event_t)

1351: user created in OID or Ebiz */
1352:
1353: function assign_def_resp(
1354: p_subscription_guid in raw
1355: , p_event in out nocopy wf_event_t)
1356: return varchar2 is
1357:
1358: l_module_source varchar2(256);
1359: l_event_name varchar2(256);