DBA Data[Home] [Help]

APPS.IEX_DELINQUENCY_PUB dependencies on STANDARD

Line 138: -- Standard Start of API savepoint

134:
135: BEGIN
136: NULL;
137: /*
138: -- Standard Start of API savepoint
139: SAVEPOINT Close_Delinquencies_PVT;
140:
141: -- Initialize API return status to SUCCESS
142: x_return_status := FND_API.G_RET_STS_SUCCESS;

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

141: -- Initialize API return status to SUCCESS
142: x_return_status := FND_API.G_RET_STS_SUCCESS;
143:
144:
145: -- Standard call to check for call compatibility.
146: IF NOT FND_API.Compatible_API_Call (l_api_version,
147: p_api_version,
148: l_api_name,
149: G_PKG_NAME)

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

246:
247: -- Debug Message
248: IEX_DEBUG_PUB.LogMessage(FND_MSG_PUB.G_MSG_LVL_DEBUG_LOW,'PVT: ' || l_api_name || ' end');
249:
250: -- Standard call to get message count and if count is 1, get message info.
251: FND_MSG_PUB.Count_And_Get
252: ( p_count => x_msg_count,
253: p_data => x_msg_data
254: );

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

370: IF (FND_LOG.LEVEL_EVENT >= PG_DEBUG) THEN
371: IEX_DEBUG_PUB.logMessage( 'End Raise Delinquency Event program');
372: END IF;
373:
374: -- Standard call to get message count and if count is 1, get message info.
375: FND_MSG_PUB.Count_And_Get
376: ( p_count => x_msg_count,
377: p_data => x_msg_data
378: );

Line 430: -- standard Stuff

426: -- Debug Variables. Remove after unit testing
427: i number;
428:
429:
430: -- standard Stuff
431: l_return_status VARCHAR2(10);
432: l_msg_count NUMBER;
433: l_msg_data VARCHAR2(1000);
434:

Line 1853: -- Standard Start of API savepoint

1849: v_last := p_object_id_tbl.LAST ;
1850: End If ;
1851:
1852:
1853: -- Standard Start of API savepoint
1854: SAVEPOINT IEX_IND_DEL ;
1855:
1856: -- Standard call to check for call compatibility.
1857: IF NOT FND_API.Compatible_API_Call(l_api_version_number,

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

1852:
1853: -- Standard Start of API savepoint
1854: SAVEPOINT IEX_IND_DEL ;
1855:
1856: -- Standard call to check for call compatibility.
1857: IF NOT FND_API.Compatible_API_Call(l_api_version_number,
1858: p_api_version,
1859: l_api_name,
1860: G_PKG_NAME)

Line 1991: -- Standard check for p_commit

1987:
1988: --End Bug 6446848 08-Dec-2008 barathsr
1989: END IF ;
1990:
1991: -- Standard check for p_commit
1992: IF FND_API.to_Boolean(p_commit) THEN
1993: COMMIT WORK;
1994: ELSE
1995: ROLLBACK TO IEX_IND_DEL ;

Line 2223: -- Standard start of API savepoint

2219: IF (FND_LOG.LEVEL_EVENT >= PG_DEBUG) THEN
2220: iex_debug_pub.LogMessage(G_PKG_NAME || '.' || l_api_name || ': start');
2221: END IF;
2222:
2223: -- Standard start of API savepoint
2224: SAVEPOINT SHOW_IN_UWQ_PVT;
2225:
2226: -- Standard call to check for call compatibility
2227: IF NOT FND_API.Compatible_API_Call(l_api_version, p_api_version, l_api_name, G_PKG_NAME) THEN

Line 2226: -- Standard call to check for call compatibility

2222:
2223: -- Standard start of API savepoint
2224: SAVEPOINT SHOW_IN_UWQ_PVT;
2225:
2226: -- Standard call to check for call compatibility
2227: IF NOT FND_API.Compatible_API_Call(l_api_version, p_api_version, l_api_name, G_PKG_NAME) THEN
2228: RAISE FND_API.G_EXC_UNEXPECTED_ERROR;
2229: END IF;
2230:

Line 2483: -- Standard check of p_commit.

2479: end if;
2480:
2481: -- END OF BODY OF API
2482:
2483: -- Standard check of p_commit.
2484: IF FND_API.To_Boolean( p_commit ) THEN
2485: COMMIT WORK;
2486: END IF;
2487:

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

2485: COMMIT WORK;
2486: END IF;
2487:
2488: x_return_status := l_return_status;
2489: -- Standard call to get message count and if count is 1, get message info
2490: FND_MSG_PUB.Count_And_Get(p_encoded => FND_API.G_FALSE,
2491: p_count => x_msg_count,
2492: p_data => x_msg_data);
2493: