DBA Data[Home] [Help]

APPS.HZ_IMP_LOAD_BATCH_COUNTS_PKG dependencies on HZ_PARTY_SITE_USES

Line 395: from hz_imp_tmp_errors e, hz_imp_addressuses_sg sg, hz_party_site_uses hpsu, HZ_IMP_ADDRESSUSES_INT hzint

391: and hzint.interface_status(+) = 'D'
392: union all
393: select /*+ full(sg) parallel(sg) */ nvl2(e.int_row_id,
394: 1, nvl2(NVL(hpsu.party_site_use_id,hzint.BATCH_ID),decode(sg.action_flag, 'I', 16, 17),24)) a
395: from hz_imp_tmp_errors e, hz_imp_addressuses_sg sg, hz_party_site_uses hpsu, HZ_IMP_ADDRESSUSES_INT hzint
396: where sg.batch_mode_flag = p_batch_mode_flag
397: and sg.batch_id = p_batch_id
398: and sg.party_orig_system = p_original_system
399: and e.int_row_id (+) = sg.int_row_id