DBA Data[Home] [Help]

APPS.GL_BUDGET_UTILS_PKG dependencies on FND_GLOBAL

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

373:
374: IF security_flag = 'Y' THEN--Added as part of bug7382899
375: retvalue := fnd_data_security.check_function(1.0,'GL_DAS_BUDGET_ORG_U',
376: 'GL_DAS_BUDGET_ORG', to_char(budget_entity_id),null,
377: null,null,null,fnd_global.user_name);
378: IF(retvalue <> 'T') THEN
379: return_code := 'A';
380: return;
381: END IF;