DBA Data[Home] [Help]

APPS.AMS_LISTACTION_PVT dependencies on STANDARD

Line 388: if p_action_rec.arc_incl_object_from = 'STANDARD' then

384: END IF; --end p_action_rec.arc_action_used_by <> FND_API.g_miss_char
385:
386: IF p_action_rec.arc_incl_object_from <> FND_API.g_miss_char THEN
387:
388: if p_action_rec.arc_incl_object_from = 'STANDARD' then
389: l_arc_incl_object_from := 'LIST';
390: elsif p_action_rec.arc_incl_object_from = 'MANUAL' then
391: l_arc_incl_object_from := 'LIST';
392: else

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

810:
811:
812:
813: BEGIN
814: -- Standard call to check for call compatibility.
815: IF NOT FND_API.Compatible_API_Call ( l_api_version,
816: p_api_version,
817: l_api_name,
818: G_PKG_NAME)

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

913: AMS_Utility_PVT.debug_message(l_api_name||': End ');
914: END IF;
915:
916:
917: -- Standard call to get message count AND IF count is 1, get message info.
918: FND_MSG_PUB.Count_AND_Get
919: ( p_count => x_msg_count,
920: p_data => x_msg_data,
921: p_encoded => FND_API.G_FALSE

Line 1020: -- Standard Start of API savepoint

1016: WHERE list_select_action_id = action_id;
1017:
1018: BEGIN
1019:
1020: -- Standard Start of API savepoint
1021: SAVEPOINT Create_ListAction_PVT;
1022:
1023: -- Standard call to check for call compatibility.
1024: IF NOT FND_API.Compatible_API_Call ( l_api_version,

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

1019:
1020: -- Standard Start of API savepoint
1021: SAVEPOINT Create_ListAction_PVT;
1022:
1023: -- Standard call to check for call compatibility.
1024: IF NOT FND_API.Compatible_API_Call ( l_api_version,
1025: p_api_version,
1026: l_api_name,
1027: G_PKG_NAME)

Line 1127: -- standard who columns

1123:
1124: VALUES
1125: ( l_action_rec.list_select_action_id
1126:
1127: -- standard who columns
1128: ,sysdate
1129: ,FND_GLOBAL.User_Id
1130: ,sysdate
1131: ,FND_GLOBAL.User_Id

Line 1172: -- Standard check of p_commit.

1168: END IF;
1169: -- End of addition by nyostos.
1170:
1171:
1172: -- Standard check of p_commit.
1173: IF FND_API.To_Boolean ( p_commit )
1174: THEN
1175: COMMIT WORK;
1176: END IF;

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

1191: FND_MSG_PUB.Add;
1192: END IF; */
1193:
1194:
1195: -- Standard call to get message count AND IF count is 1, get message info.
1196: FND_MSG_PUB.Count_AND_Get
1197: ( p_count => x_msg_count,
1198: p_data => x_msg_data,
1199: p_encoded => FND_API.G_FALSE

Line 1294: -- Standard Start of API savepoint

1290: l_rec_changed varchar2(1) := 'N';
1291:
1292: Begin
1293:
1294: -- Standard Start of API savepoint
1295: SAVEPOINT Update_ListAction_PVT;
1296:
1297: -- Standard call to check for call compatibility.
1298: IF NOT FND_API.Compatible_API_Call ( l_api_version,

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

1293:
1294: -- Standard Start of API savepoint
1295: SAVEPOINT Update_ListAction_PVT;
1296:
1297: -- Standard call to check for call compatibility.
1298: IF NOT FND_API.Compatible_API_Call ( l_api_version,
1299: p_api_version,
1300: l_api_name,
1301: G_PKG_NAME)

Line 1444: -- Standard check of p_commit.

1440: END IF;
1441: -- End of addition by nyostos.
1442:
1443:
1444: -- Standard check of p_commit.
1445: IF FND_API.To_Boolean ( p_commit )
1446: THEN
1447: COMMIT WORK;
1448: END IF;

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

1466: FND_MSG_PUB.Add;
1467: END IF; */
1468:
1469:
1470: -- Standard call to get message count AND IF count is 1, get message info.
1471: FND_MSG_PUB.Count_AND_Get
1472: ( p_count => x_msg_count,
1473: p_data => x_msg_data,
1474: p_encoded => FND_API.G_FALSE

Line 1570: -- Standard Start of API savepoint

1566: l_init_list_header_rec AMS_ListHeader_PVT.list_header_rec_type;
1567: l_complete_list_header_rec AMS_ListHeader_PVT.list_header_rec_type;
1568: BEGIN
1569:
1570: -- Standard Start of API savepoint
1571: SAVEPOINT Delete_ListAction_PVT;
1572:
1573: -- Standard call to check for call compatibility.
1574: IF NOT FND_API.Compatible_API_Call ( l_api_version,

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

1569:
1570: -- Standard Start of API savepoint
1571: SAVEPOINT Delete_ListAction_PVT;
1572:
1573: -- Standard call to check for call compatibility.
1574: IF NOT FND_API.Compatible_API_Call ( l_api_version,
1575: p_api_version,
1576: l_api_name,
1577: G_PKG_NAME)

Line 1690: -- Standard check of p_commit.

1686: --
1687: -- END of API body.
1688: --
1689:
1690: -- Standard check of p_commit.
1691: IF FND_API.To_Boolean ( p_commit )
1692: THEN
1693: COMMIT WORK;
1694: END IF;

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

1710: FND_MSG_PUB.Add;
1711: END IF; */
1712:
1713:
1714: -- Standard call to get message count AND IF count is 1, get message info.
1715: FND_MSG_PUB.Count_AND_Get
1716: ( p_count => x_msg_count,
1717: p_data => x_msg_data,
1718: p_encoded => FND_API.G_FALSE

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

1809:
1810: BEGIN
1811:
1812:
1813: -- Standard call to check for call compatibility.
1814: IF NOT FND_API.Compatible_API_Call ( l_api_version,
1815: p_api_version,
1816: l_api_name,
1817: G_PKG_NAME)

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

1871: FND_MESSAGE.Set_Token('ROW', 'AMS_listheader_PVT.Lock_ListAction: END', TRUE);
1872: FND_MSG_PUB.Add;
1873: END IF; */
1874:
1875: -- Standard call to get message count AND IF count is 1, get message info.
1876: FND_MSG_PUB.Count_AND_Get
1877: ( p_count => x_msg_count,
1878: p_data => x_msg_data,
1879: p_encoded => FND_API.G_FALSE