DBA Data[Home] [Help]

APPS.CSD_REPAIRS_UTIL dependencies on HZ_RELATIONSHIPS

Line 1292: from hz_relationships

1288: Cursor c_tca_rel_count(p_subject_id number, p_subject_type varchar2,
1289: p_object_id number, p_object_type varchar2,
1290: p_relationship_code varchar2) is
1291: Select count(relationship_id)
1292: from hz_relationships
1293: where subject_id = p_subject_id
1294: and subject_type = p_subject_type
1295: and subject_table_name = 'HZ_PARTIES'
1296: and object_id = p_object_id