DBA Data[Home] [Help]

APPS.AST_UWQ_PLISTS_OPPS_ENUMS_PVT dependencies on FND_PROFILE

Line 55: l_Access := NVL(FND_PROFILE.VALUE('AS_OPP_ACCESS'), 'T');

51: from ast_lookups
52: where lookup_type = lkp_type
53: and lookup_code = lkp_code;
54:
55: l_Access := NVL(FND_PROFILE.VALUE('AS_OPP_ACCESS'), 'T');
56: l_OrgID := FND_PROFILE.VALUE('ORG_ID');
57:
58: --Build root node with common definitions given such as node label obtained, view name, data source, etc.
59:

Line 56: l_OrgID := FND_PROFILE.VALUE('ORG_ID');

52: where lookup_type = lkp_type
53: and lookup_code = lkp_code;
54:
55: l_Access := NVL(FND_PROFILE.VALUE('AS_OPP_ACCESS'), 'T');
56: l_OrgID := FND_PROFILE.VALUE('ORG_ID');
57:
58: --Build root node with common definitions given such as node label obtained, view name, data source, etc.
59:
60: --Build root node with common definitions given such as node label obtained, view name, data source, etc.