DBA Data[Home] [Help]

APPS.PQH_STS_BUS dependencies on HR_UTILITY

Line 9: g_debug boolean := hr_utility.debug_enabled;

5: -- | Private Global Definitions |
6: -- ----------------------------------------------------------------------------
7: --
8: g_package varchar2(33) := ' pqh_sts_bus.'; -- Global package name
9: g_debug boolean := hr_utility.debug_enabled;
10:
11: --
12: -- The following two global variables are only to be
13: -- used by the return_legislation_code function.

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

43: begin
44: --
45: if g_debug then
46: --
47: hr_utility.set_location('Entering:'|| l_proc, 10);
48: --
49: end if;
50:
51: --

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

88: end if;
89: --
90: if g_debug then
91: --
92: hr_utility.set_location(' Leaving:'|| l_proc, 20);
93: --
94: end if;
95: --
96: end set_security_group_id;

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

121: Begin
122: --
123: if g_debug then
124: --
125: hr_utility.set_location('Entering:'|| l_proc, 10);
126: --
127: end if;
128: --
129: -- Ensure that all the mandatory parameter are not null

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

144: l_legislation_code := pqh_sts_bus.g_legislation_code;
145:
146: if g_debug then
147: --
148: hr_utility.set_location(l_proc, 20);
149: --
150: end if;
151: else
152: --

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

166: end if;
167:
168: if g_debug then
169: --
170: hr_utility.set_location(l_proc,30);
171: --
172: end if;
173: --
174: -- Set the global variables so the values are

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

180: end if;
181:
182: if g_debug then
183: --
184: hr_utility.set_location(' Leaving:'|| l_proc, 40);
185: --
186: end if;
187:
188: return l_legislation_code;

Line 886: hr_utility.set_location('Entering:'||l_proc, 7);

882: --
883: Begin
884: if g_debug then
885: --
886: hr_utility.set_location('Entering:'||l_proc, 7);
887: --
888: end if;
889: if(p_rec.is_default = 'Y') then
890:

Line 925: hr_utility.set_location('Entering:'||l_proc, 7);

921: --
922: Begin
923: if g_debug then
924: --
925: hr_utility.set_location('Entering:'||l_proc, 7);
926: --
927: end if;
928:
929: Open csr_type_of_ps;

Line 964: hr_utility.set_location('Entering:'||l_proc, 7);

960: --
961: Begin
962: if g_debug then
963: --
964: hr_utility.set_location('Entering:'||l_proc, 7);
965: --
966: end if;
967:
968: Open csr_situation_type;

Line 1002: hr_utility.set_location('Entering:'||l_proc, 6);

998: --
999: Begin
1000: if g_debug then
1001: --
1002: hr_utility.set_location('Entering:'||l_proc, 6);
1003: --
1004: End if;
1005:
1006:

Line 1050: hr_utility.set_location('Entering:'||l_proc, 6);

1046: --
1047: Begin
1048: if g_debug then
1049: --
1050: hr_utility.set_location('Entering:'||l_proc, 6);
1051: --
1052: End if;
1053:
1054:

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

1130: Begin
1131:
1132: if g_debug then
1133: --
1134: hr_utility.set_location('Entering:'||l_proc, 5);
1135: --
1136: End if;
1137: --
1138: -- Call all supporting business operations

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

1208: --
1209: --
1210: if g_debug then
1211: --
1212: hr_utility.set_location(' Leaving:'||l_proc, 10);
1213: --
1214: end if;
1215: --
1216: End insert_validate;

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

1227: --
1228: Begin
1229: if g_debug then
1230: --
1231: hr_utility.set_location('Entering:'||l_proc, 5);
1232: --
1233: End if;
1234: --
1235: -- Call all supporting business operations

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

1286: hr_multi_message.end_validation_set;
1287: --
1288: if g_debug then
1289: --
1290: hr_utility.set_location(' Leaving:'||l_proc, 10);
1291: --
1292: end if;
1293: End update_validate;
1294: --

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

1305: --
1306:
1307: if g_debug then
1308: --
1309: hr_utility.set_location('Entering:'||l_proc, 5);
1310: --
1311:
1312: --
1313: -- Call all supporting business operations

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

1311:
1312: --
1313: -- Call all supporting business operations
1314: --
1315: hr_utility.set_location(' Leaving:'||l_proc, 10);
1316:
1317: End if;
1318: End delete_validate;
1319: --