DBA Data[Home] [Help]

APPS.AR_REVENUEADJUST_PUB dependencies on STANDARD

Line 81: -- Standard Start of API savepoint

77: BEGIN
78: IF PG_DEBUG in ('Y', 'C') THEN
79: arp_debug.debug('AR_RevenueAdjust_PUB.Unearn_Revenue()+');
80: END IF;
81: -- Standard Start of API savepoint
82: SAVEPOINT Unearn_Revenue_PUB;
83: -- Standard call to check for call compatibility.
84: IF NOT FND_API.Compatible_API_Call ( l_api_version ,
85: p_api_version ,

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

79: arp_debug.debug('AR_RevenueAdjust_PUB.Unearn_Revenue()+');
80: END IF;
81: -- Standard Start of API savepoint
82: SAVEPOINT Unearn_Revenue_PUB;
83: -- Standard call to check for call compatibility.
84: IF NOT FND_API.Compatible_API_Call ( l_api_version ,
85: p_api_version ,
86: l_api_name ,
87: G_PKG_NAME )

Line 131: -- Standard check of p_commit.

127: ,p_rev_adj_rec => p_rev_adj_rec
128: ,x_adjustment_id => x_adjustment_id
129: ,x_adjustment_number => x_adjustment_number);
130:
131: -- Standard check of p_commit.
132: IF FND_API.To_Boolean( p_commit )
133: THEN
134: COMMIT WORK;
135: END IF;

Line 137: -- Standard call to get message count and if count is 1, get message info.

133: THEN
134: COMMIT WORK;
135: END IF;
136: END IF;
137: -- Standard call to get message count and if count is 1, get message info.
138: FND_MSG_PUB.Count_And_Get
139: (p_encoded => FND_API.G_FALSE,
140: p_count => x_msg_count,
141: p_data => x_msg_data);

Line 225: -- Standard Start of API savepoint

221: l_api_version CONSTANT NUMBER := 2.0;
222: l_org_return_status VARCHAR2(1);
223: l_org_id NUMBER;
224: BEGIN
225: -- Standard Start of API savepoint
226: SAVEPOINT Earn_Revenue_PUB;
227: -- Standard call to check for call compatibility.
228: IF NOT FND_API.Compatible_API_Call ( l_api_version ,
229: p_api_version ,

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

223: l_org_id NUMBER;
224: BEGIN
225: -- Standard Start of API savepoint
226: SAVEPOINT Earn_Revenue_PUB;
227: -- Standard call to check for call compatibility.
228: IF NOT FND_API.Compatible_API_Call ( l_api_version ,
229: p_api_version ,
230: l_api_name ,
231: G_PKG_NAME )

Line 276: -- Standard check of p_commit.

272: ,p_rev_adj_rec => p_rev_adj_rec
273: ,x_adjustment_id => x_adjustment_id
274: ,x_adjustment_number => x_adjustment_number);
275:
276: -- Standard check of p_commit.
277: IF FND_API.To_Boolean( p_commit )
278: THEN
279: COMMIT WORK;
280: END IF;

Line 281: -- Standard call to get message count and if count is 1, get message info.

