DBA Data[Home] [Help]

APPS.GR_DISPATCH_HISTORY_PUB dependencies on STANDARD

Line 122: -- Standard call to check for call compatibility

118: ITEM_OR_CAS_REQ EXCEPTION;
119: NO_DOCUMENT EXCEPTION;
120:
121: BEGIN
122: -- Standard call to check for call compatibility
123: IF NOT fnd_api.compatible_api_call( l_api_version
124: , p_api_version
125: , l_api_name
126: , G_PKG_NAME

Line 189: -- Standard Check of p_commit.

185: RAISE FND_API.G_EXC_UNEXPECTED_ERROR;
186: END IF;
187:
188: --Issue commit if required
189: -- Standard Check of p_commit.
190: IF FND_API.to_boolean(p_commit)
191: THEN
192: COMMIT;
193: END IF;