DBA Data[Home] [Help]

APPS.PAY_ELEMENT_LINK_INTERNAL dependencies on HR_UTILITY

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

160: l_effective_start_date date;
161: l_effective_end_date date;
162: --
163: begin
164: hr_utility.set_location('Entering:'|| l_proc, 10);
165: --
166: -- Truncate the time portion from all IN date parameters
167: --
168: l_effective_date := trunc(p_effective_date);

Line 184: hr_utility.set_message(801,'HR_7471_FLEX_PEA_INVALID_ID');

180: open csr_Flexnum;
181: fetch csr_Flexnum into l_flex_num;
182: if csr_Flexnum%notfound then
183: close csr_Flexnum;
184: hr_utility.set_message(801,'HR_7471_FLEX_PEA_INVALID_ID');
185: hr_utility.raise_error;
186: end if;
187: end if;
188:

Line 185: hr_utility.raise_error;

181: fetch csr_Flexnum into l_flex_num;
182: if csr_Flexnum%notfound then
183: close csr_Flexnum;
184: hr_utility.set_message(801,'HR_7471_FLEX_PEA_INVALID_ID');
185: hr_utility.raise_error;
186: end if;
187: end if;
188:
189: if l_bal_allocation_id is null then

Line 403: hr_utility.set_location(' Leaving:'||l_proc, 70);

399: p_standard_link_flag := l_standard_link_flag;
400: p_cost_allocation_keyflex_id := l_cost_allocation_id;
401: p_balancing_keyflex_id := l_bal_allocation_id;
402:
403: hr_utility.set_location(' Leaving:'||l_proc, 70);
404: end create_element_link;
405:
406: end pay_element_link_internal;