DBA Data[Home] [Help]

APPS.GHR_CST_INS dependencies on GHR_COMPL_AGENCY_COSTS

Line 87: -- Insert the row into: ghr_compl_agency_costs

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

Line 89: insert into ghr_compl_agency_costs

85: --
86: --
87: -- Insert the row into: ghr_compl_agency_costs
88: --
89: insert into ghr_compl_agency_costs
90: (compl_agency_cost_id
91: ,complaint_id
92: ,phase
93: ,stage

Line 177: Cursor C_Sel1 is select ghr_compl_agency_costs_s.nextval from sys.dual;

173: Procedure pre_insert
174: (p_rec in out nocopy ghr_cst_shd.g_rec_type
175: ) is
176: --
177: Cursor C_Sel1 is select ghr_compl_agency_costs_s.nextval from sys.dual;
178: --
179: Cursor C_Sel2 is
180: Select null
181: from ghr_compl_agency_costs

Line 181: from ghr_compl_agency_costs

177: Cursor C_Sel1 is select ghr_compl_agency_costs_s.nextval from sys.dual;
178: --
179: Cursor C_Sel2 is
180: Select null
181: from ghr_compl_agency_costs
182: where compl_agency_cost_id =
183: ghr_cst_ins.g_compl_agency_cost_id_i;
184: --
185: l_proc varchar2(72) := g_package||'pre_insert';

Line 203: fnd_message.set_token('TABLE_NAME','ghr_compl_agency_costs');

199: --
200: -- The primary key values are already in use.
201: --
202: fnd_message.set_name('PER','PER_289391_KEY_ALREADY_USED');
203: fnd_message.set_token('TABLE_NAME','ghr_compl_agency_costs');
204: fnd_message.raise_error;
205: End If;
206: Close C_Sel2;
207: --

Line 289: (p_module_name => 'GHR_COMPL_AGENCY_COSTS'

285: --
286: when hr_api.cannot_find_prog_unit then
287: --
288: hr_api.cannot_find_prog_unit_error
289: (p_module_name => 'GHR_COMPL_AGENCY_COSTS'
290: ,p_hook_type => 'AI');
291: --
292: end;
293: --