DBA Data[Home] [Help]

APPS.CSI_INV_DISCREPANCY_PKG dependencies on FND_INSTALLATION

Line 32: l_return := fnd_installation.get_app_info(

28: BEGIN
29:
30: x_return_status := fnd_api.g_ret_sts_success;
31:
32: l_return := fnd_installation.get_app_info(
33: application_short_name => p_product_short_name,
34: status => l_status,
35: industry => l_industry,
36: oracle_schema => l_oracle_schema);