DBA Data[Home] [Help]

APPS.OKS_SETUP_UTIL_PUB dependencies on FND_INSTALLATION

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

5512: BEGIN
5513: --
5514: -- get schema name of the table for ROWID range processing
5515: --
5516: l_retstatus := fnd_installation.get_app_info(l_product,
5517: l_status,
5518: l_industry,
5519: l_table_owner);
5520: if ((l_retstatus = FALSE) OR (l_table_owner is null))

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

5616: BEGIN
5617: --
5618: -- get schema name of the table for ROWID range processing
5619: --
5620: l_retstatus := fnd_installation.get_app_info(l_product,
5621: l_status,
5622: l_industry,
5623: l_table_owner);
5624: if ((l_retstatus = FALSE) OR (l_table_owner is null))