DBA Data[Home] [Help]

APPS.HR_OFFER_WF dependencies on HR_OFFER_CUSTOM

Line 212: hr_offer_custom.get_candidate_details

208: wf_engine.GetItemAttrNumber(itemtype => itemtype,
209: itemkey => itemkey,
210: aname => 'CANDIDATE_ASSIGNMENT_ID' );
211: --
212: hr_offer_custom.get_candidate_details
213: (p_candidate_assignment_id => l_candidate_assignment_id,
214: p_candidate_person_id => l_candidate_person_id,
215: p_candidate_disp_name => l_candidate_disp_name,
216: p_applicant_number => l_candidate_appl_number);

Line 312: l_fwd_to_id := hr_offer_custom.Get_Next_Approver

308: avalue => l_fwd_from_disp_name );
309: --
310: -- Get manager
311: --
312: l_fwd_to_id := hr_offer_custom.Get_Next_Approver
313: (p_person_id => l_fwd_from_id);
314: --
315: if ( l_fwd_to_id is null ) then
316: --

Line 403: result := ( hr_offer_custom.Check_Final_approver

399: aname => 'CANDIDATE_ASSIGNMENT_ID' );
400: --
401: -- check final approver returns a 'Y', 'N' or 'E' for error
402: --
403: result := ( hr_offer_custom.Check_Final_approver
404: (p_candidate_assignment_id => l_candidate_assignment_id,
405: p_fwd_to_mgr_id => l_fwd_to_id,
406: p_person_id => l_hiring_mgr_id ) );
407: --

Line 442: hr_offer_custom.set_status_to_offer

438: (itemtype => itemtype,
439: itemkey => itemkey,
440: aname => 'CANDIDATE_ASSIGNMENT_ID' );
441: --
442: hr_offer_custom.set_status_to_offer
443: (p_candidate_assignment_id => l_candidate_assignment_id);
444: --
445: elsif ( funmode = 'CANCEL' ) then
446: --

Line 479: hr_offer_custom.set_status_to_sent

475: (itemtype => itemtype,
476: itemkey => itemkey,
477: aname => 'CANDIDATE_ASSIGNMENT_ID' );
478: --
479: hr_offer_custom.set_status_to_sent
480: (p_candidate_assignment_id => l_candidate_assignment_id);
481: --
482: elsif ( funmode = 'CANCEL' ) then
483: --

Line 566: g_owa2 := hr_offer_custom.get_url_string;

562: aname => 'CANDIDATE_PERSON_ID' );
563: --
564: g_owa2 := null; -- 10/29/97 Changed
565: --
566: g_owa2 := hr_offer_custom.get_url_string;
567: --
568: -- 10/29/97 Change Begins
569: IF g_owa2 is null THEN
570: null;

Line 647: g_owa2 := hr_offer_custom.get_url_string;

643: aname => 'CANDIDATE_PERSON_ID' );
644: --
645: g_owa2 := null; -- 10/29/97 Changed
646: --
647: g_owa2 := hr_offer_custom.get_url_string;
648: --
649: -- 10/29/97 Change Begins
650: IF g_owa2 is null THEN
651: null;

Line 725: g_owa2 := hr_offer_custom.get_url_string;

721: aname => 'CANDIDATE_PERSON_ID' );
722: --
723: g_owa2 := null;
724: --
725: g_owa2 := hr_offer_custom.get_url_string;
726: --
727: -- 10/29/97 Change Begins
728: IF g_owa2 is null THEN
729: null;

Line 801: l_hr_routing_id := hr_offer_custom.get_hr_routing1

797: aname => 'HIRING_MGR_ID' );
798: --
799: -- set the routing id 1
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,

Line 827: l_hr_routing_id := hr_offer_custom.get_hr_routing2

823: avalue => l_hr_routing_disp_name );
824: --
825: -- set the routing id 2
826: --
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',

Line 854: l_hr_routing_id := hr_offer_custom.get_hr_routing3

850:
851: --
852: -- set the routing id 3
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,

Line 1062: hr_offer_custom.get_candidate_details

1058: avalue => relocation_amount);
1059:
1060: --
1061: -- 05/08/97 Change Begins
1062: hr_offer_custom.get_candidate_details
1063: (p_candidate_assignment_id => p_assignment_id,
1064: p_candidate_person_id => l_candidate_person_id,
1065: p_candidate_disp_name => l_candidate_disp_name,
1066: p_applicant_number => l_candidate_appl_number);