[Home] [Help]
APPS.AMW_SIGNIFICANT_ELEMENTS_PKG dependencies on STANDARD
Line 137: -- Standard check for p_commit
133: );
134:
135: end if;
136:
137: -- Standard check for p_commit
138: IF FND_API.to_Boolean( p_commit ) THEN
139: COMMIT WORK;
140: END IF;
141: