DBA Data[Home] [Help]

APPS.EGO_ITEM_USER_ATTRS_CP_PUB dependencies on STANDARD

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

686: -------------------------------------------------------------------
687: -- Gather statistics: since the data in interface tables changes --
688: -- frequently, our indexes are not very useful unless we gather --
689: -- statistics for the *current* data in the table. (APPS has a --
690: -- standard to gather statistics at the beginning of interface --
691: -- import programs.) --
692: -------------------------------------------------------------------
693: /*6602290 : Stats gather through profile : Stats are gathered in EGOVIMPB
694: SELECT COUNT(data_set_id)

Line 3246: -- Standard start of API savepoint

3242: AND attr_col.ENABLED_FLAG = 'Y';
3243: BEGIN
3244: SetGlobals();
3245: Debug_Conc_Log('Starting Copy_data_to_Intf');
3246: -- Standard start of API savepoint
3247: IF FND_API.To_Boolean(p_commit) THEN
3248: SAVEPOINT Copy_data_to_Intf_SP;
3249: END IF;
3250: