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 3259: -- Standard check of p_commit.

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

Line 3333: -- Standard Start of API savepoint

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

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

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

Line 3693: -- Standard check of p_commit.

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

Line 3762: -- Standard Start of API savepoint

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

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

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

Line 4051: -- Standard check of p_commit.

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

Line 4117: -- Standard Start of API savepoint

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

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

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

Line 4344: -- Standard check of p_commit.

4340: );*/
4341: END IF;
4342: -- End of API body
4343:
4344: -- Standard check of p_commit.
4345: IF FND_API.To_Boolean(nvl(p_commit,FND_API.G_FALSE)) THEN
4346: COMMIT WORK;
4347: END IF;
4348: