DBA Data[Home] [Help]

APPS.AMS_LIST_PURGE_PVT dependencies on FND_INSTALLATION

Line 1206: l_restatus := fnd_installation.get_app_info ( l_product, l_status, l_industry, l_table_owner );

1202: l_end_rowid ROWID;
1203: l_rows_processed NUMBER;
1204: BEGIN
1205:
1206: l_restatus := fnd_installation.get_app_info ( l_product, l_status, l_industry, l_table_owner );
1207:
1208: IF (( l_restatus = FALSE ) OR
1209: ( l_table_owner IS NULL))
1210: THEN

Line 1550: l_restatus := fnd_installation.get_app_info ( l_product, l_status, l_industry, l_table_owner );

1546: l_end_rowid ROWID;
1547: l_rows_processed NUMBER;
1548: BEGIN
1549:
1550: l_restatus := fnd_installation.get_app_info ( l_product, l_status, l_industry, l_table_owner );
1551:
1552: IF (( l_restatus = FALSE ) OR
1553: ( l_table_owner IS NULL))
1554: THEN