DBA Data[Home] [Help]

APPS.CN_SCA_CRRULEATTR_PVT dependencies on STANDARD

Line 106: -- -- Standard Start of API savepoint

102: --
103: --
104: --
105: -- BEGIN
106: -- -- Standard Start of API savepoint
107: -- SAVEPOINT Get_Credit_Rule_Attr;
108: -- -- Standard call to check for call compatibility.
109: -- IF NOT FND_API.Compatible_API_Call
110: -- (l_api_version ,

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

104: --
105: -- BEGIN
106: -- -- Standard Start of API savepoint
107: -- SAVEPOINT Get_Credit_Rule_Attr;
108: -- -- Standard call to check for call compatibility.
109: -- IF NOT FND_API.Compatible_API_Call
110: -- (l_api_version ,
111: -- p_api_version ,
112: -- l_api_name ,

Line 209: -- -- Standard check of p_commit.

205: -- END LOOP;
206: -- end if;
207: --
208: -- -- End of API body.
209: -- -- Standard check of p_commit.
210: -- IF FND_API.To_Boolean( p_commit ) THEN
211: -- COMMIT WORK;
212: -- END IF;
213: -- -- Standard call to get message count and if count is 1, get message info.

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

209: -- -- Standard check of p_commit.
210: -- IF FND_API.To_Boolean( p_commit ) THEN
211: -- COMMIT WORK;
212: -- END IF;
213: -- -- Standard call to get message count and if count is 1, get message info.
214: -- FND_MSG_PUB.Count_And_Get
215: -- (p_count => x_msg_count ,
216: -- p_data => x_msg_data ,
217: -- p_encoded => FND_API.G_FALSE );

Line 296: -- Standard Start of API savepoint

292:
293: BEGIN
294:
295:
296: -- Standard Start of API savepoint
297:
298: SAVEPOINT Create_Credit_RuleAttr;
299:
300:

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

297:
298: SAVEPOINT Create_Credit_RuleAttr;
299:
300:
301: -- Standard call to check for call compatibility.
302:
303: IF NOT FND_API.Compatible_API_Call ( l_api_version ,
304: p_api_version ,
305: l_api_name ,

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

413: COMMIT WORK;
414: END IF;
415:
416:
417: -- Standard call to get message count and if count is 1, get message info.
418:
419: FND_MSG_PUB.Count_And_Get
420: (
421: p_count => x_msg_count ,

Line 522: -- Standard Start of API savepoint

518: -- WHERE flex_value_set_name = p_credit_rule_attr_rec.value_set_name;
519:
520: BEGIN
521:
522: -- Standard Start of API savepoint
523:
524: SAVEPOINT Update_Credit_RuleAttr;
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:
524: SAVEPOINT Update_Credit_RuleAttr;
525:
526: -- Standard call to check for call compatibility.
527:
528: IF NOT FND_API.Compatible_API_Call ( l_api_version ,
529: p_api_version ,
530: l_api_name ,

Line 706: -- Standard check of p_commit.

702: IF (SQL%NOTFOUND) THEN
703: Raise NO_DATA_FOUND;
704: END IF;
705: -- End of API body.
706: -- Standard check of p_commit.
707:
708: IF FND_API.To_Boolean( p_commit ) THEN
709: COMMIT WORK;
710: END IF;

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

709: COMMIT WORK;
710: END IF;
711:
712:
713: -- Standard call to get message count and if count is 1, get message info.
714:
715: FND_MSG_PUB.Count_And_Get
716: (
717: p_count => x_msg_count ,

Line 789: -- Standard Start of API savepoint

785:
786:
787: BEGIN
788:
789: -- Standard Start of API savepoint
790:
791: SAVEPOINT Generate_Package;
792:
793: -- Standard call to check for call compatibility.

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

789: -- Standard Start of API savepoint
790:
791: SAVEPOINT Generate_Package;
792:
793: -- Standard call to check for call compatibility.
794:
795: IF NOT FND_API.Compatible_API_Call ( l_api_version ,
796: p_api_version ,
797: l_api_name ,

Line 857: -- Standard check of p_commit.

853: END IF;
854: END IF;
855:
856: -- End of API body.
857: -- Standard check of p_commit.
858:
859: IF FND_API.To_Boolean( p_commit ) THEN
860: COMMIT WORK;
861: END IF;

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

860: COMMIT WORK;
861: END IF;
862:
863:
864: -- Standard call to get message count and if count is 1, get message info.
865:
866: FND_MSG_PUB.Count_And_Get
867: (
868: p_count => x_msg_count ,