DBA Data[Home] [Help]

APPS.PQH_BRE_INS dependencies on PQH_BDGT_POOL_REALLOCTIONS

Line 87: -- Insert the row into: pqh_bdgt_pool_realloctions

83: p_rec.object_version_number := 1; -- Initialise the object version
84: --
85: pqh_bre_shd.g_api_dml := true; -- Set the api dml status
86: --
87: -- Insert the row into: pqh_bdgt_pool_realloctions
88: --
89: insert into pqh_bdgt_pool_realloctions
90: (reallocation_id
91: ,position_id

Line 89: insert into pqh_bdgt_pool_realloctions

85: pqh_bre_shd.g_api_dml := true; -- Set the api dml status
86: --
87: -- Insert the row into: pqh_bdgt_pool_realloctions
88: --
89: insert into pqh_bdgt_pool_realloctions
90: (reallocation_id
91: ,position_id
92: ,pool_id
93: ,reallocation_amt

Line 185: Cursor C_Sel1 is select pqh_bdgt_pool_realloctions_s.nextval from sys.dual;

181: Procedure pre_insert
182: (p_rec in out nocopy pqh_bre_shd.g_rec_type
183: ) is
184: --
185: Cursor C_Sel1 is select pqh_bdgt_pool_realloctions_s.nextval from sys.dual;
186: --
187: Cursor C_Sel2 is
188: Select null
189: from pqh_bdgt_pool_realloctions

Line 189: from pqh_bdgt_pool_realloctions

185: Cursor C_Sel1 is select pqh_bdgt_pool_realloctions_s.nextval from sys.dual;
186: --
187: Cursor C_Sel2 is
188: Select null
189: from pqh_bdgt_pool_realloctions
190: where reallocation_id =
191: pqh_bre_ins.g_reallocation_id_i;
192: --
193: l_proc varchar2(72) := g_package||'pre_insert';

Line 211: fnd_message.set_token('TABLE_NAME','pqh_bdgt_pool_realloctions');

207: --
208: -- The primary key values are already in use.
209: --
210: fnd_message.set_name('PER','PER_289391_KEY_ALREADY_USED');
211: fnd_message.set_token('TABLE_NAME','pqh_bdgt_pool_realloctions');
212: fnd_message.raise_error;
213: End If;
214: Close C_Sel2;
215: --

Line 314: (p_module_name => 'PQH_BDGT_POOL_REALLOCTIONS'

310: --
311: when hr_api.cannot_find_prog_unit then
312: --
313: hr_api.cannot_find_prog_unit_error
314: (p_module_name => 'PQH_BDGT_POOL_REALLOCTIONS'
315: ,p_hook_type => 'AI');
316: --
317: end;
318: --