DBA Data[Home] [Help]

APPS.CZ_FCE_COMPILE dependencies on CZ_CONVERSION_RELS_V

Line 6356: cz_conversion_rels_v cnv,

6352: l_data_type := get_signature_arg_info ( t_exp_paramindex ( j ), t_exp_paramsignatureid ( j ), l_mutable, l_collection );
6353:
6354: SELECT NULL INTO l_null
6355: FROM cz_rul_typedpsn_v psn,
6356: cz_conversion_rels_v cnv,
6357: cz_system_property_rels_v rel,
6358: cz_system_properties_v sys,
6359: cz_conversion_rels_v cnv2
6360: WHERE psn.detailed_type_id = cnv.object_type

Line 6359: cz_conversion_rels_v cnv2

6355: FROM cz_rul_typedpsn_v psn,
6356: cz_conversion_rels_v cnv,
6357: cz_system_property_rels_v rel,
6358: cz_system_properties_v sys,
6359: cz_conversion_rels_v cnv2
6360: WHERE psn.detailed_type_id = cnv.object_type
6361: AND cnv.subject_type = rel.subject_type
6362: AND rel.object_type = sys.rule_id
6363: AND rel.rel_type_code = 'SYS'