DBA Data[Home] [Help]

APPS.OKL_LA_STREAM_PVT dependencies on OKL_TRX_CONTRACTS

Line 94: FROM okl_trx_contracts txh

90: tcntype VARCHAR2,
91: status VARCHAR2)
92: IS
93: SELECT txh.ID headertransid
94: FROM okl_trx_contracts txh
95: WHERE txh.tcn_type = tcntype
96: AND txh.khr_id = khrId
97: --rkuttiya added for 12.1.1 Multi GAAP
98: AND txh.representation_type = 'PRIMARY'