DBA Data[Home] [Help]

APPS.PQH_CRF_BUS dependencies on HR_UTILITY

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

39: l_legislation_code varchar2(150);
40: --
41: begin
42: --
43: hr_utility.set_location('Entering:'|| l_proc, 10);
44: --
45: -- Ensure that all the mandatory parameter are not null
46: --
47: hr_api.mandatory_arg_error

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

79: --
80: hr_api.set_legislation_context(l_legislation_code);
81: end if;
82: --
83: hr_utility.set_location(' Leaving:'|| l_proc, 20);
84: --
85: end set_security_group_id;
86: --
87: -- ---------------------------------------------------------------------------

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

108: l_proc varchar2(72) := g_package||'return_legislation_code';
109: --
110: Begin
111: --
112: hr_utility.set_location('Entering:'|| l_proc, 10);
113: --
114: -- Ensure that all the mandatory parameter are not null
115: --
116: hr_api.mandatory_arg_error

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

126: -- call to this function. Just return the value in the global
127: -- variable.
128: --
129: l_legislation_code := pqh_crf_bus.g_legislation_code;
130: hr_utility.set_location(l_proc, 20);
131: else
132: --
133: -- The ID is different to the last call to this function
134: -- or this is the first call to this function.

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

143: close csr_leg_code;
144: fnd_message.set_name('PAY','HR_7220_INVALID_PRIMARY_KEY');
145: fnd_message.raise_error;
146: end if;
147: hr_utility.set_location(l_proc,30);
148: --
149: -- Set the global variables so the values are
150: -- available for the next call to this function.
151: --

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

152: close csr_leg_code;
153: pqh_crf_bus.g_criteria_rate_factor_id := p_criteria_rate_factor_id;
154: pqh_crf_bus.g_legislation_code := l_legislation_code;
155: end if;
156: hr_utility.set_location(' Leaving:'|| l_proc, 40);
157: return l_legislation_code;
158: end return_legislation_code;
159: --
160: -- ----------------------------------------------------------------------------

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

304:
305: --
306: Begin
307: --
308: hr_utility.set_location('Entering:'||l_proc,10);
309: --
310:
311: l_api_updating := pqh_crf_shd.api_updating
312: (p_criteria_rate_factor_id => p_criteria_rate_factor_id,

Line 345: hr_utility.set_location('Leaving:'||l_proc,90);

341: --
342: --
343: end if;
344: --
345: hr_utility.set_location('Leaving:'||l_proc,90);
346: --
347: End chk_criteria_rate_defn_id;
348: --
349:

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

388:
389: --
390: Begin
391: --
392: hr_utility.set_location('Entering:'||l_proc,10);
393: --
394:
395: l_api_updating := pqh_crf_shd.api_updating
396: (p_criteria_rate_factor_id => p_criteria_rate_factor_id,

Line 428: hr_utility.set_location('Leaving:'||l_proc,90);

424: --
425: --
426: end if;
427: --
428: hr_utility.set_location('Leaving:'||l_proc,90);
429: --
430: End chk_parent_rate_matrix_id;
431: --
432:

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

473:
474: --
475: Begin
476: --
477: hr_utility.set_location('Entering:'||l_proc,10);
478: --
479:
480: l_api_updating := pqh_crf_shd.api_updating
481: (p_criteria_rate_factor_id => p_criteria_rate_factor_id,

Line 514: hr_utility.set_location('Leaving:'||l_proc,90);

510: --
511: --
512: end if;
513: --
514: hr_utility.set_location('Leaving:'||l_proc,90);
515: --
516: End chk_business_group_id;
517: --
518:

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

544: --
545: l_proc varchar2(72) := g_package||'insert_validate';
546: --
547: Begin
548: hr_utility.set_location('Entering:'||l_proc, 5);
549: --
550: -- Call all supporting business operations
551: --
552: --

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

606: p_business_group_id => p_rec.business_group_id,
607: p_object_version_number => p_rec.object_version_number);
608: END IF;
609:
610: hr_utility.set_location(' Leaving:'||l_proc, 10);
611: End insert_validate;
612: --
613: -- ----------------------------------------------------------------------------
614: -- |---------------------------< update_validate >----------------------------|

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

619: --
620: l_proc varchar2(72) := g_package||'update_validate';
621: --
622: Begin
623: hr_utility.set_location('Entering:'||l_proc, 5);
624: --
625: -- Call all supporting business operations
626: --
627: --

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

684: (p_rec => p_rec
685: );
686: --
687: --
688: hr_utility.set_location(' Leaving:'||l_proc, 10);
689: End update_validate;
690: --
691: -- ----------------------------------------------------------------------------
692: -- |---------------------------< delete_validate >----------------------------|

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

697: --
698: l_proc varchar2(72) := g_package||'delete_validate';
699: --
700: Begin
701: hr_utility.set_location('Entering:'||l_proc, 5);
702: --
703: --
704: chk_startup_action(false
705: ,pqh_crf_shd.g_old_rec.business_group_id

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

719: END IF;
720: --
721: -- Call all supporting business operations
722: --
723: hr_utility.set_location(' Leaving:'||l_proc, 10);
724: End delete_validate;
725: --
726: end pqh_crf_bus;