DBA Data[Home] [Help]

APPS.FND_OID_UTIL dependencies on LDAP_EVENT

Line 249: function get_ldap_event_str(p_ldap_event in ldap_event)

245: return null;
246: end get_user_attributes;
247: --
248: -------------------------------------------------------------------------------
249: function get_ldap_event_str(p_ldap_event in ldap_event)
250: return varchar2 is
251:
252: l_module_source varchar2(256);
253: l_str varchar2(4000);

Line 256: l_module_source := G_MODULE_SOURCE || 'get_ldap_event_str: ';

252: l_module_source varchar2(256);
253: l_str varchar2(4000);
254:
255: begin
256: l_module_source := G_MODULE_SOURCE || 'get_ldap_event_str: ';
257:
258: if (p_ldap_event is not null) then
259: l_str := 'event_type: ' || p_ldap_event.event_type;
260: l_str := l_str || ', event_id: ' || p_ldap_event.event_id;

Line 258: if (p_ldap_event is not null) then

254:
255: begin
256: l_module_source := G_MODULE_SOURCE || 'get_ldap_event_str: ';
257:
258: if (p_ldap_event is not null) then
259: l_str := 'event_type: ' || p_ldap_event.event_type;
260: l_str := l_str || ', event_id: ' || p_ldap_event.event_id;
261: l_str := l_str || ', event_src: ' || p_ldap_event.event_src;
262: l_str := l_str || ', event_time: ' || p_ldap_event.event_time;

Line 259: l_str := 'event_type: ' || p_ldap_event.event_type;

255: begin
256: l_module_source := G_MODULE_SOURCE || 'get_ldap_event_str: ';
257:
258: if (p_ldap_event is not null) then
259: l_str := 'event_type: ' || p_ldap_event.event_type;
260: l_str := l_str || ', event_id: ' || p_ldap_event.event_id;
261: l_str := l_str || ', event_src: ' || p_ldap_event.event_src;
262: l_str := l_str || ', event_time: ' || p_ldap_event.event_time;
263: l_str := l_str || ', object_name: ' || p_ldap_event.object_name;

Line 260: l_str := l_str || ', event_id: ' || p_ldap_event.event_id;

256: l_module_source := G_MODULE_SOURCE || 'get_ldap_event_str: ';
257:
258: if (p_ldap_event is not null) then
259: l_str := 'event_type: ' || p_ldap_event.event_type;
260: l_str := l_str || ', event_id: ' || p_ldap_event.event_id;
261: l_str := l_str || ', event_src: ' || p_ldap_event.event_src;
262: l_str := l_str || ', event_time: ' || p_ldap_event.event_time;
263: l_str := l_str || ', object_name: ' || p_ldap_event.object_name;
264: l_str := l_str || ', object_type: ' || p_ldap_event.object_type;

Line 261: l_str := l_str || ', event_src: ' || p_ldap_event.event_src;

257:
258: if (p_ldap_event is not null) then
259: l_str := 'event_type: ' || p_ldap_event.event_type;
260: l_str := l_str || ', event_id: ' || p_ldap_event.event_id;
261: l_str := l_str || ', event_src: ' || p_ldap_event.event_src;
262: l_str := l_str || ', event_time: ' || p_ldap_event.event_time;
263: l_str := l_str || ', object_name: ' || p_ldap_event.object_name;
264: l_str := l_str || ', object_type: ' || p_ldap_event.object_type;
265: l_str := l_str || ', object_guid: ' || p_ldap_event.object_guid;

Line 262: l_str := l_str || ', event_time: ' || p_ldap_event.event_time;

258: if (p_ldap_event is not null) then
259: l_str := 'event_type: ' || p_ldap_event.event_type;
260: l_str := l_str || ', event_id: ' || p_ldap_event.event_id;
261: l_str := l_str || ', event_src: ' || p_ldap_event.event_src;
262: l_str := l_str || ', event_time: ' || p_ldap_event.event_time;
263: l_str := l_str || ', object_name: ' || p_ldap_event.object_name;
264: l_str := l_str || ', object_type: ' || p_ldap_event.object_type;
265: l_str := l_str || ', object_guid: ' || p_ldap_event.object_guid;
266: l_str := l_str || ', object_dn: ' || p_ldap_event.object_dn;

Line 263: l_str := l_str || ', object_name: ' || p_ldap_event.object_name;

