DBA Data[Home] [Help]

APPS.ASO_PRICING_CORE_PVT dependencies on STANDARD

Line 9016: -- Standard Start of API savepoint

9012: aso_debug_pub.add('ASO_PRICING_CORE_PVT:Inside Delete_Promotion', 1, 'Y');
9013: END IF;
9014:
9015:
9016: -- Standard Start of API savepoint
9017: SAVEPOINT Delete_Promotion_PVT;
9018:
9019: -- Standard call to check for call compatibility.
9020: IF NOT FND_API.Compatible_API_Call ( l_api_version_number,

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

9015:
9016: -- Standard Start of API savepoint
9017: SAVEPOINT Delete_Promotion_PVT;
9018:
9019: -- Standard call to check for call compatibility.
9020: IF NOT FND_API.Compatible_API_Call ( l_api_version_number,
9021: p_api_version_number,
9022: l_api_name,
9023: G_PKG_NAME)

Line 9209: -- Standard check for p_commit

9205: IF ASO_DEBUG_PUB.G_Debug_Flag = 'Y' THEN
9206: aso_debug_pub.add('ASO_PRICING_CORE_PVT:Delete_Promotion Ends', 1, 'Y');
9207: END IF;
9208:
9209: -- Standard check for p_commit
9210: IF FND_API.to_Boolean( p_commit ) THEN
9211: COMMIT WORK;
9212: END IF;
9213:

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

9346: AND lines.line_index = rltd.line_index;
9347:
9348:
9349: BEGIN
9350: -- Standard call to check for call compatibility.
9351: IF NOT FND_API.Compatible_API_Call ( l_api_version_number,
9352: p_api_version_number,
9353: l_api_name,
9354: G_PKG_NAME)

Line 10420: -- Standard check for p_commit

10416: END IF;
10417: end if;
10418: *******************************************/
10419:
10420: -- Standard check for p_commit
10421: IF FND_API.to_Boolean( p_commit ) THEN
10422: COMMIT WORK;
10423: END IF;
10424:

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

10523: l_ln_total_discount NUMBER;
10524: ls_qte_line_tbl ASO_QUOTE_PUB.Qte_Line_Tbl_Type;
10525:
10526: BEGIN
10527: -- Standard call to check for call compatibility.
10528: IF NOT FND_API.Compatible_API_Call ( l_api_version_number,
10529: p_api_version_number,
10530: l_api_name,
10531: G_PKG_NAME)

Line 10621: -- Standard check for p_commit

10617: END IF; -- p_control_rec.calculate_flag <> QP_PREQ_GRP.G_CALCULATE_ONLY
10618:
10619: END If;--If (p_control_rec.pricing_event = 'BATCH') OR (p_control_rec.pricing_event = 'ORDER')
10620:
10621: -- Standard check for p_commit
10622: IF FND_API.to_Boolean( p_commit ) THEN
10623: COMMIT WORK;
10624: END IF;
10625:

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

10908: AND modifier_line_id = l_modifier_line_id;
10909:
10910: BEGIN
10911:
10912: -- Standard call to check for call compatibility.
10913: IF NOT FND_API.Compatible_API_Call ( l_api_version_number,
10914: p_api_version_number,
10915: l_api_name,
10916: G_PKG_NAME)

Line 11612: -- Standard check for p_commit

11608: end if;--p_control_rec.prg_reprice_mode = 'F'
11609:
11610: end if;--l_track_var = 'Y'
11611:
11612: -- Standard check for p_commit
11613: IF FND_API.to_Boolean( p_commit ) THEN
11614: COMMIT WORK;
11615: END IF;
11616: