DBA Data[Home] [Help]

APPS.OTA_TFL_API_BUSINESS_RULES dependencies on OTA_GENERAL

Line 71: ota_general.check_domain_value( 'FINANCE_LINE_TYPE', p_type);

67: --
68: hr_utility.set_location('Entering:'||v_proc, 5);
69: --
70: If p_type is not null Then
71: ota_general.check_domain_value( 'FINANCE_LINE_TYPE', p_type);
72: --
73: Else
74: fnd_message.set_name('OTA','OTA_13459_TFL_TYPE_NOT_FOUND');
75: fnd_message.raise_error;

Line 165: ota_general.check_domain_value( 'GL_TRANSFER_STATUS', p_transfer_status);

161: hr_utility.set_location('Entering:'|| v_proc, 5);
162: --
163: If p_transfer_status is not null Then
164: --
165: ota_general.check_domain_value( 'GL_TRANSFER_STATUS', p_transfer_status);
166: --
167: Else
168: ota_tfl_api_shd.constraint_error( 'OTA_TFL_TRANSFER_STATUS_CHK');
169: --

Line 841: ota_general.check_domain_value('YES_NO',p_cancelled_flag);

837: Begin
838: --
839: hr_utility.set_location('Entering:'|| v_proc, 5);
840: --
841: ota_general.check_domain_value('YES_NO',p_cancelled_flag);
842: --
843: hr_utility.set_location(' Leaving:'|| v_proc, 10);
844: --
845: End check_cancelled_flag;