259: l_str := 'event_type: ' || p_ldap_event.event_type;
260: l_str := l_str || ', event_id: ' || p_ldap_event.event_id;
261: l_str := l_str || ', event_src: ' || p_ldap_event.event_src;
262: l_str := l_str || ', event_time: ' || p_ldap_event.event_time;
263: l_str := l_str || ', object_name: ' || p_ldap_event.object_name;
264: l_str := l_str || ', object_type: ' || p_ldap_event.object_type;
265: l_str := l_str || ', object_guid: ' || p_ldap_event.object_guid;
266: l_str := l_str || ', object_dn: ' || p_ldap_event.object_dn;
267: l_str := l_str || ', profile_id: ' || p_ldap_event.profile_id;

Line 264: l_str := l_str || ', object_type: ' || p_ldap_event.object_type;

260: l_str := l_str || ', event_id: ' || p_ldap_event.event_id;
261: l_str := l_str || ', event_src: ' || p_ldap_event.event_src;
262: l_str := l_str || ', event_time: ' || p_ldap_event.event_time;
263: l_str := l_str || ', object_name: ' || p_ldap_event.object_name;
264: l_str := l_str || ', object_type: ' || p_ldap_event.object_type;
265: l_str := l_str || ', object_guid: ' || p_ldap_event.object_guid;
266: l_str := l_str || ', object_dn: ' || p_ldap_event.object_dn;
267: l_str := l_str || ', profile_id: ' || p_ldap_event.profile_id;
268:

Line 265: l_str := l_str || ', object_guid: ' || p_ldap_event.object_guid;

261: l_str := l_str || ', event_src: ' || p_ldap_event.event_src;
262: l_str := l_str || ', event_time: ' || p_ldap_event.event_time;
263: l_str := l_str || ', object_name: ' || p_ldap_event.object_name;
264: l_str := l_str || ', object_type: ' || p_ldap_event.object_type;
265: l_str := l_str || ', object_guid: ' || p_ldap_event.object_guid;
266: l_str := l_str || ', object_dn: ' || p_ldap_event.object_dn;
267: l_str := l_str || ', profile_id: ' || p_ldap_event.profile_id;
268:
269: end if;

Line 266: l_str := l_str || ', object_dn: ' || p_ldap_event.object_dn;

262: l_str := l_str || ', event_time: ' || p_ldap_event.event_time;
263: l_str := l_str || ', object_name: ' || p_ldap_event.object_name;
264: l_str := l_str || ', object_type: ' || p_ldap_event.object_type;
265: l_str := l_str || ', object_guid: ' || p_ldap_event.object_guid;
266: l_str := l_str || ', object_dn: ' || p_ldap_event.object_dn;
267: l_str := l_str || ', profile_id: ' || p_ldap_event.profile_id;
268:
269: end if;
270:

Line 267: l_str := l_str || ', profile_id: ' || p_ldap_event.profile_id;

263: l_str := l_str || ', object_name: ' || p_ldap_event.object_name;
264: l_str := l_str || ', object_type: ' || p_ldap_event.object_type;
265: l_str := l_str || ', object_guid: ' || p_ldap_event.object_guid;
266: l_str := l_str || ', object_dn: ' || p_ldap_event.object_dn;
267: l_str := l_str || ', profile_id: ' || p_ldap_event.profile_id;
268:
269: end if;
270:
271: return l_str;

Line 281: end get_ldap_event_str;

277: fnd_log.string(fnd_log.LEVEL_ERROR, l_module_source, sqlerrm);
278: end if;
279: raise;
280: return null;
281: end get_ldap_event_str;
282: --
283: -------------------------------------------------------------------------------
284: function get_ldap_attr_str(p_ldap_attr in ldap_attr)
285: return varchar2 is

Line 315: function get_ldap_event_status_str(p_ldap_event_status in ldap_event_status)

311: return null;
312: end get_ldap_attr_str;
313: --
314: -------------------------------------------------------------------------------
315: function get_ldap_event_status_str(p_ldap_event_status in ldap_event_status)
316: return varchar2 is
317:
318: l_module_source varchar2(256);
319: l_str varchar2(4000);

Line 322: l_module_source := G_MODULE_SOURCE || 'get_ldap_event_status_str: ';

