DBA Data[Home] [Help]

APPS.AS_SCORECARD_RULES_PVT dependencies on STANDARD

Line 116: -- Standard call to get message count and IF count is 1, get message info.

112: END IF;
113: CLOSE C_GET_SEED;
114: END IF;
115:
116: -- Standard call to get message count and IF count is 1, get message info.
117: FND_MSG_PUB.Count_And_Get
118: ( p_count => x_msg_count,
119: p_data => x_msg_data );
120:

Line 214: -- Standard call to get message count and IF count is 1, get message info.

210:
211: CLOSE C_Get_Seed;
212: END IF;
213:
214: -- Standard call to get message count and IF count is 1, get message info.
215: FND_MSG_PUB.Count_And_Get
216: ( p_count => x_msg_count,
217: p_data => x_msg_data );
218:

Line 313: -- Standard call to get message count and IF count is 1, get message info.

309:
310: CLOSE C_Get_Seed;
311: END IF;
312:
313: -- Standard call to get message count and IF count is 1, get message info.
314: FND_MSG_PUB.Count_And_Get
315: ( p_count => x_msg_count,
316: p_data => x_msg_data );
317:

Line 412: -- Standard call to get message count and IF count is 1, get message info.

408:
409: CLOSE C_Get_Seed;
410: END IF;
411:
412: -- Standard call to get message count and IF count is 1, get message info.
413: FND_MSG_PUB.Count_And_Get
414: ( p_count => x_msg_count,
415: p_data => x_msg_data );
416:

Line 445: -- Standard Start of API savepoint

