DBA Data[Home] [Help]

APPS.IEX_AGING_BUCKETS_PKG dependencies on STANDARD

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

2237:
2238:
2239: SAVEPOINT Query_Aging_lines;
2240:
2241: -- Standard call to check for call compatibility.
2242: IF NOT FND_API.Compatible_API_Call (l_api_version,
2243: p_api_version,
2244: l_api_name,
2245: G_PKG_NAME) THEN

Line 3261: -- Standard check of p_commit

3257: x_bucket_lines_tbl(l_total_rec).disputed_tran_count:= l_total_disputes ;
3258: x_bucket_lines_tbl(l_total_rec).disputed_tran_amount :=
3259: l_total_disp_amount ;
3260:
3261: -- Standard check of p_commit
3262: IF FND_API.To_Boolean(p_commit) THEN
3263: COMMIT WORK;
3264: END IF;
3265:

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

3262: IF FND_API.To_Boolean(p_commit) THEN
3263: COMMIT WORK;
3264: END IF;
3265:
3266: -- Standard call to get message count and if count is 1, get message info
3267: FND_MSG_PUB.Count_And_Get(p_count => x_msg_count, p_data => x_msg_data);
3268:
3269: -- IF PG_DEBUG < 10 THEN
3270: IF (FND_LOG.LEVEL_EVENT >= PG_DEBUG) THEN