318: l_module_source varchar2(256);
319: l_str varchar2(4000);
320:
321: begin
322: l_module_source := G_MODULE_SOURCE || 'get_ldap_event_status_str: ';
323:
324: if (p_ldap_event_status is not null) then
325: l_str := 'event_id : ' || p_ldap_event_status.event_id;
326: l_str := l_str || ', orclguid: ' || p_ldap_event_status.orclguid;

Line 324: if (p_ldap_event_status is not null) then

320:
321: begin
322: l_module_source := G_MODULE_SOURCE || 'get_ldap_event_status_str: ';
323:
324: if (p_ldap_event_status is not null) then
325: l_str := 'event_id : ' || p_ldap_event_status.event_id;
326: l_str := l_str || ', orclguid: ' || p_ldap_event_status.orclguid;
327: l_str := l_str || ', error_code: ' || p_ldap_event_status.error_code;
328: l_str := l_str || ', error_String: ' || p_ldap_event_status.error_String;

Line 325: l_str := 'event_id : ' || p_ldap_event_status.event_id;

321: begin
322: l_module_source := G_MODULE_SOURCE || 'get_ldap_event_status_str: ';
323:
324: if (p_ldap_event_status is not null) then
325: l_str := 'event_id : ' || p_ldap_event_status.event_id;
326: l_str := l_str || ', orclguid: ' || p_ldap_event_status.orclguid;
327: l_str := l_str || ', error_code: ' || p_ldap_event_status.error_code;
328: l_str := l_str || ', error_String: ' || p_ldap_event_status.error_String;
329: l_str := l_str || ', error_disposition: ' ||

Line 326: l_str := l_str || ', orclguid: ' || p_ldap_event_status.orclguid;

322: l_module_source := G_MODULE_SOURCE || 'get_ldap_event_status_str: ';
323:
324: if (p_ldap_event_status is not null) then
325: l_str := 'event_id : ' || p_ldap_event_status.event_id;
326: l_str := l_str || ', orclguid: ' || p_ldap_event_status.orclguid;
327: l_str := l_str || ', error_code: ' || p_ldap_event_status.error_code;
328: l_str := l_str || ', error_String: ' || p_ldap_event_status.error_String;
329: l_str := l_str || ', error_disposition: ' ||
330: p_ldap_event_status.error_disposition;

Line 327: l_str := l_str || ', error_code: ' || p_ldap_event_status.error_code;

323:
324: if (p_ldap_event_status is not null) then
325: l_str := 'event_id : ' || p_ldap_event_status.event_id;
326: l_str := l_str || ', orclguid: ' || p_ldap_event_status.orclguid;
327: l_str := l_str || ', error_code: ' || p_ldap_event_status.error_code;
328: l_str := l_str || ', error_String: ' || p_ldap_event_status.error_String;
329: l_str := l_str || ', error_disposition: ' ||
330: p_ldap_event_status.error_disposition;
331: end if;

Line 328: l_str := l_str || ', error_String: ' || p_ldap_event_status.error_String;

324: if (p_ldap_event_status is not null) then
325: l_str := 'event_id : ' || p_ldap_event_status.event_id;
326: l_str := l_str || ', orclguid: ' || p_ldap_event_status.orclguid;
327: l_str := l_str || ', error_code: ' || p_ldap_event_status.error_code;
328: l_str := l_str || ', error_String: ' || p_ldap_event_status.error_String;
329: l_str := l_str || ', error_disposition: ' ||
330: p_ldap_event_status.error_disposition;
331: end if;
332:

Line 330: p_ldap_event_status.error_disposition;

326: l_str := l_str || ', orclguid: ' || p_ldap_event_status.orclguid;
327: l_str := l_str || ', error_code: ' || p_ldap_event_status.error_code;
328: l_str := l_str || ', error_String: ' || p_ldap_event_status.error_String;
329: l_str := l_str || ', error_disposition: ' ||
330: p_ldap_event_status.error_disposition;
331: end if;
332:
333: return (l_str);
334: exception

Line 343: end get_ldap_event_status_str;

339: end if;
340:
341: raise;
342: return null;
343: end get_ldap_event_status_str;
344: --
345: -------------------------------------------------------------------------------
346: function get_fnd_user(p_user_guid in varchar2)
347: return apps_user_key_type is

Line 638: procedure process_identity_add(p_event in ldap_event) is

634:
635: end isUserEnabled;
636: --
637: -------------------------------------------------------------------------------
638: procedure process_identity_add(p_event in ldap_event) is
639:
640: l_module_source varchar2(256);
641: l_ldap_attr_list ldap_attr_list;
642: l_user_name fnd_user.user_name%type;

