DBA Data[Home] [Help]

APPS.PQH_DOC_BUS dependencies on HR_MULTI_MESSAGE

Line 65: hr_multi_message.add

61: --
62: -- The primary key is invalid therefore we must error
63: --
64: fnd_message.set_name('PAY','HR_7220_INVALID_PRIMARY_KEY');
65: hr_multi_message.add
66: (p_associated_column1
67: => nvl(p_associated_column1,'DOCUMENT_ID')
68: );
69: --

Line 384: hr_multi_message.add;

380: ,p_to_date => p_validation_end_date
381: )) Then
382: fnd_message.set_name('PAY','HR_7215_DT_CHILD_EXISTS');
383: fnd_message.set_token('TABLE_NAME','pqh_document_attributes_f');
384: hr_multi_message.add;
385: End If;
386: End if;
387: --
388: End If;