DBA Data[Home] [Help]

APPS.WIP_EAM_WORKREQUEST_PVT dependencies on FND_INSTALLATION

Line 3644: l_installed := fnd_installation.get(appl_id => p_appl_id,

3640: x_return_status := fnd_api.g_ret_sts_success;
3641:
3642: l_stmt_num := 5;
3643: -- API body
3644: l_installed := fnd_installation.get(appl_id => p_appl_id,
3645: dep_appl_id => p_dep_appl_id,
3646: status => l_cs_installed,
3647: industry => l_indust);
3648: l_stmt_num := 10;