DBA Data[Home] [Help]

APPS.HZ_MIXNM_UTILITY dependencies on HZ_ORIG_SYSTEMS_VL

Line 5418: from hz_thirdparty_rule t, hz_orig_systems_vl v

5414: ) Return VARCHAR2 IS
5415:
5416: cursor update_allowed is
5417: select v.orig_system_name
5418: from hz_thirdparty_rule t, hz_orig_systems_vl v
5419: where t.entity_attr_id = p_entity_attr_id
5420: and t.orig_system = v.orig_system
5421: and t.overwrite_flag = 'Y';
5422:

Line 5453: from hz_user_overwrite_rules u, hz_orig_systems_vl v

5449: ) Return VARCHAR2 IS
5450:
5451: cursor overwrite_allowed is
5452: select v.orig_system_name
5453: from hz_user_overwrite_rules u, hz_orig_systems_vl v
5454: where u.entity_attr_id = p_entity_attr_id
5455: and u.orig_system = v.orig_system
5456: and u.overwrite_flag = 'Y'
5457: and u.rule_id = p_rule_id;