DBA Data[Home] [Help]

APPS.PQH_TCD_BUS dependencies on PQH_TCD_SHD

Line 214: ,p_rec in pqh_tcd_shd.g_rec_type

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

Line 224: IF NOT pqh_tcd_shd.api_updating

220: --
221: -- Only proceed with the validation if a row exists for the current
222: -- record in the HR Schema.
223: --
224: IF NOT pqh_tcd_shd.api_updating
225: (p_document_id => p_rec.document_id
226: ,p_transaction_category_id => p_rec.transaction_category_id
227: ,p_object_version_number => p_rec.object_version_number
228: ) THEN

Line 243: ,p_rec in pqh_tcd_shd.g_rec_type

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

Line 267: ,p_rec in pqh_tcd_shd.g_rec_type

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

Line 295: (p_rec in pqh_tcd_shd.g_rec_type

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