277: IF FND_API.To_Boolean( p_commit )
278: THEN
279: COMMIT WORK;
280: END IF;
281: -- Standard call to get message count and if count is 1, get message info.
282: END IF;
283: FND_MSG_PUB.Count_And_Get
284: (p_encoded => FND_API.G_FALSE,
285: p_count => x_msg_count,

Line 377: -- Standard Start of API savepoint

373: BEGIN
374: IF PG_DEBUG in ('Y', 'C') THEN
375: arp_debug.debug('AR_RevenueAdjust_PUB.Transfer_Sales_Credits()+');
376: END IF;
377: -- Standard Start of API savepoint
378: SAVEPOINT Transfer_Sales_Credits_PUB;
379: -- Standard call to check for call compatibility.
380: IF NOT FND_API.Compatible_API_Call ( l_api_version ,
381: p_api_version ,

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

375: arp_debug.debug('AR_RevenueAdjust_PUB.Transfer_Sales_Credits()+');
376: END IF;
377: -- Standard Start of API savepoint
378: SAVEPOINT Transfer_Sales_Credits_PUB;
379: -- Standard call to check for call compatibility.
380: IF NOT FND_API.Compatible_API_Call ( l_api_version ,
381: p_api_version ,
382: l_api_name ,
383: G_PKG_NAME )

Line 430: -- Standard check of p_commit.

426: ,p_rev_adj_rec => p_rev_adj_rec
427: ,x_adjustment_id => x_adjustment_id
428: ,x_adjustment_number => x_adjustment_number);
429:
430: -- Standard check of p_commit.
431: IF FND_API.To_Boolean( p_commit )
432: THEN
433: COMMIT WORK;
434: END IF;

Line 436: -- Standard call to get message count and if count is 1, get message info.

432: THEN
433: COMMIT WORK;
434: END IF;
435: END IF;
436: -- Standard call to get message count and if count is 1, get message info.
437: FND_MSG_PUB.Count_And_Get
438: (p_encoded => FND_API.G_FALSE,
439: p_count => x_msg_count,
440: p_data => x_msg_data);

Line 534: -- Standard Start of API savepoint

530:
531: IF PG_DEBUG in ('Y', 'C') THEN
532: arp_debug.debug('AR_RevenueAdjust_PUB.Add_Non_Revenue_Sales_Credits()+');
533: END IF;
534: -- Standard Start of API savepoint
535: SAVEPOINT Add_Non_Rev_Sales_Credits_PUB;
536: -- Standard call to check for call compatibility.
537: IF NOT FND_API.Compatible_API_Call ( l_api_version ,
538: p_api_version ,

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

532: arp_debug.debug('AR_RevenueAdjust_PUB.Add_Non_Revenue_Sales_Credits()+');
533: END IF;
534: -- Standard Start of API savepoint
535: SAVEPOINT Add_Non_Rev_Sales_Credits_PUB;
536: -- Standard call to check for call compatibility.
537: IF NOT FND_API.Compatible_API_Call ( l_api_version ,
538: p_api_version ,
539: l_api_name ,
540: G_PKG_NAME )

Line 585: -- Standard check of p_commit.

581: ,p_rev_adj_rec => p_rev_adj_rec
582: ,x_adjustment_id => x_adjustment_id
583: ,x_adjustment_number => x_adjustment_number);
584:
585: -- Standard check of p_commit.
586: IF FND_API.To_Boolean( p_commit )
587: THEN
588: COMMIT WORK;
589: END IF;

Line 591: -- Standard call to get message count and if count is 1, get message info.

587: THEN
588: COMMIT WORK;
589: END IF;
590: END IF;
591: -- Standard call to get message count and if count is 1, get message info.
592: FND_MSG_PUB.Count_And_Get
593: (p_encoded => FND_API.G_FALSE,
594: p_count => x_msg_count,
595: p_data => x_msg_data);

Line 688: -- Standard Start of API savepoint

684:
685: IF PG_DEBUG in ('Y', 'C') THEN
686: arp_debug.debug('AR_RevenueAdjust_PUB.Record_Customer_Acceptance()+');
687: END IF;
688: -- Standard Start of API savepoint
689: SAVEPOINT Record_Customer_Acceptance_PUB;
690: -- Standard call to check for call compatibility.
691: IF NOT FND_API.Compatible_API_Call ( l_api_version ,
692: p_api_version ,

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

686: arp_debug.debug('AR_RevenueAdjust_PUB.Record_Customer_Acceptance()+');
687: END IF;
688: -- Standard Start of API savepoint
689: SAVEPOINT Record_Customer_Acceptance_PUB;
690: -- Standard call to check for call compatibility.
691: IF NOT FND_API.Compatible_API_Call ( l_api_version ,
692: p_api_version ,
693: l_api_name ,
694: G_PKG_NAME )

Line 772: -- Standard check of p_commit.

768: arp_debug.debug('last rev_adj_id = ' || lo_last_rev_adj_id);
769: arp_debug.debug('result (scenario)= ' || l_scenario);
770: END IF;
771:
772: -- Standard check of p_commit.
773: IF FND_API.To_Boolean( p_commit )
774: THEN
775: COMMIT WORK;
776: END IF;

Line 778: -- Standard call to get message count and if count is 1, get message info.

774: THEN
775: COMMIT WORK;
776: END IF;
777: END IF;
778: -- Standard call to get message count and if count is 1, get message info.
779: FND_MSG_PUB.Count_And_Get
780: (p_encoded => FND_API.G_FALSE,
781: p_count => x_msg_count,
782: p_data => x_msg_data);

Line 910: -- Standard Start of API savepoint

906:
907: IF PG_DEBUG in ('Y', 'C') THEN
908: arp_debug.debug('AR_RevenueAdjust_PUB.Update_Contingency_Expirations()+');
909: END IF;
910: -- Standard Start of API savepoint
911: SAVEPOINT Update_Contingency_Expires_PUB;
912: -- Standard call to check for call compatibility.
913: IF NOT FND_API.Compatible_API_Call ( l_api_version ,
914: p_api_version ,

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

908: arp_debug.debug('AR_RevenueAdjust_PUB.Update_Contingency_Expirations()+');
909: END IF;
910: -- Standard Start of API savepoint
911: SAVEPOINT Update_Contingency_Expires_PUB;
912: -- Standard call to check for call compatibility.
913: IF NOT FND_API.Compatible_API_Call ( l_api_version ,
914: p_api_version ,
915: l_api_name ,
916: G_PKG_NAME )

Line 1019: -- Standard check of p_commit.

1015: arp_debug.debug('last rev_adj_id = ' || lo_last_adj_number);
1016: arp_debug.debug('result (scenario)= ' || l_scenario);
1017: END IF;
1018:
1019: -- Standard check of p_commit.
1020: IF FND_API.To_Boolean( p_commit )
1021: THEN
1022: COMMIT WORK;
1023: END IF;

Line 1025: -- Standard call to get message count and if count is 1, get message info.

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