DBA Data[Home] [Help]

APPS.INV_ITEM_ATTRIBUTES_PKG dependencies on FND_INSTALLATION

Line 35: --| FND_INSTALLATION.get_app_info used to obtain |

31: --| in the items range for all the organizations |
32: --| procedure: populate_temp_table modified with |
33: --| WHILE loop for the item_cursor |
34: --| 09-FEB-04 vjavli GSCC fix: file.sql.47 |
35: --| FND_INSTALLATION.get_app_info used to obtain |
36: --| owner of database schema. This will be used in |
37: --| WHERE condition to compare with owner along with |
38: --| table_name of all_tab_columns |
39: --| 10-FEB-04 nkilleda Bug#3148944 fix: Unapproved items should be |

Line 1753: -- variables for FND_INSTALLATION procedure

1749: l_request_count NUMBER;
1750: l_count NUMBER;
1751: l_data_type VARCHAR2(24);
1752:
1753: -- variables for FND_INSTALLATION procedure
1754: l_app_owner_schema VARCHAR2(30);
1755: l_app_status VARCHAR2(1);
1756: l_app_industry VARCHAR2(1);
1757: l_app_info_status BOOLEAN;

Line 1852: l_app_info_status := FND_INSTALLATION.get_app_info

1848: l_batch_size := 0;
1849: l_set_process_id := Get_Set_Process_ID;
1850:
1851: -- Get Application database owner schema
1852: l_app_info_status := FND_INSTALLATION.get_app_info
1853: (application_short_name => 'INV'
1854: ,status => l_app_status
1855: ,industry => l_app_industry
1856: ,oracle_schema => l_app_owner_schema