1011: l_varchar_Attrib15_tab
1012: from hz_relationships hr, --TCA view removal Starts
1013: hz_Parties hp,
1014: hz_org_contacts hoc,
1015: hz_cust_account_roles hcar
1016: where hr.subject_table_name = 'HZ_PARTIES'
1017: and hr.object_table_name = 'HZ_PARTIES'
1018: and hr.Directional_flag = 'F'
1019: and object_id = l_num_hzpartyID_tab(i)