DBA Data[Home] [Help]

APPS.CN_MARK_EVENTS_PUB dependencies on STANDARD

Line 93: -- Standard Start of API savepoint

89: 'cn.plsql.cn_mark_events_pub.mark_event_calc.begin',
90: 'Beginning of mark_event_calc for resource ('||p_salesrep_id||') ...');
91: end if;
92:
93: -- Standard Start of API savepoint
94: SAVEPOINT mark_event_calc;
95: -- Standard call to check for call compatibility.
96: IF NOT FND_API.compatible_api_call
97: ( l_api_version ,p_api_version ,l_api_name ,G_PKG_NAME )

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

91: end if;
92:
93: -- Standard Start of API savepoint
94: SAVEPOINT mark_event_calc;
95: -- Standard call to check for call compatibility.
96: IF NOT FND_API.compatible_api_call
97: ( l_api_version ,p_api_version ,l_api_name ,G_PKG_NAME )
98: THEN
99: RAISE FND_API.G_EXC_UNEXPECTED_ERROR;

Line 239: -- Standard check of p_commit.

235: p_org_id => p_org_id);
236:
237: -- End of API body.
238:
239: -- Standard check of p_commit.
240: IF FND_API.To_Boolean( p_commit ) THEN
241: COMMIT WORK;
242: END IF;
243: -- Standard call to get message count and if count is 1, get message info.

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

239: -- Standard check of p_commit.
240: IF FND_API.To_Boolean( p_commit ) THEN
241: COMMIT WORK;
242: END IF;
243: -- Standard call to get message count and if count is 1, get message info.
244: FND_MSG_PUB.Count_And_Get
245: (
246: p_count => x_msg_count ,
247: p_data => x_msg_data ,