DBA Data[Home] [Help]

APPS.PQP_GDS_BUS dependencies on PQP_GDS_SHD

Line 198: (p_rec in pqp_gds_shd.g_rec_type

194: --
195: -- {End Of Comments}
196: -- ----------------------------------------------------------------------------
197: Procedure chk_non_updateable_args
198: (p_rec in pqp_gds_shd.g_rec_type
199: ) IS
200: --
201: l_proc varchar2(72) := g_package || 'chk_non_updateable_args';
202: --

Line 208: IF NOT pqp_gds_shd.api_updating

204: --
205: -- Only proceed with the validation if a row exists for the current
206: -- record in the HR Schema.
207: --
208: IF NOT pqp_gds_shd.api_updating
209: (p_gap_duration_summary_id => p_rec.gap_duration_summary_id
210: ,p_object_version_number => p_rec.object_version_number
211: ) THEN
212: fnd_message.set_name('PER', 'HR_6153_ALL_PROCEDURE_FAIL');

Line 227: (p_rec in pqp_gds_shd.g_rec_type

223: -- ----------------------------------------------------------------------------
224: -- |---------------------------< insert_validate >----------------------------|
225: -- ----------------------------------------------------------------------------
226: Procedure insert_validate
227: (p_rec in pqp_gds_shd.g_rec_type
228: ) is
229: --
230: l_proc varchar2(72) := g_package||'insert_validate';
231: --

Line 255: (p_rec in pqp_gds_shd.g_rec_type

251: -- ----------------------------------------------------------------------------
252: -- |---------------------------< update_validate >----------------------------|
253: -- ----------------------------------------------------------------------------
254: Procedure update_validate
255: (p_rec in pqp_gds_shd.g_rec_type
256: ) is
257: --
258: l_proc varchar2(72) := g_package||'update_validate';
259: --

Line 287: (p_rec in pqp_gds_shd.g_rec_type

283: -- ----------------------------------------------------------------------------
284: -- |---------------------------< delete_validate >----------------------------|
285: -- ----------------------------------------------------------------------------
286: Procedure delete_validate
287: (p_rec in pqp_gds_shd.g_rec_type
288: ) is
289: --
290: l_proc varchar2(72) := g_package||'delete_validate';
291: --