DBA Data[Home] [Help]

APPS.OKL_INR_PVT dependencies on OKX_COUNTRIES_V

Line 431: FROM OKX_COUNTRIES_V

427: l_dummy_var VARCHAR2(1) := '?';
428: -- select the ID of the parent record from the parent table
429: CURSOR l_inrv_csr IS
430: SELECT 'x'
431: FROM OKX_COUNTRIES_V
432: WHERE id1 = p_inrv_rec.ic_id;
433: BEGIN
434: --initialize the return status
435: x_return_status := Okc_Api.G_RET_STS_SUCCESS;

Line 460: p_token3_value => 'OKX_COUNTRIES_V');

456: p_token1_value => 'Country',
457: p_token2 => g_child_table_token , --3745151 Fix for invalid error messages
458: p_token2_value => 'OKL_INS_RATES',
459: p_token3 => g_parent_table_token,
460: p_token3_value => 'OKX_COUNTRIES_V');
461: -- notify caller of an error
462: x_return_status := OKC_API.G_RET_STS_ERROR;
463: END IF;
464: END IF;