DBA Data[Home] [Help]

APPS.AMW_VIOLATION_PVT dependencies on AMW_UTILITY_PVT

Line 2709: l_violat_comments := AMW_UTILITY_PVT.get_message_text('AMW_ROLE_VIOLAT_ALL_COMMENT');

2705: l_violat_comments := NULL;
2706:
2707: IF p_constraint_type_code IS NOT NULL THEN
2708: IF p_constraint_type_code = 'ALL' THEN
2709: l_violat_comments := AMW_UTILITY_PVT.get_message_text('AMW_ROLE_VIOLAT_ALL_COMMENT');
2710: ELSE
2711: l_violat_comments := AMW_UTILITY_PVT.get_message_text('AMW_ROLE_VIOLAT_ME_COMMENT');
2712: END IF;
2713: END IF; -- end of if: p_constraint_type_code IS NOT NULL

Line 2711: l_violat_comments := AMW_UTILITY_PVT.get_message_text('AMW_ROLE_VIOLAT_ME_COMMENT');

2707: IF p_constraint_type_code IS NOT NULL THEN
2708: IF p_constraint_type_code = 'ALL' THEN
2709: l_violat_comments := AMW_UTILITY_PVT.get_message_text('AMW_ROLE_VIOLAT_ALL_COMMENT');
2710: ELSE
2711: l_violat_comments := AMW_UTILITY_PVT.get_message_text('AMW_ROLE_VIOLAT_ME_COMMENT');
2712: END IF;
2713: END IF; -- end of if: p_constraint_type_code IS NOT NULL
2714:
2715: return l_Violat_Comments;