DBA Data[Home] [Help]

APPS.OKS_SETUP_UTIL_PUB dependencies on FND_INSTALLATION

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

5503: BEGIN
5504: --
5505: -- get schema name of the table for ROWID range processing
5506: --
5507: l_retstatus := fnd_installation.get_app_info(l_product,
5508: l_status,
5509: l_industry,
5510: l_table_owner);
5511: if ((l_retstatus = FALSE) OR (l_table_owner is null))

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

5607: BEGIN
5608: --
5609: -- get schema name of the table for ROWID range processing
5610: --
5611: l_retstatus := fnd_installation.get_app_info(l_product,
5612: l_status,
5613: l_industry,
5614: l_table_owner);
5615: if ((l_retstatus = FALSE) OR (l_table_owner is null))