DBA Data[Home] [Help]

APPS.BIS_KPILIST_WIZARD_PKG dependencies on FND_LOAD_UTIL

Line 172: l_seed_user := fnd_load_util.owner_id('ORACLE');

168: OPEN function_id_crsr;
169: FETCH function_id_crsr INTO l_function_id, l_created_by;
170: CLOSE function_id_crsr;
171:
172: l_seed_user := fnd_load_util.owner_id('ORACLE');
173:
174: IF (l_created_by = l_seed_user) THEN /* CRUDE Assumption here that for all seeded data created_by = 1*/
175: --THE FUNCTION WAS SEEDED
176: x_return_status := 'ISSEED';