DBA Data[Home] [Help]

APPS.OKS_TAX_UTIL_PVT dependencies on FND_INSTALLATION

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

2470: BEGIN
2471: --
2472: -- get schema name of the table for ROWID range processing
2473: --
2474: l_retstatus := fnd_installation.get_app_info(l_product,
2475: l_status,
2476: l_industry,
2477: l_table_owner);
2478: if ((l_retstatus = FALSE) OR (l_table_owner is null))

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

2611: BEGIN
2612: --
2613: -- get schema name of the table for ROWID range processing
2614: --
2615: l_retstatus := fnd_installation.get_app_info(l_product,
2616: l_status,
2617: l_industry,
2618: l_table_owner);
2619: if ((l_retstatus = FALSE) OR (l_table_owner is null))