DBA Data[Home] [Help]

APPS.CSI_DIAGNOSTICS_PKG dependencies on FND_INSTALLATION

Line 2860: l_return := fnd_installation.get_app_info(

2856: BEGIN
2857:
2858: x_return_status := fnd_api.g_ret_sts_success;
2859:
2860: l_return := fnd_installation.get_app_info(
2861: application_short_name => p_product_short_name,
2862: status => l_status,
2863: industry => l_industry,
2864: oracle_schema => l_oracle_schema);

Line 16898: l_retstatus := fnd_installation.get_app_info(

16894: l_end_rowid rowid;
16895: l_rows_processed number;
16896: BEGIN
16897:
16898: l_retstatus := fnd_installation.get_app_info(
16899: l_product, l_status, l_industry, l_table_owner);
16900:
16901: IF ((l_retstatus = FALSE) OR (l_table_owner IS NULL)) THEN
16902: RAISE_APPLICATION_ERROR(-20001,