When adding business component in Audit Trial Siebel is not showing the name

Issue Description:

Configured the Audit Trail for "My Business Component"on Dev Tools and compiled the changes. From Application side map navigated to "Administration - Audit Trail". Created a new record and provided the Business Component name in "Audit Trail Buscomp" applet. Added fields in "Audit Trail Field" applet. Tested and all good. Compiled the objects on Prod srf and when adding the business component in "Audit Trail Buscomp" applet Siebel opened "Business Components" pick applet with no records.

Conclusion and Solution:

Get the table name from "Business Components" pick applet's BC and run a query on Prod SQL.
SELECT * FROM S_BUSCOMP WHERE NAME = 'My Business Component'
And there was no record. Now add "My Business Component" to sif file and import it on Production tools.
Now when you run the above query it will return record and you will also be able to add record in "Audit Trail Buscomp" applet.