Line 658: , 'p_event = ' || get_ldap_event_str(p_event));

654: then
655: fnd_log.string(fnd_log.LEVEL_STATEMENT, l_module_source
656: , 'Begin');
657: fnd_log.string(fnd_log.LEVEL_STATEMENT, l_module_source
658: , 'p_event = ' || get_ldap_event_str(p_event));
659: end if;
660:
661: --check for OrclIsEnabled flag and stop further processing
662: -- bug fix for bug #4583452

Line 729: procedure process_identity_modify(p_event in ldap_event) is

725: raise;
726: end process_identity_add;
727: --
728: -------------------------------------------------------------------------------
729: procedure process_identity_modify(p_event in ldap_event) is
730:
731: cursor cur_fnd_users(p_user_guid in varchar2) is
732: select user_name, user_id
733: from fnd_user

Line 752: , 'p_event = ' || get_ldap_event_str(p_event));

748: then
749: fnd_log.string(fnd_log.LEVEL_STATEMENT, l_module_source
750: , 'Begin');
751: fnd_log.string(fnd_log.LEVEL_STATEMENT, l_module_source
752: , 'p_event = ' || get_ldap_event_str(p_event));
753: end if;
754:
755:
756: open cur_fnd_users(p_event.object_guid);

Line 810: procedure process_identity_delete(p_event in ldap_event) is

806: end process_identity_modify;
807: --
808: --
809: -------------------------------------------------------------------------------
810: procedure process_identity_delete(p_event in ldap_event) is
811:
812: cursor cur_fnd_users(p_user_guid in varchar2) is
813: select user_name, user_id
814: from fnd_user

Line 830: , 'p_event = ' || get_ldap_event_str(p_event));

826: then
827: fnd_log.string(fnd_log.LEVEL_STATEMENT, l_module_source
828: , 'Begin');
829: fnd_log.string(fnd_log.LEVEL_STATEMENT, l_module_source
830: , 'p_event = ' || get_ldap_event_str(p_event));
831: end if;
832:
833: open cur_fnd_users(p_event.object_guid);
834: loop

Line 882: procedure process_subscription_add(p_event in ldap_event) is

878: raise;
879: end process_identity_delete;
880: --
881: -------------------------------------------------------------------------------
882: procedure process_subscription_add(p_event in ldap_event) is
883:
884: l_module_source varchar2(256);
885: l_ldap_attr_list ldap_attr_list;
886: l_user_name fnd_user.user_name%type;

Line 898: , 'p_event = ' || get_ldap_event_str(p_event));

894: then
895: fnd_log.string(fnd_log.LEVEL_STATEMENT, l_module_source
896: , 'Begin');
897: fnd_log.string(fnd_log.LEVEL_STATEMENT, l_module_source
898: , 'p_event = ' || get_ldap_event_str(p_event));
899: end if;
900:
901: l_ldap_attr_list := get_user_attributes(p_event.object_guid, l_user_name);
902: if( isUserEnabled(l_ldap_attr_list)) then

Line 951: procedure process_subscription_delete(p_event in ldap_event) is

947: raise;
948: end process_subscription_add;
949: --
950: -------------------------------------------------------------------------------
951: procedure process_subscription_delete(p_event in ldap_event) is
952:
953: l_module_source varchar2(256);
954:
955: begin

Line 963: , 'p_event = ' || get_ldap_event_str(p_event));

959: then
960: fnd_log.string(fnd_log.LEVEL_STATEMENT, l_module_source
961: , 'Begin');
962: fnd_log.string(fnd_log.LEVEL_STATEMENT, l_module_source
963: , 'p_event = ' || get_ldap_event_str(p_event));
964: end if;
965:
966: if (fnd_log.LEVEL_STATEMENT >= fnd_log.G_CURRENT_RUNTIME_LEVEL)
967: then

Line 1484: procedure process_no_success_event(p_event_status in ldap_event_status) is

1480: raise;
1481: end on_demand_user_create;
1482: --
1483: -------------------------------------------------------------------------------
1484: procedure process_no_success_event(p_event_status in ldap_event_status) is
1485:
1486: l_module_source varchar2(256);
1487: l_entity_key_value wf_entity_changes.entity_key_value%type;
1488: l_event_name varchar2(80);