DBA Data[Home] [Help]

APPS.PAY_ELEMENT_LINKS_T1 dependencies on HR_UTILITY

Line 74: hr_utility.set_message (801,'HR_6153_ALL_PROCEDURE_FAIL');

70: fetch csr_effective_date into v_effective_date;
71: --
72: -- Stop if no session date exists (eg not being updated via a form)
73: if csr_effective_date%notfound then
74: hr_utility.set_message (801,'HR_6153_ALL_PROCEDURE_FAIL');
75: hr_utility.set_message_token ('PROCEDURE','PAY_ELEMENT_LINKS_T1');
76: hr_utility.raise_error;
77: end if;
78: --

Line 75: hr_utility.set_message_token ('PROCEDURE','PAY_ELEMENT_LINKS_T1');

71: --
72: -- Stop if no session date exists (eg not being updated via a form)
73: if csr_effective_date%notfound then
74: hr_utility.set_message (801,'HR_6153_ALL_PROCEDURE_FAIL');
75: hr_utility.set_message_token ('PROCEDURE','PAY_ELEMENT_LINKS_T1');
76: hr_utility.raise_error;
77: end if;
78: --
79: close csr_effective_date;

Line 76: hr_utility.raise_error;

72: -- Stop if no session date exists (eg not being updated via a form)
73: if csr_effective_date%notfound then
74: hr_utility.set_message (801,'HR_6153_ALL_PROCEDURE_FAIL');
75: hr_utility.set_message_token ('PROCEDURE','PAY_ELEMENT_LINKS_T1');
76: hr_utility.raise_error;
77: end if;
78: --
79: close csr_effective_date;
80: --