DBA Data[Home] [Help]

APPS.PO_REQAPPROVAL_INIT1 dependencies on WF_DIRECTORY

Line 1186: WF_DIRECTORY.GetUserName( 'PER',

1182:
1183: -- Get the buyer user name
1184:
1185:
1186: WF_DIRECTORY.GetUserName( 'PER',
1187: x_agent_id,
1188: x_buyer_username,
1189: x_buyer_display_name);
1190: x_progress := '004';

Line 4496: WF_DIRECTORY.CreateAdHocRole(x_role_with_resp, l_role_display_name ,

4492:
4493: if(x_role_with_resp is null ) then
4494: x_role_with_resp:=substr('ADHOCR' || to_char(sysdate, 'JSSSSS')|| p_document_id || p_document_type, 1, 30);
4495: l_step := '17'|| x_role_with_resp ;
4496: WF_DIRECTORY.CreateAdHocRole(x_role_with_resp, l_role_display_name ,
4497: null,
4498: null,
4499: null,
4500: 'MAILHTML',

Line 4543: WF_DIRECTORY.CreateAdHocRole(l_role_name, l_role_display_name ,

4539: l_role_name := substr('ADHOC' || to_char(sysdate, 'JSSSSS')|| p_document_id || p_document_type, 1, 30);
4540:
4541: /* Bug 2966804 END */
4542:
4543: WF_DIRECTORY.CreateAdHocRole(l_role_name, l_role_display_name ,
4544: null,
4545: null,
4546: null,
4547: 'MAILHTML',

Line 4726: WF_DIRECTORY.CreateAdHocUser(l_po_email_performer, l_display_name, l_adhocuser_lang, l_adhocuser_territory, null, l_notification_preference, l_po_email_add, null, 'ACTIVE', null);

4722:
4723: if (l_performer_exists = 0) then
4724: --EMAILPO FPH--
4725: -- Pass in the correct adhocuser language and territory for CreateAdHocUser and SetAdhocUserAttr instead of null
4726: WF_DIRECTORY.CreateAdHocUser(l_po_email_performer, l_display_name, l_adhocuser_lang, l_adhocuser_territory, null, l_notification_preference, l_po_email_add, null, 'ACTIVE', null);
4727:
4728: else
4729: WF_DIRECTORY.SETADHOCUSERATTR(l_po_email_performer, l_display_name, l_notification_preference, l_adhocuser_lang, l_adhocuser_territory, l_po_email_add, null);
4730:

Line 4729: WF_DIRECTORY.SETADHOCUSERATTR(l_po_email_performer, l_display_name, l_notification_preference, l_adhocuser_lang, l_adhocuser_territory, l_po_email_add, null);

4725: -- Pass in the correct adhocuser language and territory for CreateAdHocUser and SetAdhocUserAttr instead of null
4726: WF_DIRECTORY.CreateAdHocUser(l_po_email_performer, l_display_name, l_adhocuser_lang, l_adhocuser_territory, null, l_notification_preference, l_po_email_add, null, 'ACTIVE', null);
4727:
4728: else
4729: WF_DIRECTORY.SETADHOCUSERATTR(l_po_email_performer, l_display_name, l_notification_preference, l_adhocuser_lang, l_adhocuser_territory, l_po_email_add, null);
4730:
4731: end if;
4732:
4733: wf_engine.SetItemAttrText ( itemtype => itemtype,

Line 4760: WF_DIRECTORY.CreateAdHocUser(l_po_email_performer_prof, l_display_name_prof, l_adhocuser_lang, l_adhocuser_territory, null, l_notification_preference, l_po_email_add_prof, null, 'ACTIVE', null);

4756: -- For second email also the language and territory settings should be same as for the first one above
4757: x_progress := '004';
4758: if (l_performer_exists = 0) then
4759:
4760: WF_DIRECTORY.CreateAdHocUser(l_po_email_performer_prof, l_display_name_prof, l_adhocuser_lang, l_adhocuser_territory, null, l_notification_preference, l_po_email_add_prof, null, 'ACTIVE', null);
4761:
4762: else
4763: WF_DIRECTORY.SETADHOCUSERATTR(l_po_email_performer_prof, l_display_name_prof, l_notification_preference, l_adhocuser_lang, l_adhocuser_territory, l_po_email_add_prof, null);
4764:

Line 4763: WF_DIRECTORY.SETADHOCUSERATTR(l_po_email_performer_prof, l_display_name_prof, l_notification_preference, l_adhocuser_lang, l_adhocuser_territory, l_po_email_add_prof, null);

4759:
4760: WF_DIRECTORY.CreateAdHocUser(l_po_email_performer_prof, l_display_name_prof, l_adhocuser_lang, l_adhocuser_territory, null, l_notification_preference, l_po_email_add_prof, null, 'ACTIVE', null);
4761:
4762: else
4763: WF_DIRECTORY.SETADHOCUSERATTR(l_po_email_performer_prof, l_display_name_prof, l_notification_preference, l_adhocuser_lang, l_adhocuser_territory, l_po_email_add_prof, null);
4764:
4765: end if;
4766: --EMAILPO FPH END--
4767:

Line 6270: WF_DIRECTORY.GetUserName(p_orig_system,

6266: BEGIN
6267:
6268: p_orig_system:= 'PER';
6269:
6270: WF_DIRECTORY.GetUserName(p_orig_system,
6271: p_employee_id,
6272: x_username,
6273: x_user_display_name);
6274:

Line 8754: wf_directory.createadhocrole(

8750: x_progress := '004';
8751: Insert_Acc_Rejection_Row(itemtype, itemkey, actid, 'N');
8752: else
8753: x_progress := '005';
8754: wf_directory.createadhocrole(
8755: l_role_name ,
8756: l_role_display_name ,
8757: null,
8758: null,

Line 9607: wf_directory.GetUserName ( p_orig_system => 'PER',

9603: END;
9604:
9605: IF l_emp_id IS NOT NULL THEN
9606:
9607: wf_directory.GetUserName ( p_orig_system => 'PER',
9608: p_orig_system_id => l_emp_id,
9609: p_name => l_name,
9610: p_display_name => l_display_name );
9611:

Line 9614: WF_DIRECTORY.GETROLEINFO ( ROLE => l_name,

9610: p_display_name => l_display_name );
9611:
9612: IF l_name IS NOT NULL THEN
9613:
9614: WF_DIRECTORY.GETROLEINFO ( ROLE => l_name,
9615: Display_Name => l_display_name,
9616: Email_Address => l_email_address,
9617: Notification_Preference => l_notification_preference,
9618: LANGUAGE => l_language,