DBA Data[Home] [Help]

APPS.IEX_AGING_BUCKETS_PKG dependencies on STANDARD

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

2257:
2258:
2259: SAVEPOINT Query_Aging_lines;
2260:
2261: -- Standard call to check for call compatibility.
2262: IF NOT FND_API.Compatible_API_Call (l_api_version,
2263: p_api_version,
2264: l_api_name,
2265: G_PKG_NAME) THEN

Line 3296: -- Standard check of p_commit

3292: x_bucket_lines_tbl(l_total_rec).disputed_tran_count:= l_total_disputes ;
3293: x_bucket_lines_tbl(l_total_rec).disputed_tran_amount :=
3294: l_total_disp_amount ;
3295:
3296: -- Standard check of p_commit
3297: IF FND_API.To_Boolean(p_commit) THEN
3298: COMMIT WORK;
3299: END IF;
3300:

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

3297: IF FND_API.To_Boolean(p_commit) THEN
3298: COMMIT WORK;
3299: END IF;
3300:
3301: -- Standard call to get message count and if count is 1, get message info
3302: FND_MSG_PUB.Count_And_Get(p_count => x_msg_count, p_data => x_msg_data);
3303:
3304: -- IF PG_DEBUG < 10 THEN
3305: IF (FND_LOG.LEVEL_EVENT >= PG_DEBUG) THEN