DBA Data[Home] [Help]

APPS.OKE_CONTRACT_PARTY_PUB dependencies on OKC_UTIL

Line 261: l_sql_stmt := OKC_UTIL.GET_SQL_FROM_JTFV(l_jtot_object1_code);

257:
258:
259: IF l_jtot_object1_code is not null THEN
260:
261: l_sql_stmt := OKC_UTIL.GET_SQL_FROM_JTFV(l_jtot_object1_code);
262:
263:
264: If (l_sql_stmt is null) Then
265: OKE_API.SET_MESSAGE(p_app_name =>g_app_name,

Line 1427: l_sql_stmt := OKC_UTIL.GET_SQL_FROM_JTFV(l_jtot_object1_code);

1423:
1424:
1425: IF l_jtot_object1_code is not null THEN
1426:
1427: l_sql_stmt := OKC_UTIL.GET_SQL_FROM_JTFV(l_jtot_object1_code);
1428:
1429: If (l_sql_stmt is null) Then
1430: OKE_API.SET_MESSAGE(p_app_name =>g_app_name,
1431: p_msg_name =>'No view found in JTF') ;