DBA Data[Home] [Help]

APPS.PQH_TXH_BUS dependencies on PQH_TXH_SHD

Line 192: (p_rec in pqh_txh_shd.g_rec_type

188: --
189: -- {End Of Comments}
190: -- ----------------------------------------------------------------------------
191: Procedure chk_non_updateable_args
192: (p_rec in pqh_txh_shd.g_rec_type
193: ) IS
194: --
195: l_proc varchar2(72) := g_package || 'chk_non_updateable_args';
196: --

Line 202: IF NOT pqh_txh_shd.api_updating

198: --
199: -- Only proceed with the validation if a row exists for the current
200: -- record in the HR Schema.
201: --
202: IF NOT pqh_txh_shd.api_updating
203: (p_transaction_history_id => p_rec.transaction_history_id
204: ) THEN
205: fnd_message.set_name('PER', 'HR_6153_ALL_PROCEDURE_FAIL');
206: fnd_message.set_token('PROCEDURE ', l_proc);

Line 220: (p_rec in pqh_txh_shd.g_rec_type

216: -- ----------------------------------------------------------------------------
217: -- |---------------------------< insert_validate >----------------------------|
218: -- ----------------------------------------------------------------------------
219: Procedure insert_validate
220: (p_rec in pqh_txh_shd.g_rec_type
221: ) is
222: --
223: l_proc varchar2(72) := g_package||'insert_validate';
224: --

Line 243: (p_rec in pqh_txh_shd.g_rec_type

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

Line 270: (p_rec in pqh_txh_shd.g_rec_type

266: -- ----------------------------------------------------------------------------
267: -- |---------------------------< delete_validate >----------------------------|
268: -- ----------------------------------------------------------------------------
269: Procedure delete_validate
270: (p_rec in pqh_txh_shd.g_rec_type
271: ) is
272: --
273: l_proc varchar2(72) := g_package||'delete_validate';
274: --