DBA Data[Home] [Help]

APPS.CSD_GEN_ERRMSGS_PVT dependencies on CSD_SERVICE_CODES_VL

Line 734: FROM csd_service_codes_vl

730:
731: CURSOR cur_service_code (p_entity_id NUMBER)
732: IS
733: SELECT service_code
734: FROM csd_service_codes_vl
735: WHERE service_code_id = p_entity_id;
736:
737: CURSOR cur_solution_code (p_entity_id NUMBER)
738: IS