DBA Data[Home] [Help]

APPS.AMS_LIST_MAINT_PVT dependencies on STANDARD

Line 411: -- Standard Start of API savepoint

407:
408: Begin
409:
410:
411: -- Standard Start of API savepoint
412: SAVEPOINT Create_Source_View;
413:
414: -- Standard call to check for call compatibility.
415: IF NOT FND_API.Compatible_API_Call ( l_api_version,

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

410:
411: -- Standard Start of API savepoint
412: SAVEPOINT Create_Source_View;
413:
414: -- Standard call to check for call compatibility.
415: IF NOT FND_API.Compatible_API_Call ( l_api_version,
416: p_api_version,
417: l_api_name,
418: G_PKG_NAME)

Line 530: -- Standard check of p_commit.

526:
527:
528:
529:
530: -- Standard check of p_commit.
531: IF FND_API.To_Boolean ( p_commit )
532: THEN
533: COMMIT WORK;
534: END IF;

Line 553: -- Standard call to get message count AND IF count is 1, get message info.

549: FND_MSG_PUB.Add;
550: END IF;
551:
552:
553: -- Standard call to get message count AND IF count is 1, get message info.
554: FND_MSG_PUB.Count_AND_Get
555: ( p_count => x_msg_count,
556: p_data => x_msg_data,
557: p_encoded => FND_API.G_FALSE

Line 846: -- Standard Start of API savepoint

842:
843: Begin
844: null;
845: /*
846: -- Standard Start of API savepoint
847: SAVEPOINT Copy_List;
848:
849: -- Standard call to check for call compatibility.
850: IF NOT FND_API.Compatible_API_Call ( l_api_version,

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

845: /*
846: -- Standard Start of API savepoint
847: SAVEPOINT Copy_List;
848:
849: -- Standard call to check for call compatibility.
850: IF NOT FND_API.Compatible_API_Call ( l_api_version,
851: p_api_version,
852: l_api_name,
853: G_PKG_NAME)

Line 1102: -- Standard check of p_commit.

1098: END LOOP;
1099: END IF; --REPEAT LIST COUNT CHECK;
1100: END IF; --REPEAT LIST CHECK.
1101:
1102: -- Standard check of p_commit.
1103: IF FND_API.To_Boolean ( p_commit )
1104: THEN
1105: COMMIT WORK;
1106: END IF;

Line 1123: -- Standard call to get message count AND IF count is 1, get message info.

1119: FND_MESSAGE.Set_Token('ROW','AMS_List_Maint_PVT.Copy_List: END', TRUE);
1120: FND_MSG_PUB.Add;
1121: END IF;
1122:
1123: -- Standard call to get message count AND IF count is 1, get message info.
1124: FND_MSG_PUB.Count_AND_Get
1125: ( p_count => x_msg_count,
1126: p_data => x_msg_data,
1127: p_encoded => FND_API.G_FALSE);