DBA Data[Home] [Help]

APPS.CS_TP_TEMPLATES_PVT dependencies on STANDARD

Line 303: -- Standard check of p_commit.

299:
300: x_return_status := FND_API.G_RET_STS_SUCCESS;
301: CS_TP_TEMPLATES_PKG.DELETE_ROW (P_Template_ID);
302:
303: -- Standard check of p_commit.
304: If Fnd_Api.To_Boolean( p_commit ) Then
305: Commit Work;
306: End If;
307: