DBA Data[Home] [Help]

APPS.GL_BUDGET_UTILS_PKG dependencies on FND_GLOBAL

Line 364: null,null,null,fnd_global.user_name);

360: budget_entity_id,
361: entry_code);
362: retvalue := fnd_data_security.check_function(1.0,'GL_DAS_BUDGET_ORG_U',
363: 'GL_DAS_BUDGET_ORG', to_char(budget_entity_id),null,
364: null,null,null,fnd_global.user_name);
365: IF(retvalue <> 'T') THEN
366: return_code := 'A';
367: return;
368: END IF;