DBA Data[Home] [Help]

APPS.FF_DEL_GLOBAL_PKG dependencies on FF_USER_ENTITIES

Line 85: delete from ff_user_entities

81: from ff_globals_f
82: where global_id = l_globalid;
83:
84: if (no_of_global = 0) then
85: delete from ff_user_entities
86: where creator_id = l_globalid
87: and creator_type = 'S';
88: end if;
89: