DBA Data[Home] [Help]

APPS.OKC_OIE_PVT dependencies on OKC_CLASS_OPERATIONS

Line 28: FROM okc_class_operations

24: p_oiev_rec IN oiev_rec_type) is
25: l_dummy_var VARCHAR2(1) := '?';
26: CURSOR l_copv_csr (p_cop_id IN NUMBER) IS
27: SELECT 'x'
28: FROM okc_class_operations
29: WHERE id = p_cop_id;
30: Begin
31:
32: IF (l_debug = 'Y') THEN

Line 70: p_token3_value => 'OKC_CLASS_OPERATIONS_V');

66: p_token1_value => 'Class Operation Id',
67: p_token2 => g_child_table_token,
68: p_token2_value => G_VIEW,
69: p_token3 => g_parent_table_token,
70: p_token3_value => 'OKC_CLASS_OPERATIONS_V');
71: -- notify caller of an error
72: x_return_status := OKC_API.G_RET_STS_ERROR;
73: End If;
74: