DBA Data[Home] [Help]

APPS.GHR_NON_SF52_EXTRA_INFO dependencies on GHR_PA_REQUEST_INFO_TYPES

Line 128: p_information_type out NOCOPY ghr_pa_request_info_types.information_type%type

124:
125:
126: Procedure get_information_type
127: (p_noa_id in ghr_nature_of_actions.nature_of_action_id%type,
128: p_information_type out NOCOPY ghr_pa_request_info_types.information_type%type
129: );
130: --
131:
132: --------------------------------------------------------------------------------------------------------------

Line 155: p_information_type in ghr_pa_request_info_types.information_type%type,

151: -- ---------------------------------------------------------------------------
152:
153: Procedure determine_operation
154: (p_pa_request_id in ghr_pa_requests.pa_request_id%type,
155: p_information_type in ghr_pa_request_info_types.information_type%type,
156: p_update_rei in varchar2,
157: p_rei_rec in ghr_pa_request_extra_info%rowtype,
158: p_operation_flag out NOCOPY varchar2,
159: p_pa_request_extra_info_id out NOCOPY ghr_pa_request_extra_info.pa_request_extra_info_id%type,