DBA Data[Home] [Help]

APPS.PER_US_EXTRA_ASSIGNMENT_RULES dependencies on HR_UTILITY

Line 60: hr_utility.set_message(801, 'HR_51253_PYP_ASS__NOT_VALID');

56: fetch csr_asg_data into
57: per_us_extra_assignment_rules.g_old_assgt_location;
58: if csr_asg_data%notfound then
59: close csr_asg_data;
60: hr_utility.set_message(801, 'HR_51253_PYP_ASS__NOT_VALID');
61: hr_utility.raise_error;
62: end if;
63: close csr_asg_data;
64: END;

Line 61: hr_utility.raise_error;

57: per_us_extra_assignment_rules.g_old_assgt_location;
58: if csr_asg_data%notfound then
59: close csr_asg_data;
60: hr_utility.set_message(801, 'HR_51253_PYP_ASS__NOT_VALID');
61: hr_utility.raise_error;
62: end if;
63: close csr_asg_data;
64: END;
65: --

Line 83: IF hr_utility.chk_product_install(p_product => 'Oracle Payroll',

79: PROCEDURE pay_us_asg_reporting
80: (p_assignment_id in number
81: ) IS
82: BEGIN
83: IF hr_utility.chk_product_install(p_product => 'Oracle Payroll',
84: p_legislation => 'US') THEN
85: pay_asg_geo_pkg.pay_us_asg_rpt (
86: p_assignment_id => p_assignment_id
87: );