DBA Data[Home] [Help]

APPS.EGO_ITEM_USER_ATTRS_CP_PUB dependencies on STANDARD

Line 818: -- standard to gather statistics at the beginning of interface --

814: -------------------------------------------------------------------
815: -- Gather statistics: since the data in interface tables changes --
816: -- frequently, our indexes are not very useful unless we gather --
817: -- statistics for the *current* data in the table. (APPS has a --
818: -- standard to gather statistics at the beginning of interface --
819: -- import programs.) --
820: -------------------------------------------------------------------
821: /*6602290 : Stats gather through profile : Stats are gathered in EGOVIMPB
822: SELECT COUNT(data_set_id)

Line 3994: -- Standard start of API savepoint

3990: AND attr_col.ENABLED_FLAG = 'Y';
3991: BEGIN
3992: SetGlobals();
3993: Debug_Conc_Log('Starting Copy_data_to_Intf');
3994: -- Standard start of API savepoint
3995: IF FND_API.To_Boolean(p_commit) THEN
3996: SAVEPOINT Copy_data_to_Intf_SP;
3997: END IF;
3998: