DBA Data[Home] [Help]

APPS.FND_LDAP_MAPPER dependencies on WF_OID

Line 314: , wf_oid.ATTR_TYPE_ENCRYPTED_STRING

310: l_rec.attribute_name
311: , l_attribute_value
312: , null
313: , length(l_attribute_value)
314: , wf_oid.ATTR_TYPE_ENCRYPTED_STRING
315: , l_rec.attr_mod_op);
316: p_ldap_attr_list.extend;
317: p_ldap_attr_list(l_index) := l_ldap_attr;
318: l_index := l_index + 1;

Line 332: , wf_oid.ATTR_TYPE_STRING

328: l_rec.attribute_name
329: , l_rec.attribute_value
330: , null
331: , length(l_rec.attribute_value)
332: , wf_oid.ATTR_TYPE_STRING
333: , l_rec.attr_mod_op);
334: p_ldap_attr_list.extend;
335: p_ldap_attr_list(l_index) := l_ldap_attr;
336: l_index := l_index + 1;

Line 391: , length(p_ldap_key.orclisEnabled), wf_oid.ATTR_TYPE_STRING

387:
388: l_ldap_attr := ldap_attr(fnd_oid_util.G_ORCLISENABLED
389: , p_ldap_key.orclisEnabled
390: , null
391: , length(p_ldap_key.orclisEnabled), wf_oid.ATTR_TYPE_STRING
392: , WF_OID.MOD_REPLACE);
393: p_ldap_attr_list.extend;
394: p_ldap_attr_list(l_index) := l_ldap_attr;
395: l_index := l_index + 1;

Line 392: , WF_OID.MOD_REPLACE);

388: l_ldap_attr := ldap_attr(fnd_oid_util.G_ORCLISENABLED
389: , p_ldap_key.orclisEnabled
390: , null
391: , length(p_ldap_key.orclisEnabled), wf_oid.ATTR_TYPE_STRING
392: , WF_OID.MOD_REPLACE);
393: p_ldap_attr_list.extend;
394: p_ldap_attr_list(l_index) := l_ldap_attr;
395: l_index := l_index + 1;
396:

Line 421: , wf_oid.ATTR_TYPE_STRING

417: fnd_oid_util.G_SN
418: , p_ldap_key.sn
419: , null
420: , length(p_ldap_key.sn)
421: , wf_oid.ATTR_TYPE_STRING
422: , WF_OID.MOD_REPLACE);
423:
424: p_ldap_attr_list.extend;
425: p_ldap_attr_list(l_index) := l_ldap_attr;

Line 422: , WF_OID.MOD_REPLACE);

418: , p_ldap_key.sn
419: , null
420: , length(p_ldap_key.sn)
421: , wf_oid.ATTR_TYPE_STRING
422: , WF_OID.MOD_REPLACE);
423:
424: p_ldap_attr_list.extend;
425: p_ldap_attr_list(l_index) := l_ldap_attr;
426: l_index := l_index + 1;

Line 439: , wf_oid.ATTR_TYPE_STRING

435: fnd_oid_util.G_CN
436: , p_ldap_key.cn
437: , null
438: , length(p_ldap_key.cn)
439: , wf_oid.ATTR_TYPE_STRING
440: , WF_OID.MOD_REPLACE);
441: p_ldap_attr_list.extend;
442: p_ldap_attr_list(l_index) := l_ldap_attr;
443: l_index := l_index + 1;

Line 440: , WF_OID.MOD_REPLACE);

436: , p_ldap_key.cn
437: , null
438: , length(p_ldap_key.cn)
439: , wf_oid.ATTR_TYPE_STRING
440: , WF_OID.MOD_REPLACE);
441: p_ldap_attr_list.extend;
442: p_ldap_attr_list(l_index) := l_ldap_attr;
443: l_index := l_index + 1;
444: --Add USER_NAME if new user

Line 450: , wf_oid.ATTR_TYPE_STRING

446: 'USER_NAME'
447: , p_ldap_key.cn
448: , null
449: , length(p_ldap_key.cn)
450: , wf_oid.ATTR_TYPE_STRING
451: , WF_OID.MOD_REPLACE);
452: p_ldap_attr_list.extend;
453: p_ldap_attr_list(l_index) := l_ldap_attr;
454: l_index := l_index + 1;

Line 451: , WF_OID.MOD_REPLACE);

