DBA Data[Home] [Help]

APPS.CSD_FLWSTS_TRANS_PVT dependencies on STANDARD

Line 47: -- Standard Start of API savepoint

43: -- SQLCODE = -00001 and name it as 'UNIQUE_CONSTRAINT_VIOLATED'.
44: PRAGMA EXCEPTION_INIT( UNIQUE_CONSTRAINT_VIOLATED, -00001 );
45:
46: BEGIN
47: -- Standard Start of API savepoint
48: SAVEPOINT Create_Flwsts_Tran;
49:
50: -- Standard call to check for call compatibility.
51: IF NOT FND_API.Compatible_API_Call (lc_api_version,

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

46: BEGIN
47: -- Standard Start of API savepoint
48: SAVEPOINT Create_Flwsts_Tran;
49:
50: -- Standard call to check for call compatibility.
51: IF NOT FND_API.Compatible_API_Call (lc_api_version,
52: p_api_version,
53: lc_api_name ,
54: G_PKG_NAME )

Line 133: -- Standard check of p_commit.

129: end if;
130:
131: -- Api body ends here
132:
133: -- Standard check of p_commit.
134: IF FND_API.To_Boolean( p_commit ) THEN
135: COMMIT WORK;
136: END IF;
137:

Line 138: -- Standard call to get message count and IF count is get message info.

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

Line 277: -- Standard Start of API savepoint

273: -- SQLCODE = -00001 and name it as 'UNIQUE_CONSTRAINT_VIOLATED'.
274: PRAGMA EXCEPTION_INIT( UNIQUE_CONSTRAINT_VIOLATED, -00001 );
275:
276: BEGIN
277: -- Standard Start of API savepoint
278: SAVEPOINT Update_Flwsts_Tran;
279:
280: -- Standard call to check for call compatibility.
281: IF NOT FND_API.Compatible_API_Call (lc_api_version,

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

276: BEGIN
277: -- Standard Start of API savepoint
278: SAVEPOINT Update_Flwsts_Tran;
279:
280: -- Standard call to check for call compatibility.
281: IF NOT FND_API.Compatible_API_Call (lc_api_version,
282: p_api_version,
283: lc_api_name ,
284: G_PKG_NAME )

Line 368: -- Standard check of p_commit.

364: end if;
365:
366: -- Api body ends here
367:
368: -- Standard check of p_commit.
369: IF FND_API.To_Boolean( p_commit ) THEN
370: COMMIT WORK;
371: END IF;
372:

Line 373: -- Standard call to get message count and IF count is get message info.

369: IF FND_API.To_Boolean( p_commit ) THEN
370: COMMIT WORK;
371: END IF;
372:
373: -- Standard call to get message count and IF count is get message info.
374: FND_MSG_PUB.Count_And_Get
375: (p_count => x_msg_count,
376: p_data => x_msg_data );
377:

Line 500: -- Standard Start of API savepoint

496: l_msg_data VARCHAR2(100);
497: l_msg_index NUMBER;
498:
499: BEGIN
500: -- Standard Start of API savepoint
501: SAVEPOINT Delete_Flwsts_Tran;
502:
503: -- Standard call to check for call compatibility.
504: IF NOT FND_API.Compatible_API_Call (lc_api_version,

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

499: BEGIN
500: -- Standard Start of API savepoint
501: SAVEPOINT Delete_Flwsts_Tran;
502:
503: -- Standard call to check for call compatibility.
504: IF NOT FND_API.Compatible_API_Call (lc_api_version,
505: p_api_version,
506: lc_api_name ,
507: G_PKG_NAME )

Line 560: -- Standard check of p_commit.

556: end if;
557:
558: -- Api body ends here
559:
560: -- Standard check of p_commit.
561: IF FND_API.To_Boolean( p_commit ) THEN
562: COMMIT WORK;
563: END IF;
564:

Line 565: -- Standard call to get message count and IF count is get message info.

561: IF FND_API.To_Boolean( p_commit ) THEN
562: COMMIT WORK;
563: END IF;
564:
565: -- Standard call to get message count and IF count is get message info.
566: FND_MSG_PUB.Count_And_Get
567: (p_count => x_msg_count,
568: p_data => x_msg_data );
569:

Line 680: -- Standard Start of API savepoint

676: l_msg_index NUMBER;
677: l_rowid ROWID;
678:
679: BEGIN
680: -- Standard Start of API savepoint
681: SAVEPOINT Lock_Flwsts_Tran;
682:
683: -- Standard call to check for call compatibility.
684: IF NOT FND_API.Compatible_API_Call (lc_api_version,

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

679: BEGIN
680: -- Standard Start of API savepoint
681: SAVEPOINT Lock_Flwsts_Tran;
682:
683: -- Standard call to check for call compatibility.
684: IF NOT FND_API.Compatible_API_Call (lc_api_version,
685: p_api_version,
686: lc_api_name ,
687: G_PKG_NAME )

Line 748: -- Standard check of p_commit.

744: end if;
745:
746: -- Api body ends here
747:
748: -- Standard check of p_commit.
749: IF FND_API.To_Boolean( p_commit ) THEN
750: COMMIT WORK;
751: END IF;
752:

Line 753: -- Standard call to get message count and IF count is get message info.

749: IF FND_API.To_Boolean( p_commit ) THEN
750: COMMIT WORK;
751: END IF;
752:
753: -- Standard call to get message count and IF count is get message info.
754: FND_MSG_PUB.Count_And_Get
755: (p_count => x_msg_count,
756: p_data => x_msg_data );
757: