DBA Data[Home] [Help]

APPS.AST_UWQ_PLISTS_CONTS_ENUMS_PVT dependencies on FND_PROFILE

Line 56: l_Access := NVL(fnd_profile.value('AS_CUST_ACCESS'), 'T');

52: from ast_lookups
53: where lookup_type = lkp_type
54: and lookup_code = lkp_code;
55:
56: l_Access := NVL(fnd_profile.value('AS_CUST_ACCESS'), 'T');
57:
58: --Build root node with common definitions given such as node label obtained, view name, data source, etc.
59: l_bind_list(1).bind_var_name := ':RESOURCE_ID' ;
60: l_bind_list(1).bind_var_value := P_RESOURCE_ID;