DBA Data[Home] [Help]

APPS.PQP_GB_CONFIGURATION_VALUE dependencies on HR_UTILITY

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

9: Begin
10: l_proc:='PQP_GB_CONFIGURATION_VALUE.chk_pension_scheme_mapping';
11:
12: if g_debug then
13: hr_utility.set_location('Entering:'||l_proc,10);
14: hr_utility.trace('p_pcv_information2 '||p_pcv_information2);
15: hr_utility.trace('p_pcv_information3 '||p_pcv_information3);
16: end if;
17:

Line 14: hr_utility.trace('p_pcv_information2 '||p_pcv_information2);

10: l_proc:='PQP_GB_CONFIGURATION_VALUE.chk_pension_scheme_mapping';
11:
12: if g_debug then
13: hr_utility.set_location('Entering:'||l_proc,10);
14: hr_utility.trace('p_pcv_information2 '||p_pcv_information2);
15: hr_utility.trace('p_pcv_information3 '||p_pcv_information3);
16: end if;
17:
18: -- pcv_information3(Partnership scheme) must have value if

Line 15: hr_utility.trace('p_pcv_information3 '||p_pcv_information3);

11:
12: if g_debug then
13: hr_utility.set_location('Entering:'||l_proc,10);
14: hr_utility.trace('p_pcv_information2 '||p_pcv_information2);
15: hr_utility.trace('p_pcv_information3 '||p_pcv_information3);
16: end if;
17:
18: -- pcv_information3(Partnership scheme) must have value if
19: -- pcv_information2 is PARTNER

Line 24: hr_utility.set_message(8303,'PQP_230236_ENTER_PARTNER_SCH');

20: if (
21: p_pcv_information2 ='PARTNER' and p_pcv_information3 is null
22: ) then
23:
24: hr_utility.set_message(8303,'PQP_230236_ENTER_PARTNER_SCH');
25: hr_utility.raise_error;
26:
27: --else
28: -- pcv_information2 is not PARTNER then ignore.

Line 25: hr_utility.raise_error;

21: p_pcv_information2 ='PARTNER' and p_pcv_information3 is null
22: ) then
23:
24: hr_utility.set_message(8303,'PQP_230236_ENTER_PARTNER_SCH');
25: hr_utility.raise_error;
26:
27: --else
28: -- pcv_information2 is not PARTNER then ignore.
29: end if;

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

29: end if;
30:
31:
32: if g_debug then
33: hr_utility.set_location('Leaving:'||l_proc,20);
34: end if;
35:
36: End chk_pension_scheme_mapping;
37:

Line 73: g_debug := Hr_utility.debug_enabled;

69: BEGIN
70: l_proc:='PQP_GB_CONFIGURATION_VALUE.CREATE_CONFIGURATION_VALUE_BP';
71:
72: if g_debug is null then
73: g_debug := Hr_utility.debug_enabled;
74: end if;
75:
76: if g_debug then
77: hr_utility.set_location('Entering:'||l_proc,10);

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

73: g_debug := Hr_utility.debug_enabled;
74: end if;
75:
76: if g_debug then
77: hr_utility.set_location('Entering:'||l_proc,10);
78: end if;
79:
80: /* Create private procedures to validate
81: pcv_information_category you are interested in */

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

90: end case;
91:
92:
93: if g_debug then
94: hr_utility.set_location('Leaving:'||l_proc,20);
95: end if;
96:
97: END;
98:

Line 131: g_debug := Hr_utility.debug_enabled;

127: )as
128: l_proc varchar2(56);
129: BEGIN
130: if g_debug is null then
131: g_debug := Hr_utility.debug_enabled;
132: end if;
133: l_proc:='PQP_GB_CONFIGURATION_VALUE.UPDATE_CONFIGURATION_VALUE_BP';
134:
135: if g_debug then

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

132: end if;
133: l_proc:='PQP_GB_CONFIGURATION_VALUE.UPDATE_CONFIGURATION_VALUE_BP';
134:
135: if g_debug then
136: hr_utility.set_location('Entering:'||l_proc,10);
137: end if;
138:
139:
140: /* Create private procedures to validate

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

150: end case;
151:
152:
153: if g_debug then
154: hr_utility.set_location('Leaving:'||l_proc,20);
155: end if;
156:
157: END;
158: END PQP_GB_CONFIGURATION_VALUE;