DBA Data[Home] [Help]

APPS.AMW_SCOPE_PVT dependencies on FND_PROFILE

Line 164: hier_name := fnd_profile.value('AMW_ORG_SECURITY_HIERARCHY');

160: AND object_type = l_object_type;
161:
162: BEGIN
163:
164: hier_name := fnd_profile.value('AMW_ORG_SECURITY_HIERARCHY');
165: --hier_name := 'SUHierarchy';
166: SAVEPOINT POPULATE_HIERARCHIES;
167:
168: -- Standard call to check for call compatibility.

Line 704: hier_name := fnd_profile.value('AMW_ORG_SECURITY_HIERARCHY');

700: AND organization_id_child = l_organization_id;
701:
702: BEGIN
703:
704: hier_name := fnd_profile.value('AMW_ORG_SECURITY_HIERARCHY');
705: --hier_name := 'SUHierarchy';
706:
707: -- Step 10: Find CustomORGs based on HR hierarchy all the way till the root node
708: -- loop through all organizations in the list

Line 3192: l_sub_vs := FND_PROFILE.value('AMW_SUBSIDIARY_AUDIT_UNIT');

3188:
3189: -- Initialize API return status to SUCCESS
3190: x_return_status := FND_API.G_RET_STS_SUCCESS;
3191:
3192: l_sub_vs := FND_PROFILE.value('AMW_SUBSIDIARY_AUDIT_UNIT');
3193: l_lob_vs := FND_PROFILE.value('AMW_LOB_AUDIT_UNITS');
3194:
3195: l_position := 1;
3196: FOR each_unit IN all_auditable_units

Line 3193: l_lob_vs := FND_PROFILE.value('AMW_LOB_AUDIT_UNITS');

3189: -- Initialize API return status to SUCCESS
3190: x_return_status := FND_API.G_RET_STS_SUCCESS;
3191:
3192: l_sub_vs := FND_PROFILE.value('AMW_SUBSIDIARY_AUDIT_UNIT');
3193: l_lob_vs := FND_PROFILE.value('AMW_LOB_AUDIT_UNITS');
3194:
3195: l_position := 1;
3196: FOR each_unit IN all_auditable_units
3197: LOOP

Line 4074: -- OR fnd_profile.value('AMW_DATA_SECURITY_SWITCH') <> 'Y' THEN

4070: l_hasAccess VARCHAR2(15);
4071:
4072: BEGIN
4073: IF p_is_global_owner = 'Y' THEN
4074: -- OR fnd_profile.value('AMW_DATA_SECURITY_SWITCH') <> 'Y' THEN
4075: return 'Y';
4076: ELSE
4077: /*04.11.2006 npanandi: bug 5142733 fix -- commenting below if-else
4078: because in R12, only FND_GLOBAL.user_name is allowed.