DBA Data[Home] [Help]

APPS.DOM_SECURITY_PUB dependencies on STANDARD

Line 132: -- Standard check of p_commit.

128: x_msg_data => x_msg_data,
129: x_return_status => x_return_status
130: );
131:
132: -- Standard check of p_commit.
133: IF FND_API.To_Boolean( p_commit ) THEN
134: COMMIT WORK;
135: END IF;
136:

Line 324: -- Standard check of p_commit.

320: x_return_status => x_return_status
321: );
322:
323:
324: -- Standard check of p_commit.
325: IF FND_API.To_Boolean( p_commit ) THEN
326: COMMIT WORK;
327: END IF;
328:

Line 541: -- Standard check of p_commit.

537:
538: -- Initialize API return status to success
539: x_return_status := FND_API.G_RET_STS_SUCCESS;
540:
541: -- Standard check of p_commit.
542: IF FND_API.To_Boolean( p_commit ) THEN
543: COMMIT WORK;
544: END IF;
545:

Line 847: -- Standard check of p_commit.

843:
844: -- Initialize API return status to success
845: x_return_status := FND_API.G_RET_STS_SUCCESS;
846:
847: -- Standard check of p_commit.
848: IF FND_API.To_Boolean( p_commit ) THEN
849: COMMIT WORK;
850: END IF;
851: