DBA Data[Home] [Help]

APPS.AP_WEB_DFLEX_PKG dependencies on AP_WEB_WRAPPER_PKG

Line 583: IF (NOT AP_WEB_WRAPPER_PKG.isPopList(V_ValueSetFormat)) THEN

579: ELSE
580:
581: -- If long list is enabled, then the segment is always rendered as a
582: -- text box
583: IF (NOT AP_WEB_WRAPPER_PKG.isPopList(V_ValueSetFormat)) THEN
584: -- Text input
585: P_InputObjectType := C_TextInputObject;
586: ELSIF (V_ValueSetInfo.validation_type = C_ValidIndependent) THEN
587: