DBA Data[Home] [Help]

APPS.OKL_INT_EXT_CSH_APP_PVT dependencies on OKL_VALIDATION_RESULTS_B

Line 7: -- Description : populates error messages into OKL_VALIDATION_RESULTS_B and

3:
4: -- Start of comments
5: --
6: -- Function Name : populate_error_messages
7: -- Description : populates error messages into OKL_VALIDATION_RESULTS_B and
8: -- OKL_VALIDATION_RESULTS_TL tables.
9: -- Business Rules :
10: -- Parameters :
11: -- Version : 1.0

Line 910: FROM okl_validation_results_b vb,

906: vb.parent_object_id,
907: vb.validation_id,
908: vb.result_code,
909: vl.validation_text
910: FROM okl_validation_results_b vb,
911: okl_validation_results_tl vl,
912: okl_trx_csh_batch_v btc
913: WHERE vb.ID = vl.ID
914: AND vl.LANGUAGE = USERENV ('LANG')