DBA Data[Home] [Help]

APPS.AMS_SOURCECODE_PVT dependencies on AMS_CUSTOM_SETUPS_VL

Line 130: FROM ams_custom_setups_vl cte

126: ;
127:
128: CURSOR c_custom_setup (p_id NUMBER) IS
129: SELECT cte.source_code_suffix
130: FROM ams_custom_setups_vl cte
131: WHERE cte.custom_setup_id = p_id
132: ;
133: BEGIN
134: -------------------------------------------------