DBA Data[Home] [Help]

APPS.HZ_MIXNM_UTILITY dependencies on HZ_ORIG_SYSTEMS_VL

Line 5449: from hz_thirdparty_rule t, hz_orig_systems_vl v

5445: ) Return VARCHAR2 IS
5446:
5447: cursor update_allowed is
5448: select v.orig_system_name
5449: from hz_thirdparty_rule t, hz_orig_systems_vl v
5450: where t.entity_attr_id = p_entity_attr_id
5451: and t.orig_system = v.orig_system
5452: and t.overwrite_flag = 'Y';
5453:

Line 5484: from hz_user_overwrite_rules u, hz_orig_systems_vl v

5480: ) Return VARCHAR2 IS
5481:
5482: cursor overwrite_allowed is
5483: select v.orig_system_name
5484: from hz_user_overwrite_rules u, hz_orig_systems_vl v
5485: where u.entity_attr_id = p_entity_attr_id
5486: and u.orig_system = v.orig_system
5487: and u.overwrite_flag = 'Y'
5488: and u.rule_id = p_rule_id;