DBA Data[Home] [Help]

APPS.CSD_REPAIRS_UTIL dependencies on HZ_RELATIONSHIPS

Line 1299: from hz_relationships

1295: Cursor c_tca_rel_count(p_subject_id number, p_subject_type varchar2,
1296: p_object_id number, p_object_type varchar2,
1297: p_relationship_code varchar2) is
1298: Select count(relationship_id)
1299: from hz_relationships
1300: where subject_id = p_subject_id
1301: and subject_type = p_subject_type
1302: and subject_table_name = 'HZ_PARTIES'
1303: and object_id = p_object_id