DBA Data[Home] [Help]

APPS.ASO_SPLIT_LINE_INT dependencies on STANDARD

Line 147: --Standard Start of API savepoint

143:
144: aso_debug_pub.g_debug_flag := nvl(fnd_profile.value('ASO_ENABLE_DEBUG'),'N');
145:
146:
147: --Standard Start of API savepoint
148: SAVEPOINT SPLIT_QUOTE_LINE_INT;
149:
150: IF ASO_DEBUG_PUB.G_Debug_Flag = 'Y' THEN
151:

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

168:
169: --Initialize API return status to SUCCESS
170: x_return_status := FND_API.G_RET_STS_SUCCESS;
171:
172: --Standard call to check for call compatibility.
173: IF NOT FND_API.Compatible_API_Call ( l_api_version_number,
174: p_api_version_number,
175: l_api_name,
176: G_PKG_NAME) THEN

Line 516: --Standard check for p_commit

512: END IF;
513:
514: X_Qte_Line_Tbl := lx_Qte_Line_Tbl;
515:
516: --Standard check for p_commit
517:
518: IF FND_API.to_Boolean( p_commit ) THEN
519:
520: IF ASO_DEBUG_PUB.G_Debug_Flag = 'Y' THEN

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

523: COMMIT;
524:
525: END IF;
526:
527: --Standard call to get message count and if count is 1, get message info.
528:
529: FND_MSG_PUB.Count_And_Get( p_count => x_msg_count,
530: p_data => x_msg_data );
531:

Line 693: --Standard Start of API savepoint

689: l_orig_line_deleted varchar2(1) := 'N';
690:
691: Begin
692:
693: --Standard Start of API savepoint
694: SAVEPOINT DO_SPLIT_LINE_INT;
695:
696: IF ASO_DEBUG_PUB.G_Debug_Flag = 'Y' THEN
697: aso_debug_pub.add('ASO_SPLIT_LINE_INT: Begin Do_Split_Line procedure', 1, 'Y');

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

1566: END IF;
1567:
1568: END IF;
1569:
1570: --Standard call to get message count and if count is 1, get message info.
1571: FND_MSG_PUB.Count_And_Get ( p_count => x_msg_count,
1572: p_data => x_msg_data );
1573:
1574: