DBA Data[Home] [Help]

APPS.FND_OID_UTIL dependencies on WF_OID

Line 106: p_callback => 'wf_oid.future_callback',

102: values('USER', p_username, my_flavor, sysdate);
103: elsif my_start > sysdate then
104: wf_event.AddParameterToList('USER_NAME', p_username, my_parms);
105: wf_util.call_me_later(
106: p_callback => 'wf_oid.future_callback',
107: p_when => my_start,
108: p_parameters => my_parms);
109: elsif my_end < sysdate then
110: if (fnd_log.LEVEL_STATEMENT >= fnd_log.G_CURRENT_RUNTIME_LEVEL)

Line 121: p_callback => 'wf_oid.future_callback',

117: --is implemented.
118: /*if (my_end > sysdate)
119: wf_event.AddParameterToList('USER_NAME', p_username, my_parms);
120: wf_util.call_me_later(
121: p_callback => 'wf_oid.future_callback',
122: p_when => my_end,
123: p_parameters => my_parms);
124: end if;*/
125: if (fnd_log.LEVEL_STATEMENT >= fnd_log.G_CURRENT_RUNTIME_LEVEL)

Line 683: , p_entity_type => wf_oid.IDENTITY_ADD

679: wf_event.AddParameterToList('ORCLGUID', p_event.object_guid, my_parms);
680: wf_event.AddParameterToList('CHANGE_TYPE', G_LOAD, my_parms);
681: save_to_cache(
682: p_ldap_attr_list => l_ldap_attr_list
683: , p_entity_type => wf_oid.IDENTITY_ADD
684: , p_entity_key_value => l_user_name);
685: wf_event.raise('oracle.apps.fnd.identity.add',
686: upper(l_user_name), null, my_parms);
687: -- Raise SUBSCRIPTION_ADD

Line 777: , p_entity_type => wf_oid.IDENTITY_MODIFY

773: wf_entity_mgr.process_changes(G_USER, l_user_name, G_OID);
774: --For our consumption so that only we update TCA tables
775: save_to_cache(
776: p_ldap_attr_list => l_ldap_attr_list
777: , p_entity_type => wf_oid.IDENTITY_MODIFY
778: , p_entity_key_value => l_user_name);
779: wf_event.raise('oracle.apps.fnd.identity.modify',
780: upper(l_user_name), null, null);
781:

Line 906: wf_entity_mgr.put_attribute_value(wf_oid.SUBSCRIPTION_ADD, l_user_name,

902: if( isUserEnabled(l_ldap_attr_list)) then
903:
904: -- Moving it out since we need the orclisenabled
905: -- l_ldap_attr_list := get_user_attributes(p_event.object_guid, l_user_name);
906: wf_entity_mgr.put_attribute_value(wf_oid.SUBSCRIPTION_ADD, l_user_name,
907: G_CACHE_CHANGED, G_YES);
908:
909: save_to_cache(
910: p_ldap_attr_list => l_ldap_attr_list

Line 911: , p_entity_type => wf_oid.SUBSCRIPTION_ADD

907: G_CACHE_CHANGED, G_YES);
908:
909: save_to_cache(
910: p_ldap_attr_list => l_ldap_attr_list
911: , p_entity_type => wf_oid.SUBSCRIPTION_ADD
912: , p_entity_key_value => l_user_name);
913: my_ent_type := upper(wf_oid.SUBSCRIPTION_ADD);
914: wf_entity_mgr.put_attribute_value(my_ent_type, l_user_name,
915: 'CACHE_CHANGED', 'NO');

Line 913: my_ent_type := upper(wf_oid.SUBSCRIPTION_ADD);

909: save_to_cache(
910: p_ldap_attr_list => l_ldap_attr_list
911: , p_entity_type => wf_oid.SUBSCRIPTION_ADD
912: , p_entity_key_value => l_user_name);
913: my_ent_type := upper(wf_oid.SUBSCRIPTION_ADD);
914: wf_entity_mgr.put_attribute_value(my_ent_type, l_user_name,
915: 'CACHE_CHANGED', 'NO');
916: wf_event.AddParameterToList('CHANGE_SOURCE', G_OID, my_parms);
917: wf_event.AddParameterToList('ORCLGUID', p_event.object_guid, my_parms);

Line 1500: if (p_event_status.error_disposition = wf_oid.EVENT_ERROR)

1496: then
1497: fnd_log.string(fnd_log.LEVEL_STATEMENT, l_module_source, 'Begin');
1498: end if;
1499:
1500: if (p_event_status.error_disposition = wf_oid.EVENT_ERROR)
1501: then
1502: l_event_name := 'oracle.apps.fnd.oidsync.error';
1503:
1504: elsif (p_event_status.error_disposition = wf_oid.EVENT_RESEND)

Line 1504: elsif (p_event_status.error_disposition = wf_oid.EVENT_RESEND)

1500: if (p_event_status.error_disposition = wf_oid.EVENT_ERROR)
1501: then
1502: l_event_name := 'oracle.apps.fnd.oidsync.error';
1503:
1504: elsif (p_event_status.error_disposition = wf_oid.EVENT_RESEND)
1505: then
1506: l_event_name := 'oracle.apps.fnd.oidsync.resend';
1507: end if;
1508: -- Get the fnd_user.user_name

Line 1741: wf_oid.unbind(my_session);

1737: end if;
1738: key_guid := null;
1739: end if;
1740:
1741: wf_oid.unbind(my_session);
1742: end if;
1743:
1744: if (fnd_log.LEVEL_STATEMENT >= fnd_log.G_CURRENT_RUNTIME_LEVEL)
1745: then

Line 2176: -- Cache attributes are queried in wf_oid.GetAppEvent based on FND user_name

2172: then
2173: fnd_log.string(fnd_log.LEVEL_STATEMENT, l_module_source
2174: , 'Begin');
2175: end if;
2176: -- Cache attributes are queried in wf_oid.GetAppEvent based on FND user_name
2177: l_apps_user_key:= get_fnd_user(p_user_guid => p_orcl_guid);
2178: l_user_name := l_apps_user_key.user_name;
2179: if (l_user_name is null) then
2180: if (fnd_log.LEVEL_STATEMENT >= fnd_log.G_CURRENT_RUNTIME_LEVEL)

Line 2194: wf_entity_mgr.put_attribute_value(wf_oid.SUBSCRIPTION_ADD, l_user_name,

2190: fnd_log.string(fnd_log.LEVEL_STATEMENT, l_module_source
2191: , 'User name for SUBSCRIPTION_ADD is ' || l_user_name);
2192: end if;
2193: -- Insert guid only so that SUBSCRIPTION_ADD sends guid to OID
2194: wf_entity_mgr.put_attribute_value(wf_oid.SUBSCRIPTION_ADD, l_user_name,
2195: G_CACHE_CHANGED, G_YES);
2196: wf_entity_mgr.put_attribute_value(wf_oid.SUBSCRIPTION_ADD, l_user_name,
2197: G_ORCLGUID, p_orcl_guid);
2198: insert into wf_entity_changes(

Line 2196: wf_entity_mgr.put_attribute_value(wf_oid.SUBSCRIPTION_ADD, l_user_name,

2192: end if;
2193: -- Insert guid only so that SUBSCRIPTION_ADD sends guid to OID
2194: wf_entity_mgr.put_attribute_value(wf_oid.SUBSCRIPTION_ADD, l_user_name,
2195: G_CACHE_CHANGED, G_YES);
2196: wf_entity_mgr.put_attribute_value(wf_oid.SUBSCRIPTION_ADD, l_user_name,
2197: G_ORCLGUID, p_orcl_guid);
2198: insert into wf_entity_changes(
2199: entity_type, entity_key_value, flavor, change_date)
2200: values(wf_oid.SUBSCRIPTION_ADD, upper(l_user_name), 'FND', sysdate);

Line 2200: values(wf_oid.SUBSCRIPTION_ADD, upper(l_user_name), 'FND', sysdate);

2196: wf_entity_mgr.put_attribute_value(wf_oid.SUBSCRIPTION_ADD, l_user_name,
2197: G_ORCLGUID, p_orcl_guid);
2198: insert into wf_entity_changes(
2199: entity_type, entity_key_value, flavor, change_date)
2200: values(wf_oid.SUBSCRIPTION_ADD, upper(l_user_name), 'FND', sysdate);
2201: wf_entity_mgr.put_attribute_value(upper(wf_oid.SUBSCRIPTION_ADD), l_user_name,
2202: 'CACHE_CHANGED', 'NO');
2203: commit;
2204:

Line 2201: wf_entity_mgr.put_attribute_value(upper(wf_oid.SUBSCRIPTION_ADD), l_user_name,

2197: G_ORCLGUID, p_orcl_guid);
2198: insert into wf_entity_changes(
2199: entity_type, entity_key_value, flavor, change_date)
2200: values(wf_oid.SUBSCRIPTION_ADD, upper(l_user_name), 'FND', sysdate);
2201: wf_entity_mgr.put_attribute_value(upper(wf_oid.SUBSCRIPTION_ADD), l_user_name,
2202: 'CACHE_CHANGED', 'NO');
2203: commit;
2204:
2205: if (fnd_log.LEVEL_STATEMENT >= fnd_log.G_CURRENT_RUNTIME_LEVEL)