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 688: , p_entity_type => wf_oid.IDENTITY_ADD

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

Line 790: , p_entity_type => wf_oid.IDENTITY_MODIFY

786: wf_entity_mgr.process_changes(G_USER, l_user_name, G_OID);
787: --For our consumption so that only we update TCA tables
788: save_to_cache(
789: p_ldap_attr_list => l_ldap_attr_list
790: , p_entity_type => wf_oid.IDENTITY_MODIFY
791: , p_entity_key_value => l_user_name);
792: wf_event.raise('oracle.apps.fnd.identity.modify',
793: upper(l_user_name), null, null);
794:

Line 896: , p_entity_type => wf_oid.IDENTITY_DELETE

892: end if;
893:
894: save_to_cache(
895: p_ldap_attr_list => p_event.attr_list
896: , p_entity_type => wf_oid.IDENTITY_DELETE
897: , p_entity_key_value => l_user_name);
898:
899: if (fnd_log.LEVEL_STATEMENT >= fnd_log.G_CURRENT_RUNTIME_LEVEL)
900: then

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

970: if( isUserEnabled(l_ldap_attr_list)) then
971:
972: -- Moving it out since we need the orclisenabled
973: -- l_ldap_attr_list := get_user_attributes(p_event.object_guid, l_user_name);
974: wf_entity_mgr.put_attribute_value(wf_oid.SUBSCRIPTION_ADD, l_user_name,
975: G_CACHE_CHANGED, G_YES);
976:
977: save_to_cache(
978: p_ldap_attr_list => l_ldap_attr_list

Line 979: , p_entity_type => wf_oid.SUBSCRIPTION_ADD

975: G_CACHE_CHANGED, G_YES);
976:
977: save_to_cache(
978: p_ldap_attr_list => l_ldap_attr_list
979: , p_entity_type => wf_oid.SUBSCRIPTION_ADD
980: , p_entity_key_value => l_user_name);
981: my_ent_type := upper(wf_oid.SUBSCRIPTION_ADD);
982: wf_entity_mgr.put_attribute_value(my_ent_type, l_user_name,
983: 'CACHE_CHANGED', 'NO');

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

977: save_to_cache(
978: p_ldap_attr_list => l_ldap_attr_list
979: , p_entity_type => wf_oid.SUBSCRIPTION_ADD
980: , p_entity_key_value => l_user_name);
981: my_ent_type := upper(wf_oid.SUBSCRIPTION_ADD);
982: wf_entity_mgr.put_attribute_value(my_ent_type, l_user_name,
983: 'CACHE_CHANGED', 'NO');
984: wf_event.AddParameterToList('CHANGE_SOURCE', G_OID, my_parms);
985: wf_event.AddParameterToList('ORCLGUID', p_event.object_guid, my_parms);

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

1564: then
1565: fnd_log.string(fnd_log.LEVEL_STATEMENT, l_module_source, 'Begin');
1566: end if;
1567:
1568: if (p_event_status.error_disposition = wf_oid.EVENT_ERROR)
1569: then
1570: l_event_name := 'oracle.apps.fnd.oidsync.error';
1571:
1572: elsif (p_event_status.error_disposition = wf_oid.EVENT_RESEND)

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

1568: if (p_event_status.error_disposition = wf_oid.EVENT_ERROR)
1569: then
1570: l_event_name := 'oracle.apps.fnd.oidsync.error';
1571:
1572: elsif (p_event_status.error_disposition = wf_oid.EVENT_RESEND)
1573: then
1574: l_event_name := 'oracle.apps.fnd.oidsync.resend';
1575: end if;
1576: -- Get the fnd_user.user_name

Line 1809: wf_oid.unbind(my_session);

1805: end if;
1806: key_guid := null;
1807: end if;
1808:
1809: wf_oid.unbind(my_session);
1810: end if;
1811:
1812: if (fnd_log.LEVEL_STATEMENT >= fnd_log.G_CURRENT_RUNTIME_LEVEL)
1813: then

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

2336: then
2337: fnd_log.string(fnd_log.LEVEL_STATEMENT, l_module_source
2338: , 'Begin');
2339: end if;
2340: -- Cache attributes are queried in wf_oid.GetAppEvent based on FND user_name
2341: l_apps_user_key:= get_fnd_user(p_user_guid => p_orcl_guid);
2342: l_user_name := l_apps_user_key.user_name;
2343: if (l_user_name is null) then
2344: if (fnd_log.LEVEL_STATEMENT >= fnd_log.G_CURRENT_RUNTIME_LEVEL)

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

2354: fnd_log.string(fnd_log.LEVEL_STATEMENT, l_module_source
2355: , 'User name for SUBSCRIPTION_ADD is ' || l_user_name);
2356: end if;
2357: -- Insert guid only so that SUBSCRIPTION_ADD sends guid to OID
2358: wf_entity_mgr.put_attribute_value(wf_oid.SUBSCRIPTION_ADD, l_user_name,
2359: G_CACHE_CHANGED, G_YES);
2360: wf_entity_mgr.put_attribute_value(wf_oid.SUBSCRIPTION_ADD, l_user_name,
2361: G_ORCLGUID, p_orcl_guid);
2362: insert into wf_entity_changes(

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

2356: end if;
2357: -- Insert guid only so that SUBSCRIPTION_ADD sends guid to OID
2358: wf_entity_mgr.put_attribute_value(wf_oid.SUBSCRIPTION_ADD, l_user_name,
2359: G_CACHE_CHANGED, G_YES);
2360: wf_entity_mgr.put_attribute_value(wf_oid.SUBSCRIPTION_ADD, l_user_name,
2361: G_ORCLGUID, p_orcl_guid);
2362: insert into wf_entity_changes(
2363: entity_type, entity_key_value, flavor, change_date)
2364: values(wf_oid.SUBSCRIPTION_ADD, upper(l_user_name), 'FND', sysdate);

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

2360: wf_entity_mgr.put_attribute_value(wf_oid.SUBSCRIPTION_ADD, l_user_name,
2361: G_ORCLGUID, p_orcl_guid);
2362: insert into wf_entity_changes(
2363: entity_type, entity_key_value, flavor, change_date)
2364: values(wf_oid.SUBSCRIPTION_ADD, upper(l_user_name), 'FND', sysdate);
2365: wf_entity_mgr.put_attribute_value(upper(wf_oid.SUBSCRIPTION_ADD), l_user_name,
2366: 'CACHE_CHANGED', 'NO');
2367: commit;
2368:

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

2361: G_ORCLGUID, p_orcl_guid);
2362: insert into wf_entity_changes(
2363: entity_type, entity_key_value, flavor, change_date)
2364: values(wf_oid.SUBSCRIPTION_ADD, upper(l_user_name), 'FND', sysdate);
2365: wf_entity_mgr.put_attribute_value(upper(wf_oid.SUBSCRIPTION_ADD), l_user_name,
2366: 'CACHE_CHANGED', 'NO');
2367: commit;
2368:
2369: if (fnd_log.LEVEL_STATEMENT >= fnd_log.G_CURRENT_RUNTIME_LEVEL)