DBA Data[Home] [Help]

APPS.CSI_COUNTER_PVT dependencies on STANDARD

Line 616: -- Standard Start of API savepoint

612: l_dummy VARCHAR2(1);
613: l_counter_groups_rec CSI_CTR_DATASTRUCTURES_PUB.counter_groups_rec;
614: l_ctr_group_id NUMBER;
615: BEGIN
616: -- Standard Start of API savepoint
617: SAVEPOINT create_counter_pvt;
618:
619: -- Standard call to check for call compatibility.
620: IF NOT FND_API.Compatible_API_Call (l_api_version,

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

615: BEGIN
616: -- Standard Start of API savepoint
617: SAVEPOINT create_counter_pvt;
618:
619: -- Standard call to check for call compatibility.
620: IF NOT FND_API.Compatible_API_Call (l_api_version,
621: p_api_version,
622: l_api_name ,
623: G_PKG_NAME )

Line 1155: -- Standard check of p_commit.

1151: END IF;
1152: x_ctr_id := l_counter_id;
1153: -- End of API body
1154:
1155: -- Standard check of p_commit.
1156: IF FND_API.To_Boolean(nvl(p_commit,FND_API.G_FALSE)) THEN
1157: COMMIT WORK;
1158: END IF;
1159:

Line 1255: -- Standard Start of API savepoint

1251: l_attribute_category VARCHAR2(30);
1252:
1253: l_dummy VARCHAR2(1);
1254: BEGIN
1255: -- Standard Start of API savepoint
1256: SAVEPOINT create_ctr_property_pvt;
1257:
1258: -- Standard call to check for call compatibility.
1259: IF NOT FND_API.Compatible_API_Call (l_api_version,

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

1254: BEGIN
1255: -- Standard Start of API savepoint
1256: SAVEPOINT create_ctr_property_pvt;
1257:
1258: -- Standard call to check for call compatibility.
1259: IF NOT FND_API.Compatible_API_Call (l_api_version,
1260: p_api_version,
1261: l_api_name ,
1262: G_PKG_NAME )

Line 1544: -- Standard check of p_commit.

1540: END IF;
1541:
1542: -- End of API body
1543:
1544: -- Standard check of p_commit.
1545: IF FND_API.To_Boolean(nvl(p_commit,FND_API.G_FALSE)) THEN
1546: COMMIT WORK;
1547: END IF;
1548:

Line 1649: -- Standard Start of API savepoint

1645: where counter_id = p_ctr_id
1646: and source_object_id = p_src_obj_id;
1647:
1648: BEGIN
1649: -- Standard Start of API savepoint
1650: SAVEPOINT create_ctr_associations_pvt;
1651:
1652: -- Standard call to check for call compatibility.
1653: IF NOT FND_API.Compatible_API_Call (l_api_version,

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

1648: BEGIN
1649: -- Standard Start of API savepoint
1650: SAVEPOINT create_ctr_associations_pvt;
1651:
1652: -- Standard call to check for call compatibility.
1653: IF NOT FND_API.Compatible_API_Call (l_api_version,
1654: p_api_version,
1655: l_api_name ,
1656: G_PKG_NAME )

Line 1935: -- Standard check of p_commit.

1931: END IF;
1932:
1933: -- End of API body
1934:
1935: -- Standard check of p_commit.
1936: IF FND_API.To_Boolean(nvl(p_commit,FND_API.G_FALSE)) THEN
1937: COMMIT WORK;
1938: END IF;
1939:

Line 2028: -- Standard Start of API savepoint

2024:
2025: l_dummy VARCHAR2(1);
2026:
2027: BEGIN
2028: -- Standard Start of API savepoint
2029: SAVEPOINT create_reading_lock_pvt;
2030:
2031: -- Standard call to check for call compatibility.
2032: IF NOT FND_API.Compatible_API_Call (l_api_version,

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

2027: BEGIN
2028: -- Standard Start of API savepoint
2029: SAVEPOINT create_reading_lock_pvt;
2030:
2031: -- Standard call to check for call compatibility.
2032: IF NOT FND_API.Compatible_API_Call (l_api_version,
2033: p_api_version,
2034: l_api_name ,
2035: G_PKG_NAME )

Line 2195: -- Standard check of p_commit.

2191: END IF;
2192:
2193: -- End of API body
2194:
2195: -- Standard check of p_commit.
2196: IF FND_API.To_Boolean(nvl(p_commit,FND_API.G_FALSE)) THEN
2197: COMMIT WORK;
2198: END IF;
2199:

Line 2273: -- Standard Start of API savepoint

2269: l_dummy VARCHAR2(1);
2270:
2271:
2272: BEGIN
2273: -- Standard Start of API savepoint
2274: SAVEPOINT create_daily_usage_pvt;
2275:
2276: -- Standard call to check for call compatibility.
2277: IF NOT FND_API.Compatible_API_Call (l_api_version,

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

2272: BEGIN
2273: -- Standard Start of API savepoint
2274: SAVEPOINT create_daily_usage_pvt;
2275:
2276: -- Standard call to check for call compatibility.
2277: IF NOT FND_API.Compatible_API_Call (l_api_version,
2278: p_api_version,
2279: l_api_name ,
2280: G_PKG_NAME )

Line 2419: -- Standard check of p_commit.

2415: END IF;
2416:
2417: -- End of API body
2418:
2419: -- Standard check of p_commit.
2420: IF FND_API.To_Boolean(nvl(p_commit,FND_API.G_FALSE)) THEN
2421: COMMIT WORK;
2422: END IF;
2423:

Line 2514: -- Standard Start of API savepoint

2510: l_new_name_instr NUMBER;
2511: l_old_name_instr NUMBER;
2512:
2513: BEGIN
2514: -- Standard Start of API savepoint
2515: SAVEPOINT update_counter_pvt;
2516:
2517: -- Standard call to check for call compatibility.
2518: IF NOT FND_API.Compatible_API_Call (l_api_version,

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

2513: BEGIN
2514: -- Standard Start of API savepoint
2515: SAVEPOINT update_counter_pvt;
2516:
2517: -- Standard call to check for call compatibility.
2518: IF NOT FND_API.Compatible_API_Call (l_api_version,
2519: p_api_version,
2520: l_api_name ,
2521: G_PKG_NAME )

Line 3256: -- Standard check of p_commit.

3252: END IF;
3253:
3254: -- End of API body
3255:
3256: -- Standard check of p_commit.
3257: IF FND_API.To_Boolean(nvl(p_commit,FND_API.G_FALSE)) THEN
3258: COMMIT WORK;
3259: END IF;
3260:

Line 3330: -- Standard Start of API savepoint

3326: WHERE counter_property_id = p_counter_property_id;
3327: l_prop_rdgs_exist NUMBER;
3328:
3329: BEGIN
3330: -- Standard Start of API savepoint
3331: SAVEPOINT update_ctr_property_pvt;
3332:
3333: -- Standard call to check for call compatibility.
3334: IF NOT FND_API.Compatible_API_Call (l_api_version,

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

3329: BEGIN
3330: -- Standard Start of API savepoint
3331: SAVEPOINT update_ctr_property_pvt;
3332:
3333: -- Standard call to check for call compatibility.
3334: IF NOT FND_API.Compatible_API_Call (l_api_version,
3335: p_api_version,
3336: l_api_name ,
3337: G_PKG_NAME )

Line 3690: -- Standard check of p_commit.

3686: END IF;
3687:
3688: -- End of API body
3689:
3690: -- Standard check of p_commit.
3691: IF FND_API.To_Boolean(nvl(p_commit,FND_API.G_FALSE)) THEN
3692: COMMIT WORK;
3693: END IF;
3694:

Line 3759: -- Standard Start of API savepoint

3755: l_old_counter_associations_rec CSI_CTR_DATASTRUCTURES_PUB.counter_associations_rec;
3756: l_counter_associations_rec CSI_CTR_DATASTRUCTURES_PUB.counter_associations_rec;
3757:
3758: BEGIN
3759: -- Standard Start of API savepoint
3760: SAVEPOINT update_ctr_associations_pvt;
3761:
3762: -- Standard call to check for call compatibility.
3763: IF NOT FND_API.Compatible_API_Call (l_api_version,

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

3758: BEGIN
3759: -- Standard Start of API savepoint
3760: SAVEPOINT update_ctr_associations_pvt;
3761:
3762: -- Standard call to check for call compatibility.
3763: IF NOT FND_API.Compatible_API_Call (l_api_version,
3764: p_api_version,
3765: l_api_name ,
3766: G_PKG_NAME )

Line 4048: -- Standard check of p_commit.

4044: RETURN;
4045: END IF;
4046:
4047: -- End of API body
4048: -- Standard check of p_commit.
4049: IF FND_API.To_Boolean(nvl(p_commit,FND_API.G_FALSE)) THEN
4050: COMMIT WORK;
4051: END IF;
4052:

Line 4114: -- Standard Start of API savepoint

4110: l_ctr_val_id_exist VARCHAR2(1) := 'N';
4111: l_new_value_timestamp DATE := NULL;
4112: l_new_reading_is_latest VARCHAR2(1) := 'N';
4113: BEGIN
4114: -- Standard Start of API savepoint
4115: SAVEPOINT update_ctr_val_max_seq_no;
4116:
4117: -- Standard call to check for call compatibility.
4118: IF NOT FND_API.Compatible_API_Call (l_api_version,

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

4113: BEGIN
4114: -- Standard Start of API savepoint
4115: SAVEPOINT update_ctr_val_max_seq_no;
4116:
4117: -- Standard call to check for call compatibility.
4118: IF NOT FND_API.Compatible_API_Call (l_api_version,
4119: p_api_version,
4120: l_api_name ,
4121: G_PKG_NAME )

Line 4321: -- Standard check of p_commit.

4317: );
4318: END IF;
4319: -- End of API body
4320:
4321: -- Standard check of p_commit.
4322: IF FND_API.To_Boolean(nvl(p_commit,FND_API.G_FALSE)) THEN
4323: COMMIT WORK;
4324: END IF;
4325: