DBA Data[Home] [Help]

APPS.EGO_PUB_WS_AG dependencies on EGO_PUB_WS_VS

Line 1023: --calling EGO_PUB_WS_VS.Explode_Value_Sets procedure.

1019:
1020: END LOOP; -- end for all ag
1021:
1022: --EXPLODE VS FOR ALL END CVSs
1023: --calling EGO_PUB_WS_VS.Explode_Value_Sets procedure.
1024:
1025: l_mode := EGO_PUB_WS_UTIL.Get_Char_Param_Value(p_session_id, 'MODE', NULL, NULL);
1026:
1027: IF l_mode = 'LIST' THEN

Line 1035: EGO_PUB_WS_VS.Explode_Value_Set(p_session_id);

1031: l_param_cvs := EGO_PUB_WS_UTIL.Get_Char_Param_Value(p_session_id, 'CHILD_VALUESETS', NULL, NULL);
1032: END IF;
1033:
1034: IF l_param_cvs = 'Y' THEN
1035: EGO_PUB_WS_VS.Explode_Value_Set(p_session_id);
1036: END IF;
1037:
1038: END Explode_Attribute_Group;
1039: