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 16909: l_retstatus := fnd_installation.get_app_info(

16905: l_end_rowid rowid;
16906: l_rows_processed number;
16907: BEGIN
16908:
16909: l_retstatus := fnd_installation.get_app_info(
16910: l_product, l_status, l_industry, l_table_owner);
16911:
16912: IF ((l_retstatus = FALSE) OR (l_table_owner IS NULL)) THEN
16913: RAISE_APPLICATION_ERROR(-20001,