DBA Data[Home] [Help]

APPS.OTA_TFH_API_BUS dependencies on FND_MESSAGE

Line 29: fnd_message.set_name('OTA','OTA_13489_TFH_CANCEL_FLAG');

25: --
26: if p_rec.cancelled_flag = 'N' then
27: null;
28: else
29: fnd_message.set_name('OTA','OTA_13489_TFH_CANCEL_FLAG');
30: fnd_message.raise_error;
31: end if;
32: --
33: ota_tfh_api_business_rules.check_receivable_attributes

Line 30: fnd_message.raise_error;

26: if p_rec.cancelled_flag = 'N' then
27: null;
28: else
29: fnd_message.set_name('OTA','OTA_13489_TFH_CANCEL_FLAG');
30: fnd_message.raise_error;
31: end if;
32: --
33: ota_tfh_api_business_rules.check_receivable_attributes
34: ( p_rec.type

Line 485: fnd_message.set_name('PAY','HR_7220_INVALID_PRIMARY_KEY');

481: close csr_sec_grp;
482: --
483: -- The primary key is invalid therefore we must error
484: --
485: fnd_message.set_name('PAY','HR_7220_INVALID_PRIMARY_KEY');
486: hr_multi_message.add
487: (p_associated_column1
488: => nvl(p_associated_column1,'FINANCE_HEADER_ID')
489: );