DBA Data[Home] [Help]

APPS.EAM_ASSET_OPERATION_TXN_PUB dependencies on STANDARD

Line 91: /* Standard Start of API savepoint */

87:
88: BEGIN
89:
90:
91: /* Standard Start of API savepoint */
92:
93: SAVEPOINT EAM_ASSET_OPERATION_TXN_PUB;
94:
95: /* Standard call to check for call compatibility. */

Line 95: /* Standard call to check for call compatibility. */

91: /* Standard Start of API savepoint */
92:
93: SAVEPOINT EAM_ASSET_OPERATION_TXN_PUB;
94:
95: /* Standard call to check for call compatibility. */
96: IF NOT
97: FND_API.Compatible_API_Call(
98: l_api_version,
99: p_api_version,

Line 162: /* Standard check of p_commit. */

158: IF x_return_status <> fnd_api.g_ret_sts_success THEN
159: ROLLBACK TO EAM_ASSET_OPERATION_TXN_PUB;
160: RETURN;
161: END IF;
162: /* Standard check of p_commit. */
163:
164: IF FND_API.TO_BOOLEAN( P_COMMIT ) THEN
165: COMMIT WORK;
166: END IF;

Line 168: -- Standard call to get message count and if count is 1, get message info.

164: IF FND_API.TO_BOOLEAN( P_COMMIT ) THEN
165: COMMIT WORK;
166: END IF;
167:
168: -- Standard call to get message count and if count is 1, get message info.
169:
170: FND_MSG_PUB.GET
171: ( p_msg_index_out => x_msg_count ,
172: p_data => x_msg_data