DBA Data[Home] [Help]

APPS.OKS_TAX_UTIL_PVT dependencies on FND_INSTALLATION

Line 2426: l_retstatus := fnd_installation.get_app_info(l_product,

2422: BEGIN
2423: --
2424: -- get schema name of the table for ROWID range processing
2425: --
2426: l_retstatus := fnd_installation.get_app_info(l_product,
2427: l_status,
2428: l_industry,
2429: l_table_owner);
2430: if ((l_retstatus = FALSE) OR (l_table_owner is null))

Line 2567: l_retstatus := fnd_installation.get_app_info(l_product,

2563: BEGIN
2564: --
2565: -- get schema name of the table for ROWID range processing
2566: --
2567: l_retstatus := fnd_installation.get_app_info(l_product,
2568: l_status,
2569: l_industry,
2570: l_table_owner);
2571: if ((l_retstatus = FALSE) OR (l_table_owner is null))