DBA Data[Home] [Help]

APPS.GL_BUDGET_UTILS_PKG dependencies on FND_DATA_SECURITY

Line 375: retvalue := fnd_data_security.check_function(1.0,'GL_DAS_BUDGET_ORG_U',

371: security_flag);
372:
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';