DBA Data[Home] [Help]

APPS.CSI_INTERFACE_PKG dependencies on FND_INSTALLATION

Line 641: l_return := FND_INSTALLATION.get_app_info('INV',l_status,l_industry,l_oracle_schema);

637: -- Ib_item_instance_class column may or may not exists in mtl_system_items_b.
638: -- Hence used a Dynamic sal based on the existance of this column in ALL_TAB_COLUMNS.
639:
640: -- For Bug 3431768
641: l_return := FND_INSTALLATION.get_app_info('INV',l_status,l_industry,l_oracle_schema);
642:
643: IF NOT l_return THEN
644: fnd_message.set_name('CSI','CSI_FND_INVALID_SCHEMA_ERROR');
645: fnd_msg_pub.add;