DBA Data[Home] [Help]

APPS.CN_ROLE_PAY_GROUPS_PVT dependencies on STANDARD

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

578: RAISE FND_API.G_EXC_ERROR;
579: END IF; */
580:
581: --End of API body
582: -- Standard call to get message count and if count is 1, get message info.
583: FND_MSG_PUB.Count_And_Get
584: (
585: p_count => x_msg_count ,
586: p_data => x_msg_data ,

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

669:
670:
671: -- End of API body.
672:
673: -- Standard call to get message count and if count is 1, get message info.
674:
675: FND_MSG_PUB.Count_And_Get
676: (
677: p_count => x_msg_count ,

Line 869: -- Standard Start of API savepoint

865: l_start_date DATE;
866: l_end_date DATE;
867:
868: BEGIN
869: -- Standard Start of API savepoint
870: SAVEPOINT Create_Role_Pay_Groups;
871:
872: -- Standard call to check for call compatibility.
873: IF NOT FND_API.Compatible_API_Call ( l_api_version ,

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

868: BEGIN
869: -- Standard Start of API savepoint
870: SAVEPOINT Create_Role_Pay_Groups;
871:
872: -- Standard call to check for call compatibility.
873: IF NOT FND_API.Compatible_API_Call ( l_api_version ,
874: p_api_version ,
875: l_api_name ,
876: G_PKG_NAME )

Line 1121: -- Standard check of p_commit.

1117: END LOOP;
1118:
1119:
1120: -- End of API body
1121: -- Standard check of p_commit.
1122:
1123: IF FND_API.To_Boolean( p_commit ) THEN
1124: COMMIT WORK;
1125: END IF;

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

1124: COMMIT WORK;
1125: END IF;
1126:
1127:
1128: -- Standard call to get message count and if count is 1, get message info.
1129:
1130: FND_MSG_PUB.Count_And_Get
1131: (
1132: p_count => x_msg_count ,

Line 1247: -- Standard Start of API savepoint

1243:
1244:
1245:
1246: BEGIN
1247: -- Standard Start of API savepoint
1248:
1249: SAVEPOINT delete_role_pay_groups;
1250:
1251: -- Standard call to check for call compatibility.

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

1247: -- Standard Start of API savepoint
1248:
1249: SAVEPOINT delete_role_pay_groups;
1250:
1251: -- Standard call to check for call compatibility.
1252:
1253: IF NOT FND_API.Compatible_API_Call ( l_api_version ,
1254: p_api_version ,
1255: l_api_name ,

Line 1453: -- Standard check of p_commit.

1449:
1450:
1451: -- End of API body
1452:
1453: -- Standard check of p_commit.
1454:
1455: IF FND_API.To_Boolean( p_commit ) THEN
1456: COMMIT WORK;
1457: END IF;

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

1456: COMMIT WORK;
1457: END IF;
1458:
1459:
1460: -- Standard call to get message count and if count is 1, get message info.
1461:
1462: FND_MSG_PUB.Count_And_Get
1463: (
1464: p_count => x_msg_count ,