DBA Data[Home] [Help]

APPS.HR_PAY_INTERFACE_PKG dependencies on HR_UTILITY

Line 902: hr_utility.set_message (800, 'PER_ELE_ENTRY_DISABLE_DELETE');

898: AND
899: (pt2.element_link_id =
900: pl.element_link_id));
901: IF l_attrib1 IN ('Y','E','D') THEN
902: hr_utility.set_message (800, 'PER_ELE_ENTRY_DISABLE_DELETE');
903: hr_utility.raise_error;
904: END IF;
905: END IF;
906: END IF;

Line 903: hr_utility.raise_error;

899: (pt2.element_link_id =
900: pl.element_link_id));
901: IF l_attrib1 IN ('Y','E','D') THEN
902: hr_utility.set_message (800, 'PER_ELE_ENTRY_DISABLE_DELETE');
903: hr_utility.raise_error;
904: END IF;
905: END IF;
906: END IF;
907: END disable_ele_entry_delete;

Line 948: hr_utility.set_message (800, 'PER_EMP_NUMBER_DISABLE_UPDATE');

944: --
945: if p_old_emp_number is not null
946: and p_new_emp_number is not null
947: and p_old_emp_number <> p_new_emp_number then
948: hr_utility.set_message (800, 'PER_EMP_NUMBER_DISABLE_UPDATE');
949: hr_utility.raise_error;
950: end if;
951: --
952: end disable_emp_number_update;

Line 949: hr_utility.raise_error;

945: if p_old_emp_number is not null
946: and p_new_emp_number is not null
947: and p_old_emp_number <> p_new_emp_number then
948: hr_utility.set_message (800, 'PER_EMP_NUMBER_DISABLE_UPDATE');
949: hr_utility.raise_error;
950: end if;
951: --
952: end disable_emp_number_update;
953: --

Line 996: hr_utility.set_message (800, 'PER_REPORTING_NAME_NOT_UNIQUE');

992: --
993: OPEN csr_count_same_rep_name;
994: FETCH csr_count_same_rep_name INTO l_dummy;
995: IF csr_count_same_rep_name%FOUND THEN
996: hr_utility.set_message (800, 'PER_REPORTING_NAME_NOT_UNIQUE');
997: --
998: -- There is a element which has the same reporting_name and
999: -- is in the same business_group and legislation_code.
1000: -- This is an error which will prevent the row from being inserted

Line 1022: hr_utility.raise_error;

1018: := '' ;
1019: --
1020: -- Raise an application error
1021: --
1022: hr_utility.raise_error;
1023: --
1024: ELSE
1025: --
1026: -- Clear out the global record structure

Line 1131: hr_utility.set_message (800, 'PER_PPM_PRI_DISABLE_UPDATE');

1127: --
1128: if p_old_priority is not null
1129: and p_new_priority is not null
1130: and p_old_priority <> p_new_priority then
1131: hr_utility.set_message (800, 'PER_PPM_PRI_DISABLE_UPDATE');
1132: hr_utility.raise_error;
1133: end if;
1134: --
1135: end disable_ppm_update;

Line 1132: hr_utility.raise_error;

1128: if p_old_priority is not null
1129: and p_new_priority is not null
1130: and p_old_priority <> p_new_priority then
1131: hr_utility.set_message (800, 'PER_PPM_PRI_DISABLE_UPDATE');
1132: hr_utility.raise_error;
1133: end if;
1134: --
1135: end disable_ppm_update;
1136: --

Line 1181: hr_utility.set_message (800, 'PER_PRS_PAY_MTD_DISABLE_DEL');

1177: close csr_ppm_delete_purge;
1178:
1179: HR_PAY_INTERFACE_PKG.g_personal_payment_method_id := NULL;
1180: if l_purge IS NULL then
1181: hr_utility.set_message (800, 'PER_PRS_PAY_MTD_DISABLE_DEL');
1182: hr_utility.raise_error;
1183: -- else
1184: -- HR_PAY_INTERFACE_PKG.g_personal_payment_method_id := NULL;
1185: end if;

Line 1182: hr_utility.raise_error;

1178:
1179: HR_PAY_INTERFACE_PKG.g_personal_payment_method_id := NULL;
1180: if l_purge IS NULL then
1181: hr_utility.set_message (800, 'PER_PRS_PAY_MTD_DISABLE_DEL');
1182: hr_utility.raise_error;
1183: -- else
1184: -- HR_PAY_INTERFACE_PKG.g_personal_payment_method_id := NULL;
1185: end if;
1186: end if;

Line 1239: hr_utility.set_message (800, 'PER_ASG_COST_INF_DIS_PRG_DEL');

1235: close csr_asg_cost_delete_purge;
1236:
1237: HR_PAY_INTERFACE_PKG.g_cost_allocation_id := NULL;
1238: if l_purge IS NULL then
1239: hr_utility.set_message (800, 'PER_ASG_COST_INF_DIS_PRG_DEL');
1240: hr_utility.raise_error;
1241: -- else
1242: -- HR_PAY_INTERFACE_PKG.g_cost_allocation_id := NULL;
1243: end if;

Line 1240: hr_utility.raise_error;

1236:
1237: HR_PAY_INTERFACE_PKG.g_cost_allocation_id := NULL;
1238: if l_purge IS NULL then
1239: hr_utility.set_message (800, 'PER_ASG_COST_INF_DIS_PRG_DEL');
1240: hr_utility.raise_error;
1241: -- else
1242: -- HR_PAY_INTERFACE_PKG.g_cost_allocation_id := NULL;
1243: end if;
1244: end if;