DBA Data[Home] [Help]

APPS.PQH_TSH_BUS dependencies on PQH_TSH_SHD

Line 213: (p_rec in pqh_tsh_shd.g_rec_type

209: --
210: -- {End Of Comments}
211: -- ----------------------------------------------------------------------------
212: Procedure chk_non_updateable_args
213: (p_rec in pqh_tsh_shd.g_rec_type
214: ) IS
215: --
216: l_proc varchar2(72) := g_package || 'chk_non_updateable_args';
217: --

Line 223: IF NOT pqh_tsh_shd.api_updating

219: --
220: -- Only proceed with the validation if a row exists for the current
221: -- record in the HR Schema.
222: --
223: IF NOT pqh_tsh_shd.api_updating
224: (p_transaction_history_id => p_rec.transaction_history_id
225: ,p_approval_history_id => p_rec.approval_history_id
226: ) THEN
227: fnd_message.set_name('PER', 'HR_6153_ALL_PROCEDURE_FAIL');

Line 242: (p_rec in pqh_tsh_shd.g_rec_type

238: -- ----------------------------------------------------------------------------
239: -- |---------------------------< insert_validate >----------------------------|
240: -- ----------------------------------------------------------------------------
241: Procedure insert_validate
242: (p_rec in pqh_tsh_shd.g_rec_type
243: ) is
244: --
245: l_proc varchar2(72) := g_package||'insert_validate';
246: --

Line 265: (p_rec in pqh_tsh_shd.g_rec_type

261: -- ----------------------------------------------------------------------------
262: -- |---------------------------< update_validate >----------------------------|
263: -- ----------------------------------------------------------------------------
264: Procedure update_validate
265: (p_rec in pqh_tsh_shd.g_rec_type
266: ) is
267: --
268: l_proc varchar2(72) := g_package||'update_validate';
269: --

Line 292: (p_rec in pqh_tsh_shd.g_rec_type

288: -- ----------------------------------------------------------------------------
289: -- |---------------------------< delete_validate >----------------------------|
290: -- ----------------------------------------------------------------------------
291: Procedure delete_validate
292: (p_rec in pqh_tsh_shd.g_rec_type
293: ) is
294: --
295: l_proc varchar2(72) := g_package||'delete_validate';
296: --