DBA Data[Home] [Help]

APPS.HZ_IMP_LOAD_BATCH_COUNTS_PKG dependencies on HZ_CODE_ASSIGNMENTS

Line 437: from hz_imp_tmp_errors e, hz_imp_classifics_sg sg,hz_code_assignments hca, HZ_IMP_CLASSIFICS_INT hzint

433: and hzint.interface_status(+) = 'D'
434: union all
435: select /*+ full(sg) parallel(sg) */ nvl2(e.int_row_id,
436: 1, nvl2(NVL(hca.code_assignment_id,hzint.BATCH_ID),decode(sg.action_flag, 'I', 22, 23),24)) a
437: from hz_imp_tmp_errors e, hz_imp_classifics_sg sg,hz_code_assignments hca, HZ_IMP_CLASSIFICS_INT hzint
438: where sg.batch_mode_flag = p_batch_mode_flag
439: and sg.batch_id = p_batch_id
440: and sg.party_orig_system = p_original_system
441: and e.int_row_id (+) = sg.int_row_id