DBA Data[Home] [Help]

APPS.OKC_CLM_PKG dependencies on OKC_TERMS_CLM_UDV_T

Line 692: DELETE FROM OKC_TERMS_CLM_UDV_T;

688: /* Initialize API return status to success */
689: x_return_status := G_RET_STS_SUCCESS;
690:
691: /* Clear the temp table */
692: DELETE FROM OKC_TERMS_CLM_UDV_T;
693:
694: FOR csr_get_clm_udv_rec IN csr_get_clm_udv LOOP
695:
696: /* Get the variable value */

Line 720: INSERT INTO OKC_TERMS_CLM_UDV_T

716:
717: /* Insert data into the temp table */
718: IF l_variable_value IS NOT NULL THEN
719:
720: INSERT INTO OKC_TERMS_CLM_UDV_T
721: (
722: VARIABLE_CODE,
723: VARIABLE_VALUE,
724: DOC_TYPE,