DBA Data[Home] [Help]

APPS.GHR_MASS_CON_PROGRAM dependencies on GHR_PA_REQUEST_EXTRA_INFO_S

Line 169: values (ghr_pa_request_extra_info_s.nextval,

165: (pa_request_extra_info_id,
166: pa_request_id,
167: information_type,
168: rei_information3)
169: values (ghr_pa_request_extra_info_s.nextval,
170: p_pa_request_id,
171: l_information_type,
172: l_employment_type);
173: ELSIF p_noa_action ='292' THEN

Line 179: values (ghr_pa_request_extra_info_s.nextval,

175: (pa_request_extra_info_id,
176: pa_request_id,
177: information_type,
178: rei_information8)
179: values (ghr_pa_request_extra_info_s.nextval,
180: p_pa_request_id,
181: l_information_type,
182: l_employment_type);
183: END IF;