DBA Data[Home] [Help]

APPS.CSI_COUNTER_READINGS_PVT dependencies on STANDARD

Line 900: -- Standard call to get message count and IF count is get message info.

896: IF FND_API.to_Boolean(nvl(p_commit,FND_API.G_FALSE)) THEN
897: COMMIT WORK;
898: END IF;
899: --
900: -- Standard call to get message count and IF count is get message info.
901: FND_MSG_PUB.Count_And_Get
902: ( p_count => x_msg_count,
903: p_data => x_msg_data
904: );

Line 1030: -- Standard Start of API savepoint

1026: and value_timestamp > p_value_timestamp
1027: ORDER BY value_timestamp asc, counter_value_id asc;
1028: --
1029: BEGIN
1030: -- Standard Start of API savepoint
1031: SAVEPOINT capture_counter_reading_pvt;
1032: -- Standard call to check for call compatibility.
1033:
1034: IF NOT FND_API.Compatible_API_Call (l_api_version,

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

1028: --
1029: BEGIN
1030: -- Standard Start of API savepoint
1031: SAVEPOINT capture_counter_reading_pvt;
1032: -- Standard call to check for call compatibility.
1033:
1034: IF NOT FND_API.Compatible_API_Call (l_api_version,
1035: p_api_version,
1036: l_api_name ,

Line 2469: -- Standard call to get message count and IF count is get message info.

2465: IF FND_API.to_Boolean(nvl(p_commit,FND_API.G_FALSE)) THEN
2466: COMMIT WORK;
2467: END IF;
2468: --
2469: -- Standard call to get message count and IF count is get message info.
2470: FND_MSG_PUB.Count_And_Get
2471: ( p_count => x_msg_count,
2472: p_data => x_msg_data
2473: );

Line 2583: -- Standard Start of API savepoint

2579: and value_timestamp > p_value_timestamp
2580: and nvl(disabled_flag,'N') = 'N'
2581: ORDER BY value_timestamp desc, counter_value_id desc;
2582: BEGIN
2583: -- Standard Start of API savepoint
2584: SAVEPOINT compute_formula_counters;
2585: -- Standard call to check for call compatibility.
2586: IF NOT FND_API.Compatible_API_Call (l_api_version,
2587: p_api_version,

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

2581: ORDER BY value_timestamp desc, counter_value_id desc;
2582: BEGIN
2583: -- Standard Start of API savepoint
2584: SAVEPOINT compute_formula_counters;
2585: -- Standard call to check for call compatibility.
2586: IF NOT FND_API.Compatible_API_Call (l_api_version,
2587: p_api_version,
2588: l_api_name ,
2589: G_PKG_NAME ) THEN

Line 2969: -- Standard call to get message count and IF count is get message info.

2965: IF FND_API.to_Boolean(nvl(p_commit,FND_API.G_FALSE)) THEN
2966: COMMIT WORK;
2967: END IF;
2968: --
2969: -- Standard call to get message count and IF count is get message info.
2970: FND_MSG_PUB.Count_And_Get
2971: ( p_count => x_msg_count,
2972: p_data => x_msg_data
2973: );

Line 3096: -- Standard Start of API savepoint

3092: l_bind_varvalc VARCHAR2(240);
3093: l_bind_varvaln NUMBER;
3094:
3095: BEGIN
3096: -- Standard Start of API savepoint
3097: SAVEPOINT compute_derive_counters;
3098: -- Initialize message list if p_init_msg_list is set to TRUE.
3099: IF FND_API.to_Boolean(nvl(p_init_msg_list,FND_API.G_FALSE)) THEN
3100: FND_MSG_PUB.initialize;

Line 3577: -- Standard Start of API savepoint

3573: l_source_direction VARCHAR2(1);
3574: l_uom_rate NUMBER;
3575: l_src_reading_type VARCHAR2(1);
3576: BEGIN
3577: -- Standard Start of API savepoint
3578: SAVEPOINT compute_target_counters;
3579: -- Standard call to check for call compatibility.
3580: IF NOT FND_API.Compatible_API_Call (l_api_version,
3581: p_api_version,

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

3575: l_src_reading_type VARCHAR2(1);
3576: BEGIN
3577: -- Standard Start of API savepoint
3578: SAVEPOINT compute_target_counters;
3579: -- Standard call to check for call compatibility.
3580: IF NOT FND_API.Compatible_API_Call (l_api_version,
3581: p_api_version,
3582: l_api_name ,
3583: G_PKG_NAME ) THEN

Line 4276: -- Standard call to get message count and IF count is get message info.

4272: IF FND_API.to_Boolean(nvl(p_commit,FND_API.G_FALSE)) THEN
4273: COMMIT WORK;
4274: END IF;
4275: --
4276: -- Standard call to get message count and IF count is get message info.
4277: FND_MSG_PUB.Count_And_Get
4278: ( p_count => x_msg_count,
4279: p_data => x_msg_data
4280: );

Line 4406: -- Standard Start of API savepoint

4402: and value_timestamp > p_value_timestamp
4403: ORDER BY value_timestamp asc, counter_value_id asc;
4404: --
4405: BEGIN
4406: -- Standard Start of API savepoint
4407: SAVEPOINT update_counter_reading_pvt;
4408: -- Standard call to check for call compatibility.
4409: IF NOT FND_API.Compatible_API_Call (l_api_version,
4410: p_api_version,

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

4404: --
4405: BEGIN
4406: -- Standard Start of API savepoint
4407: SAVEPOINT update_counter_reading_pvt;
4408: -- Standard call to check for call compatibility.
4409: IF NOT FND_API.Compatible_API_Call (l_api_version,
4410: p_api_version,
4411: l_api_name ,
4412: G_PKG_NAME ) THEN

Line 5176: -- Standard call to get message count and IF count is get message info.

5172: IF FND_API.to_Boolean(nvl(p_commit,FND_API.G_FALSE)) THEN
5173: COMMIT WORK;
5174: END IF;
5175: --
5176: -- Standard call to get message count and IF count is get message info.
5177: FND_MSG_PUB.Count_And_Get
5178: ( p_count => x_msg_count,
5179: p_data => x_msg_data
5180: );

Line 5243: -- Standard Start of API savepoint

5239: where lookup_type = (select property_lov_type
5240: from CSI_COUNTER_PROPERTIES_B
5241: where counter_property_id = p_prop_id);
5242: BEGIN
5243: -- Standard Start of API savepoint
5244: SAVEPOINT capture_ctr_property_reading;
5245: -- Standard call to check for call compatibility.
5246: IF NOT FND_API.Compatible_API_Call (l_api_version,
5247: p_api_version,

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

5241: where counter_property_id = p_prop_id);
5242: BEGIN
5243: -- Standard Start of API savepoint
5244: SAVEPOINT capture_ctr_property_reading;
5245: -- Standard call to check for call compatibility.
5246: IF NOT FND_API.Compatible_API_Call (l_api_version,
5247: p_api_version,
5248: l_api_name ,
5249: G_PKG_NAME ) THEN

Line 5423: -- Standard call to get message count and IF count is get message info.

5419: IF FND_API.to_Boolean(nvl(p_commit,FND_API.G_FALSE)) THEN
5420: COMMIT WORK;
5421: END IF;
5422: --
5423: -- Standard call to get message count and IF count is get message info.
5424: FND_MSG_PUB.Count_And_Get
5425: ( p_count => x_msg_count,
5426: p_data => x_msg_data
5427: );

Line 5627: -- Standard call to get message count and IF count is get message info.

5623: IF FND_API.to_Boolean(nvl(p_commit,FND_API.G_FALSE)) THEN
5624: COMMIT WORK;
5625: END IF;
5626: --
5627: -- Standard call to get message count and IF count is get message info.
5628: FND_MSG_PUB.Count_And_Get
5629: ( p_count => x_msg_count,
5630: p_data => x_msg_data
5631: );

Line 5895: -- Standard call to get message count and IF count is get message info.

5891: ELSE --l_calculation_start_rdg not null
5892: x_calc_start_reading := round(l_calculation_start_rdg);
5893: END IF; --l_calculation_start_rdg null
5894: --
5895: -- Standard call to get message count and IF count is get message info.
5896: FND_MSG_PUB.Count_And_Get
5897: ( p_count => x_msg_count,
5898: p_data => x_msg_data
5899: );

Line 6341: -- Standard call to get message count and IF count is get message info.

6337: IF FND_API.to_Boolean(nvl(p_commit,FND_API.G_FALSE)) THEN
6338: COMMIT WORK;
6339: END IF;
6340: --
6341: -- Standard call to get message count and IF count is get message info.
6342: FND_MSG_PUB.Count_And_Get
6343: ( p_count => x_msg_count,
6344: p_data => x_msg_data
6345: );

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

6461: CSI_CTR_GEN_UTILITY_PVT.read_debug_profiles;
6462:
6463: csi_ctr_gen_utility_pvt.put_line( 'Inside Estimate_Counter_Reading...');
6464: --
6465: -- Standard call to check for call compatibility.
6466: IF NOT FND_API.Compatible_API_Call (l_api_version,
6467: p_api_version,
6468: l_api_name ,
6469: G_PKG_NAME ) THEN

Line 6724: -- Standard call to get message count and IF count is get message info.

6720: IF FND_API.to_Boolean(nvl(p_commit,FND_API.G_FALSE)) THEN
6721: COMMIT WORK;
6722: END IF;
6723: --
6724: -- Standard call to get message count and IF count is get message info.
6725: FND_MSG_PUB.Count_And_Get
6726: ( p_count => x_msg_count,
6727: p_data => x_msg_data
6728: );

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

6826:
6827: -- Read the debug profiles values in to global variable 7197402
6828: CSI_CTR_GEN_UTILITY_PVT.read_debug_profiles;
6829:
6830: -- Standard call to check for call compatibility.
6831: IF NOT FND_API.Compatible_API_Call (l_api_version,
6832: p_api_version,
6833: l_api_name ,
6834: G_PKG_NAME ) THEN

Line 6902: -- Standard call to get message count and IF count is get message info.

6898: IF FND_API.to_Boolean(nvl(p_commit,FND_API.G_FALSE)) THEN
6899: COMMIT WORK;
6900: END IF;
6901: --
6902: -- Standard call to get message count and IF count is get message info.
6903: FND_MSG_PUB.Count_And_Get
6904: ( p_count => x_msg_count,
6905: p_data => x_msg_data
6906: );