DBA Data[Home] [Help]

APPS.CN_ROLE_PMT_PLANS_PVT dependencies on STANDARD

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

301: END LOOP;
302:
303: -- End of API body.
304:
305: -- Standard call to get message count and if count is 1, get message info.
306: FND_MSG_PUB.Count_And_Get
307: (
308: p_count => x_msg_count ,
309: p_data => x_msg_data ,

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

654: END IF;
655:
656: -- End of API body.
657:
658: -- Standard call to get message count and if count is 1, get message info.
659: FND_MSG_PUB.Count_And_Get
660: (
661: p_count => x_msg_count ,
662: p_data => x_msg_data ,

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

744: END IF;
745:
746: -- End of API body.
747:
748: -- Standard call to get message count and if count is 1, get message info.
749:
750: FND_MSG_PUB.Count_And_Get
751: (
752: p_count => x_msg_count ,

Line 1087: -- Standard Start of API savepoint

1083: l_bind_data_id NUMBER ;
1084:
1085:
1086: BEGIN
1087: -- Standard Start of API savepoint
1088: SAVEPOINT create_role_pmt_plan;
1089:
1090: -- Standard call to check for call compatibility.
1091: IF NOT FND_API.Compatible_API_Call ( l_api_version ,

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

1086: BEGIN
1087: -- Standard Start of API savepoint
1088: SAVEPOINT create_role_pmt_plan;
1089:
1090: -- Standard call to check for call compatibility.
1091: IF NOT FND_API.Compatible_API_Call ( l_api_version ,
1092: p_api_version ,
1093: l_api_name ,
1094: G_PKG_NAME )

Line 1181: -- Standard check of p_commit.

1177:
1178:
1179: -- End of API body
1180:
1181: -- Standard check of p_commit.
1182:
1183: IF FND_API.To_Boolean( p_commit ) THEN
1184: COMMIT WORK;
1185: END IF;

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

1184: COMMIT WORK;
1185: END IF;
1186:
1187:
1188: -- Standard call to get message count and if count is 1, get message info.
1189:
1190: FND_MSG_PUB.Count_And_Get
1191: (
1192: p_count => x_msg_count ,

Line 1266: -- Standard Start of API savepoint

1262: l_OAI_array JTF_USR_HKS.oai_data_array_type;
1263: l_bind_data_id NUMBER ;
1264:
1265: BEGIN
1266: -- Standard Start of API savepoint
1267:
1268: SAVEPOINT update_role_pmt_plan;
1269:
1270: -- Standard call to check for call compatibility.

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

1266: -- Standard Start of API savepoint
1267:
1268: SAVEPOINT update_role_pmt_plan;
1269:
1270: -- Standard call to check for call compatibility.
1271:
1272: IF NOT FND_API.Compatible_API_Call ( l_api_version ,
1273: p_api_version ,
1274: l_api_name ,

Line 1371: -- Standard check of p_commit.

1367: END IF;
1368:
1369: -- End of API body
1370:
1371: -- Standard check of p_commit.
1372:
1373: IF FND_API.To_Boolean( p_commit ) THEN
1374: COMMIT WORK;
1375: END IF;

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

1373: IF FND_API.To_Boolean( p_commit ) THEN
1374: COMMIT WORK;
1375: END IF;
1376:
1377: -- Standard call to get message count and if count is 1, get message info.
1378:
1379: FND_MSG_PUB.Count_And_Get
1380: (
1381: p_count => x_msg_count ,

Line 1451: -- Standard Start of API savepoint

1447: l_bind_data_id NUMBER ;
1448:
1449:
1450: BEGIN
1451: -- Standard Start of API savepoint
1452:
1453: SAVEPOINT delete_role_pmt_plan;
1454:
1455: -- Standard call to check for call compatibility.

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

1451: -- Standard Start of API savepoint
1452:
1453: SAVEPOINT delete_role_pmt_plan;
1454:
1455: -- Standard call to check for call compatibility.
1456:
1457: IF NOT FND_API.Compatible_API_Call ( l_api_version ,
1458: p_api_version ,
1459: l_api_name ,

Line 1516: -- Standard check of p_commit.

1512: END IF;
1513:
1514: -- End of API body
1515:
1516: -- Standard check of p_commit.
1517:
1518: IF FND_API.To_Boolean( p_commit ) THEN
1519: COMMIT WORK;
1520: END IF;

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

1519: COMMIT WORK;
1520: END IF;
1521:
1522:
1523: -- Standard call to get message count and if count is 1, get message info.
1524:
1525: FND_MSG_PUB.Count_And_Get
1526: (
1527: p_count => x_msg_count ,