DBA Data[Home] [Help]

APPS.OKC_MRD_PVT dependencies on OKC_OPERATION_INSTANCES

Line 26: from OKC_OPERATION_INSTANCES

22: p_mrdv_rec IN mrdv_rec_type) is
23: l_dummy_var VARCHAR2(1) := '?';
24: Cursor l_oiev_csr Is
25: select 'x'
26: from OKC_OPERATION_INSTANCES
27: where id = p_mrdv_rec.oie_id;
28:
29: Begin
30: -- initialize return status

Line 49: p_token3_value => 'OKC_OPERATION_INSTANCES');

45: p_token1_value => 'oie_id',
46: p_token2 => g_child_table_token,
47: p_token2_value => G_VIEW,
48: p_token3 => g_parent_table_token,
49: p_token3_value => 'OKC_OPERATION_INSTANCES');
50: -- notify caller of an error
51: x_return_status := OKC_API.G_RET_STS_ERROR;
52: End If;
53: End If;