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 1305: -- Standard Start of API savepoint

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

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

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

Line 1411: -- Standard check of p_commit.

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

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

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

Line 1541: -- Standard Start of API savepoint

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

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

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

Line 1788: -- Standard check of p_commit.

1784: NULL;
1785:
1786: END IF;
1787:
1788: -- Standard check of p_commit.
1789: IF FND_API.To_Boolean( p_commit ) THEN
1790: COMMIT WORK;
1791: END IF;
1792: -- Standard call to get message count and if count is 1, get message info.

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

1788: -- Standard check of p_commit.
1789: IF FND_API.To_Boolean( p_commit ) THEN
1790: COMMIT WORK;
1791: END IF;
1792: -- Standard call to get message count and if count is 1, get message info.
1793: FND_MSG_PUB.Count_And_Get
1794: (
1795: p_count => x_msg_count ,
1796: p_data => x_msg_data ,