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 474: , p_event in out nocopy wf_event_t)

470: * when the event is raised by EBIZ.
471: */
472: function subscription_add(
473: p_subscription_guid in raw
474: , p_event in out nocopy wf_event_t)
475: return varchar2 is
476:
477: l_module_source varchar2(256);
478: l_sso_user_profiles fnd_oid_util.apps_sso_user_profiles_type;

Line 554: , p_event in out nocopy wf_event_t)

550: * when the event is raised by EBIZ.
551: */
552: function subscription_delete(
553: p_subscription_guid in raw
554: , p_event in out nocopy wf_event_t)
555: return varchar2 is
556:
557: l_module_source varchar2(256);
558: l_sso_user_profiles fnd_oid_util.apps_sso_user_profiles_type;

Line 640: , p_event in out nocopy wf_event_t)

636: -------------------------------------------------------------------------------
637: --
638: function synch_oid_to_tca(
639: p_subscription_guid in raw
640: , p_event in out nocopy wf_event_t)
641: return varchar2 is
642:
643: cursor cur_attribute_cache(p_user_name in wf_attribute_cache.entity_key_value%type) is
644: select attribute_name

Line 812: , p_event in out nocopy wf_event_t)

808: -------------------------------------------------------------------------------
809: --
810: function on_demand_user_create(
811: p_subscription_guid in raw
812: , p_event in out nocopy wf_event_t)
813: return varchar2 is
814:
815: l_module_source varchar2(256);
816: l_user_name fnd_user.user_name%type;

Line 864: , p_event in out nocopy wf_event_t)

860: -------------------------------------------------------------------------------
861: --
862: function event_error(
863: p_subscription_guid in raw
864: , p_event in out nocopy wf_event_t)
865: return varchar2 is
866:
867: l_module_source varchar2(256);
868: l_event_id wf_entity_changes.entity_id%type;

Line 920: , p_event in out nocopy wf_event_t)

916: --
917: -------------------------------------------------------------------------------
918: function event_resend(
919: p_subscription_guid in raw
920: , p_event in out nocopy wf_event_t)
921: return varchar2 is
922:
923: l_module_source varchar2(256);
924: l_event_id wf_entity_changes.entity_id%type;

Line 976: , p_event in out nocopy wf_event_t)

972: --
973: -------------------------------------------------------------------------------
974: function hz_identity_add(
975: p_subscription_guid in raw
976: , p_event in out nocopy wf_event_t)
977: return varchar2 is
978:
979: l_module_source varchar2(256);
980: l_return_status varchar2(1);

Line 1017: , p_event in out nocopy wf_event_t)

1013: --
1014: -------------------------------------------------------------------------------
1015: function hz_identity_modify(
1016: p_subscription_guid in raw
1017: , p_event in out nocopy wf_event_t)
1018: return varchar2 is
1019:
1020: l_module_source varchar2(256);
1021: l_ldap_message fnd_oid_util.ldap_message_type;

Line 1071: , p_event in out nocopy wf_event_t)

1067: --
1068: -------------------------------------------------------------------------------
1069: function hz_identity_delete(
1070: p_subscription_guid in raw
1071: , p_event in out nocopy wf_event_t)
1072: return varchar2 is
1073:
1074: l_module_source varchar2(256);
1075:

Line 1100: , p_event in out nocopy wf_event_t)

1096: --
1097: -------------------------------------------------------------------------------
1098: function hz_subscription_add(
1099: p_subscription_guid in raw
1100: , p_event in out nocopy wf_event_t)
1101: return varchar2 is
1102:
1103: l_module_source varchar2(256);
1104: l_ldap_message fnd_oid_util.ldap_message_type;

Line 1154: , p_event in out nocopy wf_event_t)

1150: --
1151: -------------------------------------------------------------------------------
1152: function hz_subscription_delete(
1153: p_subscription_guid in raw
1154: , p_event in out nocopy wf_event_t)
1155: return varchar2 is
1156:
1157: l_module_source varchar2(256);
1158:

Line 1182: p_wf_event in wf_event_t

1178: end hz_subscription_delete;
1179: --
1180: -------------------------------------------------------------------------------
1181: procedure hz_create_update(
1182: p_wf_event in wf_event_t
1183: , p_event_type in varchar2
1184: , p_return_status out nocopy varchar2
1185: ) is
1186:

Line 1367: , p_event in out nocopy wf_event_t)

1363: user created in OID or Ebiz */
1364:
1365: function assign_def_resp(
1366: p_subscription_guid in raw
1367: , p_event in out nocopy wf_event_t)
1368: return varchar2 is
1369:
1370: l_module_source varchar2(256);
1371: l_event_name varchar2(256);