DBA Data[Home] [Help]

APPS.CSI_COUNTER_READINGS_PVT dependencies on STANDARD

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

1020: IF FND_API.to_Boolean(nvl(p_commit,FND_API.G_FALSE)) THEN
1021: COMMIT WORK;
1022: END IF;
1023: --
1024: -- Standard call to get message count and IF count is get message info.
1025: FND_MSG_PUB.Count_And_Get
1026: ( p_count => x_msg_count,
1027: p_data => x_msg_data
1028: );

Line 1193: -- Standard Start of API savepoint

1189: and cct.language = USERENV('LANG');
1190:
1191: BEGIN
1192:
1193: -- Standard Start of API savepoint
1194: SAVEPOINT capture_counter_reading_pvt;
1195: -- Standard call to check for call compatibility.
1196:
1197: IF NOT FND_API.Compatible_API_Call (l_api_version,

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

1191: BEGIN
1192:
1193: -- Standard Start of API savepoint
1194: SAVEPOINT capture_counter_reading_pvt;
1195: -- Standard call to check for call compatibility.
1196:
1197: IF NOT FND_API.Compatible_API_Call (l_api_version,
1198: p_api_version,
1199: l_api_name ,

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

2898: IF FND_API.to_Boolean(nvl(p_commit,FND_API.G_FALSE)) THEN
2899: COMMIT WORK;
2900: END IF;
2901: --
2902: -- Standard call to get message count and IF count is get message info.
2903: FND_MSG_PUB.Count_And_Get
2904: ( p_count => x_msg_count,
2905: p_data => x_msg_data
2906: );

Line 3025: -- Standard Start of API savepoint

3021: and value_timestamp > p_value_timestamp
3022: and nvl(disabled_flag,'N') = 'N'
3023: ORDER BY value_timestamp desc, counter_value_id desc;
3024: BEGIN
3025: -- Standard Start of API savepoint
3026: SAVEPOINT compute_formula_counters;
3027: -- Standard call to check for call compatibility.
3028: IF NOT FND_API.Compatible_API_Call (l_api_version,
3029: p_api_version,

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

3023: ORDER BY value_timestamp desc, counter_value_id desc;
3024: BEGIN
3025: -- Standard Start of API savepoint
3026: SAVEPOINT compute_formula_counters;
3027: -- Standard call to check for call compatibility.
3028: IF NOT FND_API.Compatible_API_Call (l_api_version,
3029: p_api_version,
3030: l_api_name ,
3031: G_PKG_NAME ) THEN

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

3481: IF FND_API.to_Boolean(nvl(p_commit,FND_API.G_FALSE)) THEN
3482: COMMIT WORK;
3483: END IF;
3484: --
3485: -- Standard call to get message count and IF count is get message info.
3486: FND_MSG_PUB.Count_And_Get
3487: ( p_count => x_msg_count,
3488: p_data => x_msg_data
3489: );

Line 3615: -- Standard Start of API savepoint

3611: l_user_id NUMBER := fnd_global.user_id; -- 8214848 - dsingire
3612: l_conc_login_id NUMBER := fnd_global.conc_login_id; -- 8214848 - dsingire
3613:
3614: BEGIN
3615: -- Standard Start of API savepoint
3616: SAVEPOINT compute_derive_counters;
3617: -- Initialize message list if p_init_msg_list is set to TRUE.
3618: IF FND_API.to_Boolean(nvl(p_init_msg_list,FND_API.G_FALSE)) THEN
3619: FND_MSG_PUB.initialize;

Line 4119: -- Standard Start of API savepoint

4115: l_debug_level NUMBER; -- 8214848 - dsingire
4116: l_user_id NUMBER := fnd_global.user_id; -- 8214848 - dsingire
4117: l_conc_login_id NUMBER := fnd_global.conc_login_id; -- 8214848 - dsingire
4118: BEGIN
4119: -- Standard Start of API savepoint
4120: SAVEPOINT compute_target_counters;
4121: -- Standard call to check for call compatibility.
4122: IF NOT FND_API.Compatible_API_Call (l_api_version,
4123: p_api_version,

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

4117: l_conc_login_id NUMBER := fnd_global.conc_login_id; -- 8214848 - dsingire
4118: BEGIN
4119: -- Standard Start of API savepoint
4120: SAVEPOINT compute_target_counters;
4121: -- Standard call to check for call compatibility.
4122: IF NOT FND_API.Compatible_API_Call (l_api_version,
4123: p_api_version,
4124: l_api_name ,
4125: G_PKG_NAME ) THEN

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

4974: IF FND_API.to_Boolean(nvl(p_commit,FND_API.G_FALSE)) THEN
4975: COMMIT WORK;
4976: END IF;
4977: --
4978: -- Standard call to get message count and IF count is get message info.
4979: FND_MSG_PUB.Count_And_Get
4980: ( p_count => x_msg_count,
4981: p_data => x_msg_data
4982: );

Line 5126: -- Standard Start of API savepoint

5122: ORDER BY value_timestamp asc, counter_value_id asc;
5123: --
5124: BEGIN
5125:
5126: -- Standard Start of API savepoint
5127: SAVEPOINT update_counter_reading_pvt;
5128: -- Standard call to check for call compatibility.
5129: IF NOT FND_API.Compatible_API_Call (l_api_version,
5130: p_api_version,

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

5124: BEGIN
5125:
5126: -- Standard Start of API savepoint
5127: SAVEPOINT update_counter_reading_pvt;
5128: -- Standard call to check for call compatibility.
5129: IF NOT FND_API.Compatible_API_Call (l_api_version,
5130: p_api_version,
5131: l_api_name ,
5132: G_PKG_NAME ) THEN

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

6013: IF FND_API.to_Boolean(nvl(p_commit,FND_API.G_FALSE)) THEN
6014: COMMIT WORK;
6015: END IF;
6016: --
6017: -- Standard call to get message count and IF count is get message info.
6018: FND_MSG_PUB.Count_And_Get
6019: ( p_count => x_msg_count,
6020: p_data => x_msg_data
6021: );

Line 6087: -- Standard Start of API savepoint

6083: where lookup_type = (select property_lov_type
6084: from CSI_COUNTER_PROPERTIES_B
6085: where counter_property_id = p_prop_id);
6086: BEGIN
6087: -- Standard Start of API savepoint
6088: SAVEPOINT capture_ctr_property_reading;
6089: -- Standard call to check for call compatibility.
6090: IF NOT FND_API.Compatible_API_Call (l_api_version,
6091: p_api_version,

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

6085: where counter_property_id = p_prop_id);
6086: BEGIN
6087: -- Standard Start of API savepoint
6088: SAVEPOINT capture_ctr_property_reading;
6089: -- Standard call to check for call compatibility.
6090: IF NOT FND_API.Compatible_API_Call (l_api_version,
6091: p_api_version,
6092: l_api_name ,
6093: G_PKG_NAME ) THEN

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

6273: IF FND_API.to_Boolean(nvl(p_commit,FND_API.G_FALSE)) THEN
6274: COMMIT WORK;
6275: END IF;
6276: --
6277: -- Standard call to get message count and IF count is get message info.
6278: FND_MSG_PUB.Count_And_Get
6279: ( p_count => x_msg_count,
6280: p_data => x_msg_data
6281: );

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

6484: IF FND_API.to_Boolean(nvl(p_commit,FND_API.G_FALSE)) THEN
6485: COMMIT WORK;
6486: END IF;
6487: --
6488: -- Standard call to get message count and IF count is get message info.
6489: FND_MSG_PUB.Count_And_Get
6490: ( p_count => x_msg_count,
6491: p_data => x_msg_data
6492: );

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

6761: ELSE --l_calculation_start_rdg not null
6762: x_calc_start_reading := round(l_calculation_start_rdg);
6763: END IF; --l_calculation_start_rdg null
6764: --
6765: -- Standard call to get message count and IF count is get message info.
6766: FND_MSG_PUB.Count_And_Get
6767: ( p_count => x_msg_count,
6768: p_data => x_msg_data
6769: );

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

7218: IF FND_API.to_Boolean(nvl(p_commit,FND_API.G_FALSE)) THEN
7219: COMMIT WORK;
7220: END IF;
7221: --
7222: -- Standard call to get message count and IF count is get message info.
7223: FND_MSG_PUB.Count_And_Get
7224: ( p_count => x_msg_count,
7225: p_data => x_msg_data
7226: );

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

7352: IF (l_debug_level > 0) THEN -- 8214848 - dsingire
7353: csi_ctr_gen_utility_pvt.put_line( 'Inside Estimate_Counter_Reading...');
7354: END IF; -- 8214848 - dsingire
7355: --
7356: -- Standard call to check for call compatibility.
7357: IF NOT FND_API.Compatible_API_Call (l_api_version,
7358: p_api_version,
7359: l_api_name ,
7360: G_PKG_NAME ) THEN

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

7615: IF FND_API.to_Boolean(nvl(p_commit,FND_API.G_FALSE)) THEN
7616: COMMIT WORK;
7617: END IF;
7618: --
7619: -- Standard call to get message count and IF count is get message info.
7620: FND_MSG_PUB.Count_And_Get
7621: ( p_count => x_msg_count,
7622: p_data => x_msg_data
7623: );

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

7728: END IF; -- 8214848 - dsingire
7729:
7730: l_debug_level := CSI_CTR_GEN_UTILITY_PVT.g_debug_level; -- 8214848 - dsingire
7731:
7732: -- Standard call to check for call compatibility.
7733: IF NOT FND_API.Compatible_API_Call (l_api_version,
7734: p_api_version,
7735: l_api_name ,
7736: G_PKG_NAME ) THEN

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

7802: IF FND_API.to_Boolean(nvl(p_commit,FND_API.G_FALSE)) THEN
7803: COMMIT WORK;
7804: END IF;
7805: --
7806: -- Standard call to get message count and IF count is get message info.
7807: FND_MSG_PUB.Count_And_Get
7808: ( p_count => x_msg_count,
7809: p_data => x_msg_data
7810: );