DBA Data[Home] [Help]

APPS.PQH_RAP_BUS dependencies on HR_UTILITY

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

43: --
44: Begin
45:
46: --
47: hr_utility.set_location('Entering:'|| l_proc, 10);
48: --
49: -- Ensure that all the mandatory parameter are not null
50: --
51: hr_api.mandatory_arg_error

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

61: -- call to this function. Just return the value in the global
62: -- variable.
63: --
64: l_legislation_code := pqh_rap_bus.g_legislation_code;
65: hr_utility.set_location(l_proc, 20);
66: else
67: --
68: -- The ID is different to the last call to this function
69: -- or this is the first call to this function.

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

78: close csr_leg_code;
79: fnd_message.set_name('PAY','HR_7220_INVALID_PRIMARY_KEY');
80: fnd_message.raise_error;
81: end if;
82: hr_utility.set_location(l_proc,30);
83: --
84: -- Set the global variables so the values are
85: -- available for the next call to this function.
86: --

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

87: close csr_leg_code;
88: pqh_rap_bus.g_rank_process_approval_id := p_rank_process_approval_id;
89: pqh_rap_bus.g_legislation_code := l_legislation_code;
90: end if;
91: hr_utility.set_location(' Leaving:'|| l_proc, 40);
92: return l_legislation_code;
93: end return_legislation_code;
94: --
95: -- ----------------------------------------------------------------------------

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

156: l_proc constant varchar2(72):= g_package||'insert_validate';
157: --
158: Begin
159:
160: hr_utility.set_location('Entering:'||l_proc, 5);
161: --
162: -- Call all supporting business operations
163: --
164: pqh_rnk_bus.set_security_group_id(

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

164: pqh_rnk_bus.set_security_group_id(
165: p_rank_process_id => p_rec.rank_process_id);
166: --
167: --
168: hr_utility.set_location(' Leaving:'||l_proc, 10);
169: End insert_validate;
170: --
171: -- ----------------------------------------------------------------------------
172: -- |---------------------------< update_validate >----------------------------|

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

179: l_proc constant varchar2(72):= g_package||'update_validate';
180: --
181: Begin
182:
183: hr_utility.set_location('Entering:'||l_proc, 5);
184: --
185: -- Call all supporting business operations
186: --
187: --

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

193: ,p_rec => p_rec
194: );
195: --
196: --
197: hr_utility.set_location(' Leaving:'||l_proc, 10);
198: End update_validate;
199: --
200: -- ----------------------------------------------------------------------------
201: -- |---------------------------< delete_validate >----------------------------|

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

207: l_proc constant varchar2(72) := g_package||'delete_validate';
208: --
209: Begin
210:
211: hr_utility.set_location('Entering:'||l_proc, 5);
212: --
213: -- Call all supporting business operations
214: --
215: hr_utility.set_location(' Leaving:'||l_proc, 10);

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

211: hr_utility.set_location('Entering:'||l_proc, 5);
212: --
213: -- Call all supporting business operations
214: --
215: hr_utility.set_location(' Leaving:'||l_proc, 10);
216: End delete_validate;
217: --
218: end pqh_rap_bus;