DBA Data[Home] [Help]

APPS.HR_PAY_IF_ASG_COST_BRD dependencies on HR_UTILITY

Line 67: hr_utility.set_message (800, 'PER_ASG_COST_INF_DIS_DEL');

63: IF hr_pay_interface_pkg.g_cost_allocation_id IS NOT NULL AND
64: :old.cost_allocation_id <>
65: hr_pay_interface_pkg.g_cost_allocation_id
66: THEN
67: hr_utility.set_message (800, 'PER_ASG_COST_INF_DIS_DEL');
68: hr_pay_interface_pkg.g_cost_allocation_id := NULL;
69: hr_utility.raise_error;
70: ELSE
71: hr_pay_interface_pkg.g_cost_allocation_id := :old.cost_allocation_id;

Line 69: hr_utility.raise_error;

65: hr_pay_interface_pkg.g_cost_allocation_id
66: THEN
67: hr_utility.set_message (800, 'PER_ASG_COST_INF_DIS_DEL');
68: hr_pay_interface_pkg.g_cost_allocation_id := NULL;
69: hr_utility.raise_error;
70: ELSE
71: hr_pay_interface_pkg.g_cost_allocation_id := :old.cost_allocation_id;
72: hr_pay_interface_pkg.g_asg_cost_ass_id := :old.assignment_id;
73: -- hr_pay_interface_pkg.g_asg_cost_end_date := :old.effective_end_date;