DBA Data[Home] [Help]

APPS.HZ_IMP_LOAD_WRAPPER dependencies on HZ_RELATIONSHIP_TYPES

Line 161: from hz_relationship_types t,

157: decode(t.direction_code, 'C', t.backward_rel_code, rc),
158: t.subject_type, t.object_type /* Fix 3931139 */
159: order by sd, ed) lsd, sub_id, obj_id, rc, sd, ed,
160: t.subject_type, t.object_type
161: from hz_relationship_types t,
162: (
163: select /*+ parallel(s) */ sub_id, obj_id, int_row_id,
164: nvl(start_date, sysdate) sd, nvl(end_date,
165: to_date('31-12-4712 00:00:01', 'DD-MM-YYYY HH24:MI:SS'))