DBA Data[Home] [Help]

APPS.CN_SRP_PAYGROUP_PUB dependencies on STANDARD

Line 243: -- Standard Start of API savepoint

239:
240: BEGIN
241:
242: --
243: -- Standard Start of API savepoint
244: --
245: SAVEPOINT assign_salesreps;
246:
247:

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

245: SAVEPOINT assign_salesreps;
246:
247:
248: --
249: -- Standard call to check for call compatibility.
250: --
251: IF NOT FND_API.Compatible_API_Call ( l_api_version ,
252: p_api_version ,
253: l_api_name ,

Line 593: -- Standard check of p_commit.

589: END IF;
590:
591:
592:
593: -- Standard check of p_commit.
594: IF FND_API.To_Boolean( p_commit ) THEN
595: COMMIT WORK;
596: END IF;
597:

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

595: COMMIT WORK;
596: END IF;
597:
598: --
599: -- Standard call to get message count and if count is 1, get message info.
600: --
601:
602: FND_MSG_PUB.Count_And_Get
603: (

Line 711: -- Standard Start of API savepoint

707:
708: BEGIN
709:
710: --
711: -- Standard Start of API savepoint
712: --
713: SAVEPOINT update_srp_assignment;
714:
715:

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

713: SAVEPOINT update_srp_assignment;
714:
715:
716: --
717: -- Standard call to check for call compatibility.
718: --
719: IF NOT FND_API.Compatible_API_Call ( l_api_version ,
720: p_api_version ,
721: l_api_name ,

Line 1207: -- Standard check of p_commit.

1203: END IF;
1204: END IF;
1205: END IF;
1206:
1207: -- Standard check of p_commit.
1208: IF FND_API.To_Boolean( p_commit ) THEN
1209: COMMIT WORK;
1210: END IF;
1211:

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

1209: COMMIT WORK;
1210: END IF;
1211:
1212: --
1213: -- Standard call to get message count and if count is 1, get message info.
1214: --
1215:
1216: FND_MSG_PUB.Count_And_Get
1217: (

Line 1306: -- Standard Start of API savepoint

1302: l_end_date cn_srp_pay_groups.start_date%TYPE;
1303: l_source_id cn_salesreps.source_id%TYPE;
1304:
1305: BEGIN
1306: -- Standard Start of API savepoint
1307: SAVEPOINT Create_Mass_Asgn_Srp_Pay;
1308: -- Standard call to check for call compatibility.
1309: IF NOT FND_API.compatible_api_call
1310: ( l_api_version ,p_api_version ,l_api_name ,G_PKG_NAME )

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

1304:
1305: BEGIN
1306: -- Standard Start of API savepoint
1307: SAVEPOINT Create_Mass_Asgn_Srp_Pay;
1308: -- Standard call to check for call compatibility.
1309: IF NOT FND_API.compatible_api_call
1310: ( l_api_version ,p_api_version ,l_api_name ,G_PKG_NAME )
1311: THEN
1312: RAISE FND_API.G_EXC_UNEXPECTED_ERROR;

Line 1413: -- Standard check of p_commit.

1409: ELSE
1410: NULL;
1411: END IF;
1412:
1413: -- Standard check of p_commit.
1414: IF FND_API.To_Boolean( p_commit ) THEN
1415: COMMIT WORK;
1416: END IF;
1417: -- Standard call to get message count and if count is 1, get message info.

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

1413: -- Standard check of p_commit.
1414: IF FND_API.To_Boolean( p_commit ) THEN
1415: COMMIT WORK;
1416: END IF;
1417: -- Standard call to get message count and if count is 1, get message info.
1418: FND_MSG_PUB.Count_And_Get
1419: (
1420: p_count => x_msg_count ,
1421: p_data => x_msg_data ,

Line 1545: -- Standard Start of API savepoint

1541: = nvl(sp.end_date,l_null_date)
1542: );
1543:
1544: BEGIN
1545: -- Standard Start of API savepoint
1546: SAVEPOINT Update_Mass_Asgn_Srp_Pay;
1547: -- Standard call to check for call compatibility.
1548: IF NOT FND_API.compatible_api_call
1549: ( l_api_version ,p_api_version ,l_api_name ,G_PKG_NAME )

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

1543:
1544: BEGIN
1545: -- Standard Start of API savepoint
1546: SAVEPOINT Update_Mass_Asgn_Srp_Pay;
1547: -- Standard call to check for call compatibility.
1548: IF NOT FND_API.compatible_api_call
1549: ( l_api_version ,p_api_version ,l_api_name ,G_PKG_NAME )
1550: THEN
1551: RAISE FND_API.G_EXC_UNEXPECTED_ERROR;

Line 1796: -- Standard check of p_commit.

1792: NULL;
1793:
1794: END IF;
1795:
1796: -- Standard check of p_commit.
1797: IF FND_API.To_Boolean( p_commit ) THEN
1798: COMMIT WORK;
1799: END IF;
1800: -- Standard call to get message count and if count is 1, get message info.

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

1796: -- Standard check of p_commit.
1797: IF FND_API.To_Boolean( p_commit ) THEN
1798: COMMIT WORK;
1799: END IF;
1800: -- Standard call to get message count and if count is 1, get message info.
1801: FND_MSG_PUB.Count_And_Get
1802: (
1803: p_count => x_msg_count ,
1804: p_data => x_msg_data ,