DBA Data[Home] [Help]

APPS.OKL_MULTIGAAP_ENGINE_PVT dependencies on OKL_TRNS_ACC_DSTRS_ALL

Line 1254: from okl_trns_acc_dstrs_all dst

1250: AND txl.tcn_id = p_tcn_id
1251: AND trx.tsu_code = 'PROCESSED'
1252: AND trx.representation_type = G_SECONDARY
1253: AND EXISTS (select 1 /* bug 14381856 */
1254: from okl_trns_acc_dstrs_all dst
1255: where dst.source_id = txl.id
1256: and dst.source_table = 'OKL_TXL_CNTRCT_LNS');
1257:
1258: BEGIN