DBA Data[Home] [Help]

APPS.PQP_ERS_BUS dependencies on PQP_ERS_SHD

Line 153: (p_rec in pqp_ers_shd.g_rec_type

149: --
150: -- {End Of Comments}
151: -- ----------------------------------------------------------------------------
152: Procedure chk_non_updateable_args
153: (p_rec in pqp_ers_shd.g_rec_type
154: ) IS
155: --
156: l_proc varchar2(72) := g_package || 'chk_non_updateable_args';
157: --

Line 163: IF NOT pqp_ers_shd.api_updating

159: --
160: -- Only proceed with the validation if a row exists for the current
161: -- record in the HR Schema.
162: --
163: IF NOT pqp_ers_shd.api_updating
164: (p_database_item_suffix => p_rec.database_item_suffix
165: ,p_legislation_code => p_rec.legislation_code
166: ,p_object_version_number => p_rec.object_version_number
167: ) THEN

Line 183: (p_rec in pqp_ers_shd.g_rec_type

179: -- ----------------------------------------------------------------------------
180: -- |---------------------------< insert_validate >----------------------------|
181: -- ----------------------------------------------------------------------------
182: Procedure insert_validate
183: (p_rec in pqp_ers_shd.g_rec_type
184: ) is
185: --
186: l_proc varchar2(72) := g_package||'insert_validate';
187: --

Line 207: (p_rec in pqp_ers_shd.g_rec_type

203: -- ----------------------------------------------------------------------------
204: -- |---------------------------< update_validate >----------------------------|
205: -- ----------------------------------------------------------------------------
206: Procedure update_validate
207: (p_rec in pqp_ers_shd.g_rec_type
208: ) is
209: --
210: l_proc varchar2(72) := g_package||'update_validate';
211: --

Line 235: (p_rec in pqp_ers_shd.g_rec_type

231: -- ----------------------------------------------------------------------------
232: -- |---------------------------< delete_validate >----------------------------|
233: -- ----------------------------------------------------------------------------
234: Procedure delete_validate
235: (p_rec in pqp_ers_shd.g_rec_type
236: ) is
237: --
238: l_proc varchar2(72) := g_package||'delete_validate';
239: --