DBA Data[Home] [Help]

APPS.HR_OFFER_WF dependencies on WF_DIRECTORY

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

143: --
144: -- 04/14/97 Change ends
145: --
146:
147: wf_directory.GetUserName(p_orig_system => 'PER',
148: p_orig_system_id => l_hiring_mgr_id,
149: p_name => l_hiring_mgr_username,
150: p_display_name => l_hiring_mgr_disp_name );
151: --

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

186: itemkey => itemkey,
187: aname => 'FWD_FROM_ID',
188: avalue => l_hiring_mgr_id) ;
189:
190: wf_directory.GetUserName( p_orig_system => 'PER',
191: p_orig_system_id => l_hiring_mgr_id,
192: p_name => l_fwd_from_username,
193: p_display_name => l_fwd_from_disp_name) ;
194: --

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

291: --
292: -- Get the username and display name for forward from person and
293: -- save to item attributes
294: --
295: wf_directory.GetUserName(p_orig_system => 'PER',
296: p_orig_system_id => l_fwd_from_id,
297: p_name => l_fwd_from_username,
298: p_display_name => l_fwd_from_disp_name) ;
299: --

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

317: result := 'F';
318: --
319: else
320: --
321: wf_directory.GetUserName( p_orig_system => 'PER',
322: p_orig_system_id => l_fwd_to_id,
323: p_name => l_fwd_to_username,
324: p_display_name => l_fwd_to_disp_name) ;
325: --

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

800: --
801: l_hr_routing_id := hr_offer_custom.get_hr_routing1
802: (p_person_id => l_hiring_mgr_id );
803: --
804: wf_directory.GetUserName( p_orig_system => 'PER',
805: p_orig_system_id => l_hr_routing_id,
806: p_name => l_hr_routing_username,
807: p_display_name => l_hr_routing_disp_name );
808: --

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

827: l_hr_routing_id := hr_offer_custom.get_hr_routing2
828: (p_person_id => l_hiring_mgr_id );
829:
830:
831: wf_directory.GetUserName( p_orig_system => 'PER',
832: p_orig_system_id => l_hr_routing_id,
833: p_name => l_hr_routing_username,
834: p_display_name => l_hr_routing_disp_name );
835: --

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

853: --
854: l_hr_routing_id := hr_offer_custom.get_hr_routing3
855: (p_person_id => l_hiring_mgr_id );
856:
857: wf_directory.GetUserName( p_orig_system => 'PER',
858: p_orig_system_id => l_hr_routing_id,
859: p_name => l_hr_routing_username,
860: p_display_name => l_hr_routing_disp_name );
861: --