DBA Data[Home] [Help]

APPS.AP_WEB_VALIDATE_UTIL dependencies on STANDARD

Line 616: -- Custom validation failed; supply standard failure message if

612: --
613: p_cs_error := null;
614: else
615: --
616: -- Custom validation failed; supply standard failure message if
617: -- custom error message is null
618: --
619: if (l_customError is null) then
620: if (not l_IsMobileApp) then

Line 643: -- Failed; set standard failure message.

639: END IF;
640:
641: if (NOT l_CostCenterValid) then
642: --
643: -- Failed; set standard failure message.
644: --
645: if (not l_IsMobileApp) then
646: FND_MESSAGE.SET_NAME('SQLAP','AP_WEB_COST_CENTER_INVALID');
647: else