DBA Data[Home] [Help]

APPS.CZ_FCE_COMPILE dependencies on CZ_PROPERTIES

Line 5566: FROM cz_properties

5562:
5563: ELSE
5564:
5565: SELECT NVL( TO_CHAR ( def_num_value ), def_value ), data_type INTO x_def_value, x_data_type
5566: FROM cz_properties
5567: WHERE property_id = p_property_id
5568: AND deleted_flag = '0';
5569:
5570: h_propertyid_datatype ( l_property_id ) := x_data_type;