DBA Data[Home] [Help]

APPS.WIP_EAM_WORKREQUEST_PVT dependencies on FND_INSTALLATION

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

3703: x_return_status := fnd_api.g_ret_sts_success;
3704:
3705: l_stmt_num := 5;
3706: -- API body
3707: l_installed := fnd_installation.get(appl_id => p_appl_id,
3708: dep_appl_id => p_dep_appl_id,
3709: status => l_cs_installed,
3710: industry => l_indust);
3711: l_stmt_num := 10;