DBA Data[Home] [Help]

APPS.OKC_COP_PVT dependencies on FND_FORM_FUNCTIONS

Line 173: from FND_FORM_FUNCTIONS

169:
170: l_dummy_var VARCHAR2(1) := '?';
171: Cursor l_fndv_csr Is
172: select 'x'
173: from FND_FORM_FUNCTIONS
174: where function_id = p_copv_rec.search_function_id;
175:
176: Begin
177: -- initialize return status

Line 196: p_token3_value => 'FND_FORM_FUNCTIONS');

192: p_token1_value => 'Search Function Id',
193: p_token2 => g_child_table_token,
194: p_token2_value => G_VIEW,
195: p_token3 => g_parent_table_token,
196: p_token3_value => 'FND_FORM_FUNCTIONS');
197: -- notify caller of an error
198: x_return_status := OKC_API.G_RET_STS_ERROR;
199: End If;
200: End If;

Line 234: from FND_FORM_FUNCTIONS

230:
231: l_dummy_var VARCHAR2(1) := '?';
232: Cursor l_fndv_csr Is
233: select 'x'
234: from FND_FORM_FUNCTIONS
235: where function_id = p_copv_rec.detail_function_id;
236:
237: Begin
238: -- initialize return status

Line 257: p_token3_value => 'FND_FORM_FUNCTIONS');

253: p_token1_value => 'Detail Function Id',
254: p_token2 => g_child_table_token,
255: p_token2_value => G_VIEW,
256: p_token3 => g_parent_table_token,
257: p_token3_value => 'FND_FORM_FUNCTIONS');
258: -- notify caller of an error
259: x_return_status := OKC_API.G_RET_STS_ERROR;
260: End If;
261: End If;