DBA Data[Home] [Help]

APPS.CSI_COUNTER_PUB dependencies on STANDARD

Line 70: -- Standard Start of API savepoint

66: l_rel_type VARCHAR2(30) := 'CONFIGURATION';
67:
68:
69: BEGIN
70: -- Standard Start of API savepoint
71: SAVEPOINT create_counter_pub;
72:
73: -- Standard call to check for call compatibility.
74: IF NOT FND_API.Compatible_API_Call (l_api_version,

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

69: BEGIN
70: -- Standard Start of API savepoint
71: SAVEPOINT create_counter_pub;
72:
73: -- Standard call to check for call compatibility.
74: IF NOT FND_API.Compatible_API_Call (l_api_version,
75: p_api_version,
76: l_api_name ,
77: G_PKG_NAME )

Line 590: -- Standard check of p_commit.

586: RAISE FND_API.G_EXC_ERROR;
587: END IF;
588: END IF;
589:
590: -- Standard check of p_commit.
591: IF FND_API.To_Boolean(nvl(p_commit,FND_API.G_FALSE)) THEN
592: COMMIT WORK;
593: END IF;
594:

Line 660: -- Standard Start of API savepoint

656:
657: l_Ctr_properties_rec CSI_CTR_DATASTRUCTURES_PUB.Ctr_properties_rec;
658:
659: BEGIN
660: -- Standard Start of API savepoint
661: SAVEPOINT create_ctr_property_pub;
662:
663: -- Standard call to check for call compatibility.
664: IF NOT FND_API.Compatible_API_Call (l_api_version,

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

659: BEGIN
660: -- Standard Start of API savepoint
661: SAVEPOINT create_ctr_property_pub;
662:
663: -- Standard call to check for call compatibility.
664: IF NOT FND_API.Compatible_API_Call (l_api_version,
665: p_api_version,
666: l_api_name ,
667: G_PKG_NAME )

Line 894: -- Standard check of p_commit.

890: RAISE FND_API.G_EXC_ERROR;
891: END IF;
892: END IF;
893:
894: -- Standard check of p_commit.
895: IF FND_API.To_Boolean(nvl(p_commit,FND_API.G_FALSE)) THEN
896: COMMIT WORK;
897: END IF;
898:

Line 964: -- Standard Start of API savepoint

960:
961: l_counter_associations_rec CSI_CTR_DATASTRUCTURES_PUB.counter_associations_rec;
962:
963: BEGIN
964: -- Standard Start of API savepoint
965: SAVEPOINT create_ctr_associations_pub;
966:
967: -- Standard call to check for call compatibility.
968: IF NOT FND_API.Compatible_API_Call (l_api_version,

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

963: BEGIN
964: -- Standard Start of API savepoint
965: SAVEPOINT create_ctr_associations_pub;
966:
967: -- Standard call to check for call compatibility.
968: IF NOT FND_API.Compatible_API_Call (l_api_version,
969: p_api_version,
970: l_api_name ,
971: G_PKG_NAME )

Line 1194: -- Standard check of p_commit.

1190: END IF;
1191:
1192: -- End of API body
1193:
1194: -- Standard check of p_commit.
1195: IF FND_API.To_Boolean(nvl(p_commit,FND_API.G_FALSE)) THEN
1196: COMMIT WORK;
1197: END IF;
1198:

Line 1264: -- Standard Start of API savepoint

1260:
1261: l_reading_lock_id NUMBER;
1262:
1263: BEGIN
1264: -- Standard Start of API savepoint
1265: SAVEPOINT create_reading_lock_pub;
1266:
1267: -- Standard call to check for call compatibility.
1268: IF NOT FND_API.Compatible_API_Call (l_api_version,

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

1263: BEGIN
1264: -- Standard Start of API savepoint
1265: SAVEPOINT create_reading_lock_pub;
1266:
1267: -- Standard call to check for call compatibility.
1268: IF NOT FND_API.Compatible_API_Call (l_api_version,
1269: p_api_version,
1270: l_api_name ,
1271: G_PKG_NAME )

Line 1461: -- Standard check of p_commit.

1457: END IF;
1458:
1459:
1460:
1461: -- Standard check of p_commit.
1462: IF FND_API.To_Boolean(nvl(p_commit,FND_API.G_FALSE)) THEN
1463: COMMIT WORK;
1464: END IF;
1465:

Line 1531: -- Standard Start of API savepoint

1527:
1528: l_instance_forecast_id NUMBER;
1529:
1530: BEGIN
1531: -- Standard Start of API savepoint
1532: SAVEPOINT create_daily_usage_pub;
1533:
1534: -- Standard call to check for call compatibility.
1535: IF NOT FND_API.Compatible_API_Call (l_api_version,

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

1530: BEGIN
1531: -- Standard Start of API savepoint
1532: SAVEPOINT create_daily_usage_pub;
1533:
1534: -- Standard call to check for call compatibility.
1535: IF NOT FND_API.Compatible_API_Call (l_api_version,
1536: p_api_version,
1537: l_api_name ,
1538: G_PKG_NAME )

Line 1726: -- Standard check of p_commit.

1722: RAISE FND_API.G_EXC_ERROR;
1723: END IF;
1724: END IF;
1725:
1726: -- Standard check of p_commit.
1727: IF FND_API.To_Boolean(nvl(p_commit,FND_API.G_FALSE)) THEN
1728: COMMIT WORK;
1729: END IF;
1730:

Line 1802: -- Standard Start of API savepoint

1798: l_ctr_derived_filters_rec CSI_CTR_DATASTRUCTURES_PUB.ctr_derived_filters_rec;
1799: l_counter_associations_rec CSI_CTR_DATASTRUCTURES_PUB.counter_associations_rec;
1800:
1801: BEGIN
1802: -- Standard Start of API savepoint
1803: SAVEPOINT update_counter_pub;
1804:
1805: -- Standard call to check for call compatibility.
1806: IF NOT FND_API.Compatible_API_Call (l_api_version,

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

1801: BEGIN
1802: -- Standard Start of API savepoint
1803: SAVEPOINT update_counter_pub;
1804:
1805: -- Standard call to check for call compatibility.
1806: IF NOT FND_API.Compatible_API_Call (l_api_version,
1807: p_api_version,
1808: l_api_name ,
1809: G_PKG_NAME )

Line 2342: -- Standard check of p_commit.

2338: RAISE FND_API.G_EXC_ERROR;
2339: END IF;
2340: END IF;
2341:
2342: -- Standard check of p_commit.
2343: IF FND_API.To_Boolean(nvl(p_commit,FND_API.G_FALSE)) THEN
2344: COMMIT WORK;
2345: END IF;
2346:

Line 2411: -- Standard Start of API savepoint

2407:
2408: l_Ctr_properties_rec CSI_CTR_DATASTRUCTURES_PUB.Ctr_properties_rec;
2409:
2410: BEGIN
2411: -- Standard Start of API savepoint
2412: SAVEPOINT update_ctr_property_pub;
2413:
2414: -- Standard call to check for call compatibility.
2415: IF NOT FND_API.Compatible_API_Call (l_api_version,

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

2410: BEGIN
2411: -- Standard Start of API savepoint
2412: SAVEPOINT update_ctr_property_pub;
2413:
2414: -- Standard call to check for call compatibility.
2415: IF NOT FND_API.Compatible_API_Call (l_api_version,
2416: p_api_version,
2417: l_api_name ,
2418: G_PKG_NAME )

Line 2640: -- Standard check of p_commit.

2636: RAISE FND_API.G_EXC_ERROR;
2637: END IF;
2638: END IF;
2639:
2640: -- Standard check of p_commit.
2641: IF FND_API.To_Boolean(nvl(p_commit,FND_API.G_FALSE)) THEN
2642: COMMIT WORK;
2643: END IF;
2644:

Line 2703: -- Standard Start of API savepoint

2699:
2700: l_counter_associations_rec CSI_CTR_DATASTRUCTURES_PUB.counter_associations_rec;
2701:
2702: BEGIN
2703: -- Standard Start of API savepoint
2704: SAVEPOINT update_ctr_associations_pub;
2705:
2706: -- Standard call to check for call compatibility.
2707: IF NOT FND_API.Compatible_API_Call (l_api_version,

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

2702: BEGIN
2703: -- Standard Start of API savepoint
2704: SAVEPOINT update_ctr_associations_pub;
2705:
2706: -- Standard call to check for call compatibility.
2707: IF NOT FND_API.Compatible_API_Call (l_api_version,
2708: p_api_version,
2709: l_api_name ,
2710: G_PKG_NAME )

Line 2928: -- Standard check of p_commit.

2924: RAISE FND_API.G_EXC_ERROR;
2925: END IF;
2926: END IF;
2927:
2928: -- Standard check of p_commit.
2929: IF FND_API.To_Boolean(nvl(p_commit,FND_API.G_FALSE)) THEN
2930: COMMIT WORK;
2931: END IF;
2932: