DBA Data[Home] [Help]

APPS.PQH_JOB_BUS dependencies on PQH_JOB_SHD

Line 182: ,p_rec in pqh_job_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_job_shd.g_rec_type
183: ) IS
184: --
185: l_proc varchar2(72) := g_package || 'chk_non_updateable_args';
186: --

Line 192: IF NOT pqh_job_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_job_shd.api_updating
193: (p_wrkplc_vldtn_job_id => p_rec.wrkplc_vldtn_job_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 208: (p_rec in pqh_job_shd.g_rec_type,

204: --
205: End chk_non_updateable_args;
206:
207: Procedure Ckh_Operation
208: (p_rec in pqh_job_shd.g_rec_type,
209: P_Chk In Varchar2 Default 'N') is
210:
211: l_proc Varchar2(200) := g_package||'Ckh_Operation';
212: l_Result Varchar2(1);

Line 241: ,p_rec in pqh_job_shd.g_rec_type

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

Line 253: ,p_associated_column1 => pqh_job_shd.g_tab_nam

249: -- Call all supporting business operations
250: --
251: hr_api.validate_bus_grp_id
252: (p_business_group_id => p_rec.business_group_id
253: ,p_associated_column1 => pqh_job_shd.g_tab_nam
254: || '.BUSINESS_GROUP_ID');
255: --
256: -- After validating the set of important attributes,
257: -- if Multiple Message detection is enabled and at least

Line 273: ,p_rec in pqh_job_shd.g_rec_type

269: -- |---------------------------< update_validate >----------------------------|
270: -- ----------------------------------------------------------------------------
271: Procedure update_validate
272: (p_effective_date in date
273: ,p_rec in pqh_job_shd.g_rec_type
274: ) is
275: --
276: l_proc varchar2(72) := g_package||'update_validate';
277: --

Line 285: ,p_associated_column1 => pqh_job_shd.g_tab_nam

281: -- Call all supporting business operations
282: --
283: hr_api.validate_bus_grp_id
284: (p_business_group_id => p_rec.business_group_id
285: ,p_associated_column1 => pqh_job_shd.g_tab_nam
286: || '.BUSINESS_GROUP_ID');
287: --
288: -- After validating the set of important attributes,
289: -- if Multiple Message detection is enabled and at least

Line 309: (p_rec in pqh_job_shd.g_rec_type

305: -- ----------------------------------------------------------------------------
306: -- |---------------------------< delete_validate >----------------------------|
307: -- ----------------------------------------------------------------------------
308: Procedure delete_validate
309: (p_rec in pqh_job_shd.g_rec_type
310: ) is
311: --
312: l_proc varchar2(72) := g_package||'delete_validate';
313: --