DBA Data[Home] [Help]

APPS.PQP_ERT_BUS dependencies on PQP_ERT_SHD

Line 188: (p_rec in pqp_ert_shd.g_rec_type

184: --
185: -- {End Of Comments}
186: -- ----------------------------------------------------------------------------
187: Procedure chk_non_updateable_args
188: (p_rec in pqp_ert_shd.g_rec_type
189: ) IS
190: --
191: l_proc varchar2(72) := g_package || 'chk_non_updateable_args';
192: l_error EXCEPTION;

Line 200: IF NOT pqp_ert_shd.api_updating

196: --
197: -- Only proceed with the validation if a row exists for the current
198: -- record in the HR Schema.
199: --
200: IF NOT pqp_ert_shd.api_updating
201: (p_exception_report_id => p_rec.exception_report_id
202: ,p_language => p_rec.language
203: ) THEN
204: fnd_message.set_name('PER', 'HR_6153_ALL_PROCEDURE_FAIL');

Line 224: (p_rec in pqp_ert_shd.g_rec_type

220: -- ----------------------------------------------------------------------------
221: -- |---------------------------< insert_validate >----------------------------|
222: -- ----------------------------------------------------------------------------
223: Procedure insert_validate
224: (p_rec in pqp_ert_shd.g_rec_type
225: ) is
226: --
227: l_proc varchar2(72) := g_package||'insert_validate';
228: --

Line 244: (p_rec in pqp_ert_shd.g_rec_type

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

Line 269: (p_rec in pqp_ert_shd.g_rec_type

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