DBA Data[Home] [Help]

APPS.AMS_ACTMETRICS_ENGINE_PVT dependencies on STANDARD

Line 593: -- Standard API information constants.

589: p_object_list IN object_currency_table := Empty_object_currency_table
590: )
591: IS
592: --
593: -- Standard API information constants.
594: --
595: L_API_VERSION CONSTANT NUMBER := 1.0;
596: L_API_NAME CONSTANT VARCHAR2(30) := 'BUILD_REFRESH_ACT_METRICS';
597: L_FULL_NAME CONSTANT VARCHAR2(60) := G_PKG_NAME ||'.'|| L_API_NAME;

Line 2017: -- Standard check for API version compatibility.

2013: Fnd_Msg_Pub.Initialize;
2014: END IF;
2015:
2016: --
2017: -- Standard check for API version compatibility.
2018: --
2019: IF NOT Fnd_Api.Compatible_API_Call (L_API_VERSION,
2020: p_api_version,
2021: L_API_NAME,

Line 2243: -- Standard API information constants.

2239: )
2240: IS
2241:
2242: --
2243: -- Standard API information constants.
2244: --
2245: L_API_VERSION CONSTANT NUMBER := 1.0;
2246: L_API_NAME CONSTANT VARCHAR2(30) := 'CHECK_CREATE_ROLLUP_PARENTS';
2247: L_FULL_NAME CONSTANT VARCHAR2(60) := G_PKG_NAME ||'.'|| L_API_NAME;

Line 2320: -- Standard check for API version compatibility.

2316: Fnd_Msg_Pub.Initialize;
2317: END IF;
2318:
2319: --
2320: -- Standard check for API version compatibility.
2321: --
2322: /*** NOT REQUIRED
2323: IF NOT Fnd_Api.Compatible_API_Call (L_API_VERSION,
2324: p_api_version,

Line 2477: -- Standard check for commit request.

2473: l_act_metric_parents.DELETE;
2474: l_act_metrics.DELETE;
2475:
2476: --
2477: -- Standard check for commit request.
2478: --
2479: IF Fnd_Api.To_Boolean (p_commit) THEN
2480: COMMIT WORK;
2481: END IF;

Line 2483: -- Standard API to get message count, and if 1,

2479: IF Fnd_Api.To_Boolean (p_commit) THEN
2480: COMMIT WORK;
2481: END IF;
2482: --
2483: -- Standard API to get message count, and if 1,
2484: -- set the message data OUT variable.
2485: --
2486: -- Fnd_Msg_Pub.Count_And_Get (
2487: -- p_count => x_msg_count,

Line 2836: -- Standard API to get message count, and if 1,

2832:
2833: END IF; --l_parent_obj_id IS NOT NULL
2834:
2835: --
2836: -- Standard API to get message count, and if 1,
2837: -- set the message data OUT variable.
2838: --
2839: /*** Not required for this routine.
2840: Fnd_Msg_Pub.Count_And_Get (

Line 3344: -- Standard API to get message count, and if 1,

3340: COMMIT;
3341: END IF;
3342:
3343: --
3344: -- Standard API to get message count, and if 1,
3345: -- set the message data OUT NOCOPY variable.
3346: --
3347: Fnd_Msg_Pub.Count_And_Get (
3348: p_count => x_msg_count,

Line 3609: item_id => 0 , -- As This is Standard Conversion

3605: l_to_quantity NUMBER ;
3606: BEGIN
3607: -- Call UOM Conversion API. Pass Item ID as 0 as the UOM is not attached to Item
3608: l_to_quantity := Inv_Convert.Inv_Um_Convert (
3609: item_id => 0 , -- As This is Standard Conversion
3610: PRECISION => p_precision,
3611: from_quantity=> p_from_quantity,
3612: from_unit => p_from_uom_code,
3613: to_unit => p_to_uom_code,

Line 4150: -- Standard API to get message count, and if 1,

4146: COMMIT;
4147: END IF;
4148:
4149: --
4150: -- Standard API to get message count, and if 1,
4151: -- set the message data OUT NOCOPY variable.
4152: --
4153: Fnd_Msg_Pub.Count_And_Get (
4154: p_count => x_msg_count,

Line 4553: -- Use bulk collect as standard for this procedure

4549: FETCH c_get_components BULK COLLECT INTO l_obj_ids, l_obj_types, l_obj_currencies;
4550: CLOSE c_get_components;
4551: ****** BUG2845365 ******/
4552: ELSIF p_arc_act_metric_used_by = G_DELV THEN
4553: -- Use bulk collect as standard for this procedure
4554: -- in case deliverables implementation changes in
4555: -- the future.
4556: OPEN c_get_deliv (p_act_metric_used_by_id);
4557: FETCH c_get_deliv BULK COLLECT INTO l_obj_ids, l_obj_types, l_obj_currencies;

Line 6433: -- Standard API to get message count, and if 1,

6429: COMMIT;
6430: END IF;
6431:
6432: --
6433: -- Standard API to get message count, and if 1,
6434: -- set the message data OUT NOCOPY variable.
6435: --
6436: Fnd_Msg_Pub.Count_And_Get (
6437: p_count => x_msg_count,