DBA Data[Home] [Help]

APPS.HZ_IMP_LOAD_BATCH_COUNTS_PKG dependencies on HZ_CREDIT_RATINGS

Line 423: from hz_imp_tmp_errors e, hz_imp_creditrtngs_sg sg,hz_credit_ratings hcr, HZ_IMP_CREDITRTNGS_INT hzint

419: and hzint.interface_status(+) = 'D'
420: union all
421: select /*+ full(sg) parallel(sg) */ nvl2(e.int_row_id,
422: 1, nvl2(NVL(hcr.credit_rating_id,hzint.BATCH_ID),decode(sg.action_flag, 'I', 20, 21),24)) a
423: from hz_imp_tmp_errors e, hz_imp_creditrtngs_sg sg,hz_credit_ratings hcr, HZ_IMP_CREDITRTNGS_INT hzint
424: where sg.batch_mode_flag = p_batch_mode_flag
425: and sg.batch_id = p_batch_id
426: and sg.party_orig_system = p_original_system
427: and e.int_row_id (+) = sg.int_row_id