DBA Data[Home] [Help]

APPS.ASO_PRICING_CORE_PVT dependencies on STANDARD

Line 9000: -- Standard Start of API savepoint

8996: aso_debug_pub.add('ASO_PRICING_CORE_PVT:Inside Delete_Promotion', 1, 'Y');
8997: END IF;
8998:
8999:
9000: -- Standard Start of API savepoint
9001: SAVEPOINT Delete_Promotion_PVT;
9002:
9003: -- Standard call to check for call compatibility.
9004: IF NOT FND_API.Compatible_API_Call ( l_api_version_number,

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

8999:
9000: -- Standard Start of API savepoint
9001: SAVEPOINT Delete_Promotion_PVT;
9002:
9003: -- Standard call to check for call compatibility.
9004: IF NOT FND_API.Compatible_API_Call ( l_api_version_number,
9005: p_api_version_number,
9006: l_api_name,
9007: G_PKG_NAME)

Line 9193: -- Standard check for p_commit

9189: IF ASO_DEBUG_PUB.G_Debug_Flag = 'Y' THEN
9190: aso_debug_pub.add('ASO_PRICING_CORE_PVT:Delete_Promotion Ends', 1, 'Y');
9191: END IF;
9192:
9193: -- Standard check for p_commit
9194: IF FND_API.to_Boolean( p_commit ) THEN
9195: COMMIT WORK;
9196: END IF;
9197:

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

9330: AND lines.line_index = rltd.line_index;
9331:
9332:
9333: BEGIN
9334: -- Standard call to check for call compatibility.
9335: IF NOT FND_API.Compatible_API_Call ( l_api_version_number,
9336: p_api_version_number,
9337: l_api_name,
9338: G_PKG_NAME)

Line 10403: -- Standard check for p_commit

10399: END IF;
10400: end if;
10401: *******************************************/
10402:
10403: -- Standard check for p_commit
10404: IF FND_API.to_Boolean( p_commit ) THEN
10405: COMMIT WORK;
10406: END IF;
10407:

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

10506: l_ln_total_discount NUMBER;
10507: ls_qte_line_tbl ASO_QUOTE_PUB.Qte_Line_Tbl_Type;
10508:
10509: BEGIN
10510: -- Standard call to check for call compatibility.
10511: IF NOT FND_API.Compatible_API_Call ( l_api_version_number,
10512: p_api_version_number,
10513: l_api_name,
10514: G_PKG_NAME)

Line 10604: -- Standard check for p_commit

10600: END IF; -- p_control_rec.calculate_flag <> QP_PREQ_GRP.G_CALCULATE_ONLY
10601:
10602: END If;--If (p_control_rec.pricing_event = 'BATCH') OR (p_control_rec.pricing_event = 'ORDER')
10603:
10604: -- Standard check for p_commit
10605: IF FND_API.to_Boolean( p_commit ) THEN
10606: COMMIT WORK;
10607: END IF;
10608:

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

10891: AND modifier_line_id = l_modifier_line_id;
10892:
10893: BEGIN
10894:
10895: -- Standard call to check for call compatibility.
10896: IF NOT FND_API.Compatible_API_Call ( l_api_version_number,
10897: p_api_version_number,
10898: l_api_name,
10899: G_PKG_NAME)

Line 11595: -- Standard check for p_commit

11591: end if;--p_control_rec.prg_reprice_mode = 'F'
11592:
11593: end if;--l_track_var = 'Y'
11594:
11595: -- Standard check for p_commit
11596: IF FND_API.to_Boolean( p_commit ) THEN
11597: COMMIT WORK;
11598: END IF;
11599: