DBA Data[Home] [Help]

APPS.PQH_ETM_INS dependencies on PQH_DE_ENT_MINUTES

Line 87: -- Insert the row into: pqh_de_ent_minutes

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

Line 89: insert into pqh_de_ent_minutes

85: --
86: --
87: -- Insert the row into: pqh_de_ent_minutes
88: --
89: insert into pqh_de_ent_minutes
90: (ent_minutes_id
91: ,description
92: ,ent_minutes_cd
93: ,tariff_group_cd

Line 171: Cursor C_Sel1 is select pqh_de_ent_minutes_s.nextval from sys.dual;

167: Procedure pre_insert
168: (p_rec in out nocopy pqh_etm_shd.g_rec_type
169: ) is
170: --
171: Cursor C_Sel1 is select pqh_de_ent_minutes_s.nextval from sys.dual;
172: --
173: Cursor C_Sel2 is
174: Select null
175: from pqh_de_ent_minutes

Line 175: from pqh_de_ent_minutes

171: Cursor C_Sel1 is select pqh_de_ent_minutes_s.nextval from sys.dual;
172: --
173: Cursor C_Sel2 is
174: Select null
175: from pqh_de_ent_minutes
176: where ent_minutes_id =
177: pqh_etm_ins.g_ent_minutes_id_i;
178: --
179: l_proc varchar2(72) := g_package||'pre_insert';

Line 197: fnd_message.set_token('TABLE_NAME','pqh_de_ent_minutes');

193: --
194: -- The primary key values are already in use.
195: --
196: fnd_message.set_name('PER','PER_289391_KEY_ALREADY_USED');
197: fnd_message.set_token('TABLE_NAME','pqh_de_ent_minutes');
198: fnd_message.raise_error;
199: End If;
200: Close C_Sel2;
201: --

Line 286: (p_module_name => 'PQH_DE_ENT_MINUTES'

282: --
283: when hr_api.cannot_find_prog_unit then
284: --
285: hr_api.cannot_find_prog_unit_error
286: (p_module_name => 'PQH_DE_ENT_MINUTES'
287: ,p_hook_type => 'AI');
288: --
289: end;
290: --