441: /*l_CardRule_Qual_rec AS_SCORECARD_RULES_PUB.CARDRULE_QUAL_REC_TYPE;*/
442:
443:
444: BEGIN
445: -- Standard Start of API savepoint
446: SAVEPOINT CREATE_SCORECARD_PVT;
447:
448: -- Standard call to check for call compatibility.
449: IF NOT FND_API.Compatible_API_Call ( l_api_version_number,

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

444: BEGIN
445: -- Standard Start of API savepoint
446: SAVEPOINT CREATE_SCORECARD_PVT;
447:
448: -- Standard call to check for call compatibility.
449: IF NOT FND_API.Compatible_API_Call ( l_api_version_number,
450: p_api_version,
451: l_api_name,
452: G_PKG_NAME)

Line 538: -- Standard check for p_commit

534: X_SCORECARD_ID := l_scorecard_id;
535: -- End of API body
536: --
537:
538: -- Standard check for p_commit
539: IF FND_API.to_Boolean( p_commit )
540: THEN
541: COMMIT WORK;
542: END IF;

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

546: AS_UTILITY_PVT.Debug_Message(FND_MSG_PUB.G_MSG_LVL_DEBUG_LOW,
547: 'PVT: ' || l_api_name || ' end');
548:
549:
550: -- Standard call to get message count and if count is 1, get message info.
551: FND_MSG_PUB.Count_And_Get
552: ( p_count => x_msg_count,
553: p_data => x_msg_data
554: );

Line 647: -- Standard Start of API savepoint

643: l_user_profile_option_nm VARCHAR2(240);
644:
645: BEGIN
646:
647: -- Standard Start of API savepoint
648: SAVEPOINT UPDATE_SCORECARD_PVT;
649:
650: -- Standard call to check for call compatibility.
651: IF NOT FND_API.Compatible_API_Call ( l_api_version_number,

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

646:
647: -- Standard Start of API savepoint
648: SAVEPOINT UPDATE_SCORECARD_PVT;
649:
650: -- Standard call to check for call compatibility.
651: IF NOT FND_API.Compatible_API_Call ( l_api_version_number,
652: p_api_version,
653: l_api_name,
654: G_PKG_NAME)

Line 837: -- Standard check for p_commit

833: IF x_return_status <> FND_API.G_RET_STS_SUCCESS THEN
834: RAISE FND_API.G_EXC_ERROR;
835: END IF;
836:
837: -- Standard check for p_commit
838: IF FND_API.to_Boolean( p_commit )
839: THEN
840: COMMIT WORK;
841: END IF;

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

845: -- Debug Message
846: AS_UTILITY_PVT.Debug_Message(FND_MSG_PUB.G_MSG_LVL_DEBUG_LOW,
847: 'PVT: ' || l_api_name || ' end');
848:
849: -- Standard call to get message count and if count is 1, get message info.
850: FND_MSG_PUB.Count_And_Get
851: ( p_count => x_msg_count,
852: p_data => x_msg_data );
853:

Line 920: -- Standard Start of API savepoint

916: l_rowid VARCHAR2(50);
917: l_REF_SALES_LEAD_SCORECARD_rec AS_SCORECARD_RULES_PUB.SCORECARD_REC_TYPE;
918:
919: BEGIN
920: -- Standard Start of API savepoint
921: SAVEPOINT DELETE_SCORECARD_PVT;
922:
923: -- Standard call to check for call compatibility.
924: IF NOT FND_API.Compatible_API_Call ( l_api_version_number,

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

919: BEGIN
920: -- Standard Start of API savepoint
921: SAVEPOINT DELETE_SCORECARD_PVT;
922:
923: -- Standard call to check for call compatibility.
924: IF NOT FND_API.Compatible_API_Call ( l_api_version_number,
925: p_api_version,
926: l_api_name,
927: G_PKG_NAME)

Line 994: -- Standard check for p_commit

990: --
991: -- End of API body
992: --
993:
994: -- Standard check for p_commit
995: IF FND_API.to_Boolean( p_commit )
996: THEN
997: COMMIT WORK;
998: END IF;

Line 1066: -- Standard Start of API savepoint

1062: l_CardRule_QUAL_rec AS_SCORECARD_RULES_PUB.CARDRULE_QUAL_REC_TYPE :=
1063: p_cardrule_qual_rec;
1064:
1065: BEGIN
1066: -- Standard Start of API savepoint
1067: SAVEPOINT CREATE_CARDRULE_qual_pvt;
1068:
1069: -- Standard call to check for call compatibility.
1070: IF NOT FND_API.Compatible_API_Call ( l_api_version_number,

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

1065: BEGIN
1066: -- Standard Start of API savepoint
1067: SAVEPOINT CREATE_CARDRULE_qual_pvt;
1068:
1069: -- Standard call to check for call compatibility.
1070: IF NOT FND_API.Compatible_API_Call ( l_api_version_number,
1071: p_api_version,
1072: l_api_name,
1073: G_PKG_NAME)

Line 1175: -- Standard check for p_commit

1171: --
1172: -- End of API body
1173: --
1174:
1175: -- Standard check for p_commit
1176: IF FND_API.to_Boolean( p_commit )
1177: THEN
1178: COMMIT WORK;
1179: END IF;

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

1181: -- Debug Message
1182: AS_UTILITY_PVT.Debug_Message(FND_MSG_PUB.G_MSG_LVL_DEBUG_LOW,
1183: 'PVT: ' || l_api_name || ' end');
1184:
1185: -- Standard call to get message count and if count is 1, get message info.
1186: FND_MSG_PUB.Count_And_Get
1187: ( p_count => x_msg_count,
1188: p_data => x_msg_data
1189: );

Line 1256: -- Standard Start of API savepoint

1252:
1253: BEGIN
1254:
1255: -- dbms_output.put_line('in update_CardRule_Qual');
1256: -- Standard Start of API savepoint
1257: SAVEPOINT UPDATE_CARDRULE_QUAL_PVT;
1258:
1259: -- Standard call to check for call compatibility.
1260: IF NOT FND_API.Compatible_API_Call ( l_api_version_number,

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

1255: -- dbms_output.put_line('in update_CardRule_Qual');
1256: -- Standard Start of API savepoint
1257: SAVEPOINT UPDATE_CARDRULE_QUAL_PVT;
1258:
1259: -- Standard call to check for call compatibility.
1260: IF NOT FND_API.Compatible_API_Call ( l_api_version_number,
1261: p_api_version,
1262: l_api_name,
1263: G_PKG_NAME)

Line 1440: -- Standard check for p_commit

1436: --
1437: -- End of API body.
1438: --
1439:
1440: -- Standard check for p_commit
1441: IF FND_API.to_Boolean( p_commit )
1442: THEN
1443: COMMIT WORK;
1444: END IF;

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

1446: -- Debug Message
1447: AS_UTILITY_PVT.Debug_Message(FND_MSG_PUB.G_MSG_LVL_DEBUG_LOW,
1448: 'PVT: ' || l_api_name || ' end');
1449:
1450: -- Standard call to get message count and if count is 1, get message info.
1451: FND_MSG_PUB.Count_And_Get
1452: ( p_count => x_msg_count,
1453: p_data => x_msg_data );
1454:

Line 1514: -- Standard Start of API savepoint

1510: l_qual_value_id NUMBER := p_qual_value_id;
1511: l_ref_CARDRULE_QUAL_rec AS_SCORECARD_RULES_PUB.CARDRULE_QUAL_REC_TYPE;
1512:
1513: BEGIN
1514: -- Standard Start of API savepoint
1515: SAVEPOINT DELETE_CARD_RULE_PVT;
1516:
1517: -- Standard call to check for call compatibility.
1518: IF NOT FND_API.Compatible_API_Call ( l_api_version_number,

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

1513: BEGIN
1514: -- Standard Start of API savepoint
1515: SAVEPOINT DELETE_CARD_RULE_PVT;
1516:
1517: -- Standard call to check for call compatibility.
1518: IF NOT FND_API.Compatible_API_Call ( l_api_version_number,
1519: p_api_version,
1520: l_api_name,
1521: G_PKG_NAME)

Line 1588: -- Standard check for p_commit

1584: --
1585: -- End of API body
1586: --
1587:
1588: -- Standard check for p_commit
1589: IF FND_API.to_Boolean( p_commit )
1590: THEN
1591: COMMIT WORK;
1592: END IF;