DBA Data[Home] [Help]

APPS.OTA_TSR_BUS dependencies on OTA_GENERAL

Line 220: ota_general.check_domain_value ('RESOURCE_TYPE',p_resource_type);

216: if p_resource_type is null then
217: constraint_error2('resource_type_is_mandatory');
218: end if;
219: --
220: ota_general.check_domain_value ('RESOURCE_TYPE',p_resource_type);
221: --
222: end check_tsr_type;
223: --===========================================================================
224: --===========================================================================

Line 499: ota_general.check_currency_is_valid(p_currency);

495: -------------
496: begin
497: --
498: if p_currency is not null then
499: ota_general.check_currency_is_valid(p_currency);
500: end if;
501: --
502: end check_currency;
503: --=======================================================