447: , p_ldap_key.cn
448: , null
449: , length(p_ldap_key.cn)
450: , wf_oid.ATTR_TYPE_STRING
451: , WF_OID.MOD_REPLACE);
452: p_ldap_attr_list.extend;
453: p_ldap_attr_list(l_index) := l_ldap_attr;
454: l_index := l_index + 1;
455:

Line 472: , wf_oid.ATTR_TYPE_STRING

468: 'USER_NAME'
469: , l_new_fnd_username
470: , null
471: , length(l_new_fnd_username)
472: , wf_oid.ATTR_TYPE_STRING
473: , WF_OID.MOD_REPLACE);
474: p_ldap_attr_list.extend;
475: p_ldap_attr_list(l_index) := l_ldap_attr;
476: l_index := l_index + 1;

Line 473: , WF_OID.MOD_REPLACE);

469: , l_new_fnd_username
470: , null
471: , length(l_new_fnd_username)
472: , wf_oid.ATTR_TYPE_STRING
473: , WF_OID.MOD_REPLACE);
474: p_ldap_attr_list.extend;
475: p_ldap_attr_list(l_index) := l_ldap_attr;
476: l_index := l_index + 1;
477: end if;

Line 856: event_type => wf_oid.IDENTITY_ADD

852: if (p_ldap_key.orclGUID is null
853: and p_entity_changes_rec.entity_type = fnd_oid_util.G_USER)
854: then
855: p_event := ldap_event(
856: event_type => wf_oid.IDENTITY_ADD
857: , event_id => to_char(p_entity_changes_rec.entity_id)
858: , event_src => fnd_oid_util.G_EBIZ
859: , event_time => p_entity_changes_rec.change_date_in_char
860: , object_name => p_entity_changes_rec.entity_key_value

Line 866: elsif (p_entity_changes_rec.entity_type = wf_oid.SUBSCRIPTION_ADD)

862: , object_guid => null
863: , object_dn => null
864: , profile_id => fnd_oid_util.G_NOT_FOR_IMPORT
865: , attr_list => p_ldap_attr_list);
866: elsif (p_entity_changes_rec.entity_type = wf_oid.SUBSCRIPTION_ADD)
867: then
868: p_event := ldap_event(
869: event_type => wf_oid.SUBSCRIPTION_ADD
870: , event_id => to_char(p_entity_changes_rec.entity_id)

Line 869: event_type => wf_oid.SUBSCRIPTION_ADD

865: , attr_list => p_ldap_attr_list);
866: elsif (p_entity_changes_rec.entity_type = wf_oid.SUBSCRIPTION_ADD)
867: then
868: p_event := ldap_event(
869: event_type => wf_oid.SUBSCRIPTION_ADD
870: , event_id => to_char(p_entity_changes_rec.entity_id)
871: , event_src => fnd_oid_util.G_EBIZ
872: , event_time => p_entity_changes_rec.change_date_in_char
873: , object_name => p_entity_changes_rec.entity_key_value

Line 883: event_type => wf_oid.IDENTITY_MODIFY

879:
880: elsif (p_entity_changes_rec.entity_type = fnd_oid_util.G_USER)
881: then
882: p_event := ldap_event(
883: event_type => wf_oid.IDENTITY_MODIFY
884: , event_id => to_char(p_entity_changes_rec.entity_id)
885: , event_src => fnd_oid_util.G_EBIZ
886: , event_time => p_entity_changes_rec.change_date_in_char
887: , object_name => null

Line 894: elsif (p_entity_changes_rec.entity_type = wf_oid.SUBSCRIPTION_DELETE)

890: , object_dn => null
891: , profile_id => fnd_oid_util.G_NOT_FOR_IMPORT
892: , attr_list => p_ldap_attr_list);
893:
894: elsif (p_entity_changes_rec.entity_type = wf_oid.SUBSCRIPTION_DELETE)
895: then
896: p_event := ldap_event(
897: event_type => wf_oid.SUBSCRIPTION_DELETE
898: , event_id => to_char(p_entity_changes_rec.entity_id)

Line 897: event_type => wf_oid.SUBSCRIPTION_DELETE

893:
894: elsif (p_entity_changes_rec.entity_type = wf_oid.SUBSCRIPTION_DELETE)
895: then
896: p_event := ldap_event(
897: event_type => wf_oid.SUBSCRIPTION_DELETE
898: , event_id => to_char(p_entity_changes_rec.entity_id)
899: , event_src => fnd_oid_util.G_EBIZ
900: , event_time => p_entity_changes_rec.change_date_in_char
901: , object_name => null