DBA Data[Home] [Help]

APPS.AP_WEB_RECEIPTS_WF dependencies on WF_DIRECTORY

Line 583: WF_DIRECTORY.GetUserName('PER',

579:
580: ------------------------------------------------------------
581: l_debug_info := 'Get Name Info Associated With Preparer Id';
582: ------------------------------------------------------------
583: WF_DIRECTORY.GetUserName('PER',
584: l_preparer_id,
585: l_preparer_name,
586: l_preparer_display_name);
587:

Line 614: WF_DIRECTORY.GetUserName('PER',

610:
611: ------------------------------------------------------------
612: l_debug_info := 'Get Name Info Associated With Employee_Id';
613: ------------------------------------------------------------
614: WF_DIRECTORY.GetUserName('PER',
615: l_employee_id,
616: l_employee_name,
617: l_employee_display_name);
618:

Line 2931: WF_DIRECTORY.GetUserName('PER',

2927: WF_ENGINE.CreateProcess(l_item_type, l_item_key , 'INFORM_MANAGER_OVERDUE');
2928:
2929:
2930: IF (AP_WEB_EXPENSE_WF.CheckSurrogateManager(l_supervisor_id, l_supervisor_id, p_surrogate_mgr_id)) THEN
2931: WF_DIRECTORY.GetUserName('PER',
2932: p_surrogate_mgr_id,
2933: l_supName,
2934: l_supDisplayName);
2935: fnd_file.put_line(fnd_file.log, 'Sending Notifications to Surrogate Manager ' || l_supName);

Line 2937: WF_DIRECTORY.GetUserName('PER',

2933: l_supName,
2934: l_supDisplayName);
2935: fnd_file.put_line(fnd_file.log, 'Sending Notifications to Surrogate Manager ' || l_supName);
2936: ELSE
2937: WF_DIRECTORY.GetUserName('PER',
2938: l_supervisor_id,
2939: l_supName,
2940: l_supDisplayName);
2941: fnd_file.put_line(fnd_file.log, 'Sending Notifications to Supervisor ' || l_supName);