DBA Data[Home] [Help]

APPS.CN_ROLE_PAY_GROUPS_PVT dependencies on STANDARD

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

555: RAISE FND_API.G_EXC_ERROR;
556: END IF; */
557:
558: --End of API body
559: -- Standard call to get message count and if count is 1, get message info.
560: FND_MSG_PUB.Count_And_Get
561: (
562: p_count => x_msg_count ,
563: p_data => x_msg_data ,

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

646:
647:
648: -- End of API body.
649:
650: -- Standard call to get message count and if count is 1, get message info.
651:
652: FND_MSG_PUB.Count_And_Get
653: (
654: p_count => x_msg_count ,

Line 819: -- Standard Start of API savepoint

815: l_start_date DATE;
816: l_end_date DATE;
817:
818: BEGIN
819: -- Standard Start of API savepoint
820: SAVEPOINT Create_Role_Pay_Groups;
821:
822: -- Standard call to check for call compatibility.
823: IF NOT FND_API.Compatible_API_Call ( l_api_version ,

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

818: BEGIN
819: -- Standard Start of API savepoint
820: SAVEPOINT Create_Role_Pay_Groups;
821:
822: -- Standard call to check for call compatibility.
823: IF NOT FND_API.Compatible_API_Call ( l_api_version ,
824: p_api_version ,
825: l_api_name ,
826: G_PKG_NAME )

Line 1071: -- Standard check of p_commit.

1067: END LOOP;
1068:
1069:
1070: -- End of API body
1071: -- Standard check of p_commit.
1072:
1073: IF FND_API.To_Boolean( p_commit ) THEN
1074: COMMIT WORK;
1075: END IF;

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

1074: COMMIT WORK;
1075: END IF;
1076:
1077:
1078: -- Standard call to get message count and if count is 1, get message info.
1079:
1080: FND_MSG_PUB.Count_And_Get
1081: (
1082: p_count => x_msg_count ,

Line 1197: -- Standard Start of API savepoint

1193:
1194:
1195:
1196: BEGIN
1197: -- Standard Start of API savepoint
1198:
1199: SAVEPOINT delete_role_pay_groups;
1200:
1201: -- Standard call to check for call compatibility.

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

1197: -- Standard Start of API savepoint
1198:
1199: SAVEPOINT delete_role_pay_groups;
1200:
1201: -- Standard call to check for call compatibility.
1202:
1203: IF NOT FND_API.Compatible_API_Call ( l_api_version ,
1204: p_api_version ,
1205: l_api_name ,

Line 1403: -- Standard check of p_commit.

1399:
1400:
1401: -- End of API body
1402:
1403: -- Standard check of p_commit.
1404:
1405: IF FND_API.To_Boolean( p_commit ) THEN
1406: COMMIT WORK;
1407: END IF;

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

1406: COMMIT WORK;
1407: END IF;
1408:
1409:
1410: -- Standard call to get message count and if count is 1, get message info.
1411:
1412: FND_MSG_PUB.Count_And_Get
1413: (
1414: p_count => x_msg_count ,