DBA Data[Home] [Help]

APPS.ASO_SUP_CAPTURE_DATA_PKG dependencies on STANDARD

Line 256: -- Standard Start of API savepoint

252: BEGIN
253:
254: -- Enable debug message
255: Aso_Quote_Util_Pvt.Enable_Debug_Pvt;
256: -- Standard Start of API savepoint
257: -- hyang: for bug 2710767, added pkg_type suffix to the savepoint.
258: SAVEPOINT create_template_instance_int;
259:
260: -- Standard call to check for call compatibility.

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

256: -- Standard Start of API savepoint
257: -- hyang: for bug 2710767, added pkg_type suffix to the savepoint.
258: SAVEPOINT create_template_instance_int;
259:
260: -- Standard call to check for call compatibility.
261: IF NOT FND_API.Compatible_API_Call ( l_api_version,
262: p_version_number,
263: l_api_name,
264: G_PKG_NAME)

Line 522: -- Standard Start of API savepoint

518:
519: BEGIN
520: -- Enable debug message
521: Aso_Quote_Util_Pvt.Enable_Debug_Pvt;
522: -- Standard Start of API savepoint
523: -- hyang: for bug 2710767, added pkg_type suffix to the savepoint.
524: SAVEPOINT update_instance_value_int;
525:
526: -- Standard call to check for call compatibility.

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

522: -- Standard Start of API savepoint
523: -- hyang: for bug 2710767, added pkg_type suffix to the savepoint.
524: SAVEPOINT update_instance_value_int;
525:
526: -- Standard call to check for call compatibility.
527: IF NOT FND_API.Compatible_API_Call ( l_api_version,
528: p_version_number,
529: l_api_name,
530: G_PKG_NAME)