DBA Data[Home] [Help]

APPS.GHR_CAA_INS dependencies on GHR_COMPL_AGENCY_APPEALS

Line 87: -- Insert the row into: ghr_compl_agency_appeals

83: p_rec.object_version_number := 1; -- Initialise the object version
84: --
85: --
86: --
87: -- Insert the row into: ghr_compl_agency_appeals
88: --
89: insert into ghr_compl_agency_appeals
90: (compl_agency_appeal_id
91: ,complaint_id

Line 89: insert into ghr_compl_agency_appeals

85: --
86: --
87: -- Insert the row into: ghr_compl_agency_appeals
88: --
89: insert into ghr_compl_agency_appeals
90: (compl_agency_appeal_id
91: ,complaint_id
92: ,appeal_date
93: ,reason_for_appeal

Line 217: Cursor C_Sel1 is select ghr_compl_agency_appeals_s.nextval from sys.dual;

213: Procedure pre_insert
214: (p_rec in out nocopy ghr_caa_shd.g_rec_type
215: ) is
216: --
217: Cursor C_Sel1 is select ghr_compl_agency_appeals_s.nextval from sys.dual;
218: --
219: Cursor C_Sel2 is
220: Select null
221: from ghr_compl_agency_appeals

Line 221: from ghr_compl_agency_appeals

217: Cursor C_Sel1 is select ghr_compl_agency_appeals_s.nextval from sys.dual;
218: --
219: Cursor C_Sel2 is
220: Select null
221: from ghr_compl_agency_appeals
222: where compl_agency_appeal_id =
223: ghr_caa_ins.g_compl_agency_appeal_id_i;
224: --
225: l_proc varchar2(72) := g_package||'pre_insert';

Line 243: fnd_message.set_token('TABLE_NAME','ghr_compl_agency_appeals');

239: --
240: -- The primary key values are already in use.
241: --
242: fnd_message.set_name('PER','PER_289391_KEY_ALREADY_USED');
243: fnd_message.set_token('TABLE_NAME','ghr_compl_agency_appeals');
244: fnd_message.raise_error;
245: End If;
246: Close C_Sel2;
247: --

Line 350: (p_module_name => 'GHR_COMPL_AGENCY_APPEALS'

346: --
347: when hr_api.cannot_find_prog_unit then
348: --
349: hr_api.cannot_find_prog_unit_error
350: (p_module_name => 'GHR_COMPL_AGENCY_APPEALS'
351: ,p_hook_type => 'AI');
352: --
353: end;
354: --