DBA Data[Home] [Help]

APPS.PQH_OPS_BUS dependencies on PQH_OPS_SHD

Line 182: ,p_rec in pqh_ops_shd.g_rec_type

178: -- {End Of Comments}
179: -- ----------------------------------------------------------------------------
180: Procedure chk_non_updateable_args
181: (p_effective_date in date
182: ,p_rec in pqh_ops_shd.g_rec_type
183: ) IS
184: --
185: l_proc varchar2(72) := g_package || 'chk_non_updateable_args';
186: --

Line 192: IF NOT pqh_ops_shd.api_updating

188: --
189: -- Only proceed with the validation if a row exists for the current
190: -- record in the HR Schema.
191: --
192: IF NOT pqh_ops_shd.api_updating
193: (p_wrkplc_vldtn_op_id => p_rec.wrkplc_vldtn_op_id
194: ,p_object_version_number => p_rec.object_version_number
195: ) THEN
196: fnd_message.set_name('PER', 'HR_6153_ALL_PROCEDURE_FAIL');

Line 205: If P_Rec.WRKPLC_VLDTN_VER_ID <> pqh_ops_shd.g_old_rec.wrkplc_vldtn_ver_id Then

201: --
202: -- EDIT_HERE: Add checks to ensure non-updateable args have
203: -- not been updated.
204: --
205: If P_Rec.WRKPLC_VLDTN_VER_ID <> pqh_ops_shd.g_old_rec.wrkplc_vldtn_ver_id Then
206: hr_utility.set_message(8302, 'PQH_DE_NONUPD_VALVER_ID');
207: fnd_message.raise_error;
208: End If;
209:

Line 214: ,p_rec in pqh_ops_shd.g_rec_type) is

210: End chk_non_updateable_args;
211:
212: Procedure Chk_Ops_Req
213: (p_effective_date in date
214: ,p_rec in pqh_ops_shd.g_rec_type) is
215: --
216: l_proc varchar2(72) := g_package||'Chk_Ops';
217: --
218: Cursor Ops is

Line 257: ,p_rec in pqh_ops_shd.g_rec_type

253: -- |---------------------------< insert_validate >----------------------------|
254: -- ----------------------------------------------------------------------------
255: Procedure insert_validate
256: (p_effective_date in date
257: ,p_rec in pqh_ops_shd.g_rec_type
258: ) is
259: --
260: l_proc varchar2(72) := g_package||'insert_validate';
261: --

Line 269: ,p_associated_column1 => pqh_ops_shd.g_tab_nam

265: -- Call all supporting business operations
266: --
267: hr_api.validate_bus_grp_id
268: (p_business_group_id => p_rec.business_group_id
269: ,p_associated_column1 => pqh_ops_shd.g_tab_nam
270: || '.BUSINESS_GROUP_ID');
271: --
272: -- After validating the set of important attributes,
273: -- if Multiple Message detection is enabled and at least

Line 295: ,p_rec in pqh_ops_shd.g_rec_type

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

Line 307: ,p_associated_column1 => pqh_ops_shd.g_tab_nam

303: -- Call all supporting business operations
304: --
305: hr_api.validate_bus_grp_id
306: (p_business_group_id => p_rec.business_group_id
307: ,p_associated_column1 => pqh_ops_shd.g_tab_nam
308: || '.BUSINESS_GROUP_ID');
309: --
310: -- After validating the set of important attributes,
311: -- if Multiple Message detection is enabled and at least

Line 331: (p_rec in pqh_ops_shd.g_rec_type

327: -- ----------------------------------------------------------------------------
328: -- |---------------------------< delete_validate >----------------------------|
329: -- ----------------------------------------------------------------------------
330: Procedure delete_validate
331: (p_rec in pqh_ops_shd.g_rec_type
332: ) is
333: --
334: l_proc varchar2(72) := g_package||'delete_validate';
335: --