DBA Data[Home] [Help]

APPS.GHR_SF52_DO_UPDATE dependencies on GHR_NATURE_OF_ACTIONS

Line 2401: (p_noa_code in ghr_nature_of_actions.code%type,

2397: -- Function get_asg_status_type
2398: -- ********************************
2399: --- Bug# 4672772 added Parameter p_assignment_id
2400: Procedure get_asg_status_type
2401: (p_noa_code in ghr_nature_of_actions.code%type,
2402: p_business_group_id in per_people_f.business_group_id%type,
2403: p_assignment_id in number,
2404: p_status_type_id out nocopy per_assignment_status_types.assignment_status_type_id%type,
2405: p_activate_flag out nocopy varchar2,

Line 2841: l_noa_code ghr_nature_of_actions.code%type;

2837: procedure Process_Family
2838: (P_PA_REQUEST_REC IN OUT NOCOPY GHR_PA_REQUESTS%ROWTYPE,
2839: P_AGENCY_CODE IN varchar2 ) is
2840:
2841: l_noa_code ghr_nature_of_actions.code%type;
2842: --
2843: l_pa_request_rec ghr_pa_requests%rowtype;
2844: l_proc varchar2(70) := 'Process_family';
2845: l_hr_person_api_update varchar2(1) := 'N';