DBA Data[Home] [Help]

APPS.AP_WEB_VALIDATE_UTIL dependencies on STANDARD

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

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

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

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