DBA Data[Home] [Help]

APPS.PQH_TAH_BUS dependencies on PQH_TAH_SHD

Line 215: (p_rec in pqh_tah_shd.g_rec_type

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

Line 225: IF NOT pqh_tah_shd.api_updating

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

Line 244: (p_rec in pqh_tah_shd.g_rec_type

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

Line 267: (p_rec in pqh_tah_shd.g_rec_type

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

Line 294: (p_rec in pqh_tah_shd.g_rec_type

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