DBA Data[Home] [Help]

APPS.PQH_TJR_BUS dependencies on HR_UTILITY

Line 40: hr_utility.set_location('Entering:'|| l_proc, 10);

36: l_proc varchar2(72) := g_package||'set_security_group_id';
37: --
38: begin
39: --
40: hr_utility.set_location('Entering:'|| l_proc, 10);
41: --
42: -- Ensure that all the mandatory parameter are not null
43: --
44: hr_api.mandatory_arg_error

Line 71: hr_utility.set_location(' Leaving:'|| l_proc, 20);

67: hr_api.set_security_group_id
68: (p_security_group_id => l_security_group_id
69: );
70: --
71: hr_utility.set_location(' Leaving:'|| l_proc, 20);
72: --
73: end set_security_group_id;
74: --
75: -- ---------------------------------------------------------------------------

Line 100: hr_utility.set_location('Entering:'|| l_proc, 10);

96: l_proc varchar2(72) := g_package||'return_legislation_code';
97: --
98: Begin
99: --
100: hr_utility.set_location('Entering:'|| l_proc, 10);
101: --
102: -- Ensure that all the mandatory parameter are not null
103: --
104: hr_api.mandatory_arg_error

Line 118: hr_utility.set_location(l_proc, 20);

114: -- call to this function. Just return the value in the global
115: -- variable.
116: --
117: l_legislation_code := pqh_tjr_bus.g_legislation_code;
118: hr_utility.set_location(l_proc, 20);
119: else
120: --
121: -- The ID is different to the last call to this function
122: -- or this is the first call to this function.

Line 135: hr_utility.set_location(l_proc,30);

131: close csr_leg_code;
132: fnd_message.set_name('PAY','HR_7220_INVALID_PRIMARY_KEY');
133: fnd_message.raise_error;
134: end if;
135: hr_utility.set_location(l_proc,30);
136: --
137: -- Set the global variables so the values are
138: -- available for the next call to this function.
139: --

Line 144: hr_utility.set_location(' Leaving:'|| l_proc, 40);

140: close csr_leg_code;
141: pqh_tjr_bus.g_txn_job_requirement_id := p_txn_job_requirement_id;
142: pqh_tjr_bus.g_legislation_code := l_legislation_code;
143: end if;
144: hr_utility.set_location(' Leaving:'|| l_proc, 40);
145: return l_legislation_code;
146: end return_legislation_code;
147: --
148: -- ----------------------------------------------------------------------------

Line 183: hr_utility.set_location('Entering:'||l_proc,10);

179: --
180: l_proc varchar2(72) := g_package || 'chk_df';
181: --
182: begin
183: hr_utility.set_location('Entering:'||l_proc,10);
184: --
185: if ((p_rec.txn_job_requirement_id is not null) and (
186: nvl(pqh_tjr_shd.g_old_rec.attribute_category, hr_api.g_varchar2) <>
187: nvl(p_rec.attribute_category, hr_api.g_varchar2) or

Line 282: hr_utility.set_location(' Leaving:'||l_proc,20);

278: ,p_attribute20_value => p_rec.attribute20
279: );
280: end if;
281: --
282: hr_utility.set_location(' Leaving:'||l_proc,20);
283: end chk_df;
284: --
285: -- ----------------------------------------------------------------------------
286: -- |-----------------------< chk_non_updateable_args >------------------------|

Line 357: hr_utility.set_location('Entering:'||l_proc, 5);

353: --
354: l_proc varchar2(72) := g_package||'insert_validate';
355: --
356: Begin
357: hr_utility.set_location('Entering:'||l_proc, 5);
358: --
359: -- Call all supporting business operations
360: --
361: hr_api.validate_bus_grp_id(p_rec.business_group_id); -- Validate Bus Grp

Line 366: hr_utility.set_location(' Leaving:'||l_proc, 10);

362: --
363: --
364: pqh_tjr_bus.chk_df(p_rec);
365: --
366: hr_utility.set_location(' Leaving:'||l_proc, 10);
367: End insert_validate;
368: --
369: -- ----------------------------------------------------------------------------
370: -- |---------------------------< update_validate >----------------------------|

Line 379: hr_utility.set_location('Entering:'||l_proc, 5);

375: --
376: l_proc varchar2(72) := g_package||'update_validate';
377: --
378: Begin
379: hr_utility.set_location('Entering:'||l_proc, 5);
380: --
381: -- Call all supporting business operations
382: --
383: hr_api.validate_bus_grp_id(p_rec.business_group_id); -- Validate Bus Grp

Line 392: hr_utility.set_location(' Leaving:'||l_proc, 10);

388: --
389: --
390: pqh_tjr_bus.chk_df(p_rec);
391: --
392: hr_utility.set_location(' Leaving:'||l_proc, 10);
393: End update_validate;
394: --
395: -- ----------------------------------------------------------------------------
396: -- |---------------------------< delete_validate >----------------------------|

Line 405: hr_utility.set_location('Entering:'||l_proc, 5);

401: --
402: l_proc varchar2(72) := g_package||'delete_validate';
403: --
404: Begin
405: hr_utility.set_location('Entering:'||l_proc, 5);
406: --
407: -- Call all supporting business operations
408: --
409: hr_utility.set_location(' Leaving:'||l_proc, 10);

Line 409: hr_utility.set_location(' Leaving:'||l_proc, 10);

405: hr_utility.set_location('Entering:'||l_proc, 5);
406: --
407: -- Call all supporting business operations
408: --
409: hr_utility.set_location(' Leaving:'||l_proc, 10);
410: End delete_validate;
411: --
412: end pqh_tjr_bus;