DBA Data[Home] [Help]

APPS.EAM_WOLCOSTING_PUB dependencies on STANDARD

Line 80: -- Standard Start of API savepoint

76: CONNECT BY ewr.parent_object_id = PRIOR ewr.child_object_id AND ewr.parent_relationship_type = p_relationship_type ;
77:
78:
79: BEGIN
80: -- Standard Start of API savepoint
81: SAVEPOINT insert_into_snapshot_pub;
82:
83: -- Standard call to check for call compatibility.
84: IF NOT FND_API.compatible_api_call(

Line 83: -- Standard call to check for call compatibility.

79: BEGIN
80: -- Standard Start of API savepoint
81: SAVEPOINT insert_into_snapshot_pub;
82:
83: -- Standard call to check for call compatibility.
84: IF NOT FND_API.compatible_api_call(
85: l_api_version
86: ,p_api_version
87: ,l_api_name

Line 208: -- Standard check of p_commit.

204:
205:
206: -- End of API body
207:
208: -- Standard check of p_commit.
209: IF FND_API.TO_BOOLEAN(p_commit) THEN
210: COMMIT WORK;
211: FND_MSG_PUB.Add_Exc_Msg
212: ( p_pkg_name => G_PKG_NAME ,