DBA Data[Home] [Help]

APPS.CN_PAYGROUP_PVT dependencies on STANDARD

Line 223: -- Standard call to get message count and if count is 1,

219: RAISE FND_API.G_EXC_ERROR ;
220: END IF;
221:
222: -- End of Validate Pay Groups.
223: -- Standard call to get message count and if count is 1,
224: -- get message info.
225:
226: FND_MSG_PUB.Count_And_Get
227: (

Line 304: -- Standard Start of API savepoint

300:
301: BEGIN
302:
303:
304: -- Standard Start of API savepoint
305:
306: SAVEPOINT Create_PayGroup;
307:
308:

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

305:
306: SAVEPOINT Create_PayGroup;
307:
308:
309: -- Standard call to check for call compatibility.
310:
311: IF NOT FND_API.Compatible_API_Call ( l_api_version ,
312: p_api_version ,
313: l_api_name ,

Line 520: -- Standard check of p_commit.

516: -- End of API body.
517:
518:
519: p_PayGroup_Rec.pay_group_id :=l_pay_group_id;
520: -- Standard check of p_commit.
521:
522: IF FND_API.To_Boolean( p_commit ) THEN
523: COMMIT WORK;
524: END IF;

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

522: IF FND_API.To_Boolean( p_commit ) THEN
523: COMMIT WORK;
524: END IF;
525:
526: -- Standard call to get message count and if count is 1, get message info.
527:
528: FND_MSG_PUB.Count_And_Get
529: (
530: p_count => x_msg_count ,

Line 723: -- Standard Start of API savepoint

719: nvl(rp.end_date, l_null_date));
720:
721: BEGIN
722:
723: -- Standard Start of API savepoint
724:
725: SAVEPOINT Update_PayGroup;
726:
727: -- Standard call to check for call compatibility.

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

723: -- Standard Start of API savepoint
724:
725: SAVEPOINT Update_PayGroup;
726:
727: -- Standard call to check for call compatibility.
728:
729: IF NOT FND_API.Compatible_API_Call ( l_api_version ,
730: p_api_version ,
731: l_api_name ,

Line 1278: -- Standard check of p_commit.

1274: END IF;
1275:
1276:
1277: -- End of API body.
1278: -- Standard check of p_commit.
1279:
1280: IF FND_API.To_Boolean( p_commit ) THEN
1281: COMMIT WORK;
1282: END IF;

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

1281: COMMIT WORK;
1282: END IF;
1283:
1284:
1285: -- Standard call to get message count and if count is 1, get message info.
1286:
1287: FND_MSG_PUB.Count_And_Get
1288: (
1289: p_count => x_msg_count ,

Line 1364: -- Standard Start of API savepoint

1360: l_count_role NUMBER;
1361:
1362: BEGIN
1363: --
1364: -- Standard Start of API savepoint
1365: --
1366: SAVEPOINT Delete_PayGroup ;
1367: --
1368: -- Standard call to check for call compatibility.

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

1364: -- Standard Start of API savepoint
1365: --
1366: SAVEPOINT Delete_PayGroup ;
1367: --
1368: -- Standard call to check for call compatibility.
1369: --
1370: IF NOT FND_API.Compatible_API_Call ( l_api_version ,
1371: p_api_version ,
1372: l_api_name ,

Line 1501: -- Standard check of p_commit.

1497: x_org_id => null
1498: );
1499: END IF;
1500: -- End of API body.
1501: -- Standard check of p_commit.
1502:
1503: IF FND_API.To_Boolean( p_commit ) THEN
1504: COMMIT WORK;
1505: END IF;

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

1503: IF FND_API.To_Boolean( p_commit ) THEN
1504: COMMIT WORK;
1505: END IF;
1506:
1507: -- Standard call to get message count and if count is 1, get message info.
1508:
1509: FND_MSG_PUB.Count_And_Get
1510: (
1511: p_count => x_msg_count ,