DBA Data[Home] [Help]

APPS.PER_POSITION_STRUCTURES_PKG dependencies on HR_UTILITY

Line 115: hr_utility.set_message('801', 'HR_6085_PO_POS_ONE_PRIMARY');

111: or X_Rowid is null)
112: and psp.primary_position_flag = 'Y'
113: and psp.business_group_id + 0 = X_Business_group_id);
114: --
115: hr_utility.set_message('801', 'HR_6085_PO_POS_ONE_PRIMARY');
116: hr_utility.raise_error;
117: --
118: exception
119: when no_data_found then

Line 116: hr_utility.raise_error;

112: and psp.primary_position_flag = 'Y'
113: and psp.business_group_id + 0 = X_Business_group_id);
114: --
115: hr_utility.set_message('801', 'HR_6085_PO_POS_ONE_PRIMARY');
116: hr_utility.raise_error;
117: --
118: exception
119: when no_data_found then
120: null;