DBA Data[Home] [Help]

APPS.PER_GRD_BUS dependencies on HR_MULTI_MESSAGE

Line 61: hr_multi_message.add

57: --
58: -- The primary key is invalid therefore we must error
59: --
60: fnd_message.set_name('PAY','HR_7220_INVALID_PRIMARY_KEY');
61: hr_multi_message.add
62: (p_associated_column1 => nvl(p_associated_column1,'GRADE_ID')
63:
64: );
65: --

Line 1209: hr_multi_message.end_validation_set;

1205: -- After validating the set of important attributes,
1206: -- if Multiple Message detection is enabled and at least
1207: -- one error has been found then abort further validation.
1208: --
1209: hr_multi_message.end_validation_set;
1210: --
1211: -- Validate Dependent Attributes
1212: --
1213: -- Validate date from and date_to

Line 1288: hr_multi_message.end_validation_set;

1284: -- After validating the set of important attributes,
1285: -- if Multiple Message detection is enabled and at least
1286: -- one error has been found then abort further validation.
1287: --
1288: hr_multi_message.end_validation_set;
1289: --
1290: -- Validate Dependent Attributes
1291: --
1292: chk_non_updateable_args