DBA Data[Home] [Help]

APPS.CSI_INTERFACE_PKG dependencies on FND_INSTALLATION

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

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