DBA Data[Home] [Help]

APPS.PQH_TAH_INS dependencies on PQH_SS_APPROVAL_HISTORY

Line 90: -- Insert the row into: pqh_ss_approval_history

86: --
87: --
88: --
89: --
90: -- Insert the row into: pqh_ss_approval_history
91: --
92: insert into pqh_ss_approval_history
93: (approval_history_id
94: ,transaction_history_id

Line 92: insert into pqh_ss_approval_history

88: --
89: --
90: -- Insert the row into: pqh_ss_approval_history
91: --
92: insert into pqh_ss_approval_history
93: (approval_history_id
94: ,transaction_history_id
95: ,transaction_effective_date
96: ,action

Line 186: -- Cursor C_Sel1 is select pqh_ss_approval_history_s.nextval from sys.dual;

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

Line 190: from pqh_ss_approval_history

186: -- Cursor C_Sel1 is select pqh_ss_approval_history_s.nextval from sys.dual;
187: --
188: Cursor C_Sel2 is
189: Select null
190: from pqh_ss_approval_history
191: where approval_history_id = pqh_tah_ins.g_approval_history_id_i
192: AND transaction_history_id = pqh_tah_ins.g_transaction_history_id_i;
193: --
194: l_proc varchar2(72) := g_package||'pre_insert';

Line 212: fnd_message.set_token('TABLE_NAME','pqh_ss_approval_history');

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

Line 279: (p_module_name => 'PQH_SS_APPROVAL_HISTORY'

275: --
276: when hr_api.cannot_find_prog_unit then
277: --
278: hr_api.cannot_find_prog_unit_error
279: (p_module_name => 'PQH_SS_APPROVAL_HISTORY'
280: ,p_hook_type => 'AI');
281: --
282: end;
283: --