DBA Data[Home] [Help]

APPS.OKC_RTV_PVT dependencies on OKC_UTIL

Line 1785: -- call OKC_UTIL.ADD_VIEW to prepare the PL/SQL table to hold columns of view

1781: -----------------------------------------------------------
1782: ---- ******** Add View for registering the view (which will be used for check length)
1783: -----------------------------------------------------------
1784: BEGIN
1785: -- call OKC_UTIL.ADD_VIEW to prepare the PL/SQL table to hold columns of view
1786: OKC_UTIL.ADD_VIEW(x_return_status => g_return_status,
1787: p_view_name => 'OKC_RESOLVED_TIMEVALUES_V');
1788: END OKC_RTV_PVT;

Line 1786: OKC_UTIL.ADD_VIEW(x_return_status => g_return_status,

1782: ---- ******** Add View for registering the view (which will be used for check length)
1783: -----------------------------------------------------------
1784: BEGIN
1785: -- call OKC_UTIL.ADD_VIEW to prepare the PL/SQL table to hold columns of view
1786: OKC_UTIL.ADD_VIEW(x_return_status => g_return_status,
1787: p_view_name => 'OKC_RESOLVED_TIMEVALUES_V');
1788: END OKC_RTV_PVT;