DBA Data[Home] [Help]

APPS.GHR_SF52_PRE_UPDATE dependencies on GHR_PA_REQUEST_INFO_TYPES

Line 2153: l_information_type ghr_pa_request_info_types.information_type%type;

2149:
2150: l_proc varchar2(70) := 'Process_non_sf52_extra_info';
2151: l_noa_code ghr_nature_of_actions.code%type;
2152: l_noa_id ghr_nature_of_actions.nature_of_action_id%type;
2153: l_information_type ghr_pa_request_info_types.information_type%type;
2154: l_pa_request_ei_rec ghr_pa_request_extra_info%rowtype;
2155: p_extra_info_agency_rec ghr_api.extra_info_rec_type;
2156: l_session ghr_history_api.g_session_var_type;
2157: l_multiple_error_flag boolean;

Line 2166: from ghr_pa_request_info_types pit,

2162: --
2163: -- Bug#3941541 Added the effective date condition.
2164: Cursor c_info_types is
2165: Select pit.information_type
2166: from ghr_pa_request_info_types pit,
2167: ghr_noa_families nfa,
2168: ghr_families fam
2169: where nfa.nature_of_action_id = p_pa_request_rec.first_noa_id
2170: and nfa.noa_family_code = fam.noa_family_code