DBA Data[Home] [Help]

APPS.CZ_FCE_COMPILE dependencies on CZ_PROPERTIES

Line 5690: FROM cz_properties

5686:
5687: ELSE
5688:
5689: SELECT NVL( TO_CHAR ( def_num_value ), def_value ), data_type INTO x_def_value, x_data_type
5690: FROM cz_properties
5691: WHERE property_id = p_property_id
5692: AND deleted_flag = '0';
5693:
5694: h_propertyid_datatype ( l_property_id ) := x_data_type;