DBA Data[Home] [Help]

APPS.HZ_IMP_LOAD_BATCH_COUNTS_PKG dependencies on HZ_PARTIES

Line 367: from hz_imp_tmp_errors e, hz_imp_parties_sg sg,hz_parties hp, HZ_IMP_PARTIES_INT hzint

363: and hzint.interface_status(+) = 'D'
364: union all
365: select /*+ full(sg) parallel(sg) */ nvl2(e.int_row_id,
366: 1, nvl2(NVL(hp.party_id,hzint.BATCH_ID),decode(sg.action_flag, 'I', 12, 13),24)) a
367: from hz_imp_tmp_errors e, hz_imp_parties_sg sg,hz_parties hp, HZ_IMP_PARTIES_INT hzint
368: where sg.batch_mode_flag = p_batch_mode_flag
369: and sg.batch_id = p_batch_id
370: and sg.party_orig_system = p_original_system
371: and e.int_row_id (+) = sg.int_row_id