DBA Data[Home] [Help]

APPS.CN_CALC_EXT_TABLES_PVT dependencies on STANDARD

Line 86: -- Standard Start of API savepoint

82: l_external_table_name cn_objects.name%TYPE;
83:
84: BEGIN
85:
86: -- Standard Start of API savepoint
87: SAVEPOINT Create_Calc_Ext_Table;
88: -- Standard call to check for call compatibility.
89: IF NOT FND_API.Compatible_API_Call ( l_api_version,
90: p_api_version,

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

84: BEGIN
85:
86: -- Standard Start of API savepoint
87: SAVEPOINT Create_Calc_Ext_Table;
88: -- Standard call to check for call compatibility.
89: IF NOT FND_API.Compatible_API_Call ( l_api_version,
90: p_api_version,
91: l_api_name,
92: G_PKG_NAME )

Line 219: -- Standard check of p_commit.

215: ,p_last_update_login => g_last_update_login);
216:
217: -- End of API body.
218:
219: -- Standard check of p_commit.
220: IF FND_API.To_Boolean( p_commit )
221: THEN
222: COMMIT WORK;
223: END IF;

Line 361: -- Standard Start of API savepoint

357:
358:
359: BEGIN
360:
361: -- Standard Start of API savepoint
362: SAVEPOINT Update_CALC_EXT_TABLES;
363: -- Standard call to check for call compatibility.
364: IF NOT FND_API.Compatible_API_Call ( l_api_version,
365: p_api_version,

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

359: BEGIN
360:
361: -- Standard Start of API savepoint
362: SAVEPOINT Update_CALC_EXT_TABLES;
363: -- Standard call to check for call compatibility.
364: IF NOT FND_API.Compatible_API_Call ( l_api_version,
365: p_api_version,
366: l_api_name,
367: G_PKG_NAME )

Line 516: -- Standard check of p_commit.

512: ,p_last_update_login => g_last_update_login);
513:
514:
515: -- End of API body.
516: -- Standard check of p_commit.
517: IF FND_API.To_Boolean( p_commit )
518: THEN
519: COMMIT WORK;
520: END IF;

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

519: COMMIT WORK;
520: END IF;
521:
522:
523: -- Standard call to get message count and if count is 1, get message info.
524: FND_MSG_PUB.Count_And_Get
525: (
526: p_count => x_msg_count ,
527: p_data => x_msg_data ,

Line 631: -- Standard Start of API savepoint

627: l_count number := 0;
628:
629: BEGIN
630:
631: -- Standard Start of API savepoint
632: SAVEPOINT Delete_CALC_EXT_TABLES;
633: -- Standard call to check for call compatibility.
634: IF NOT FND_API.Compatible_API_Call ( l_api_version,
635: p_api_version,

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

629: BEGIN
630:
631: -- Standard Start of API savepoint
632: SAVEPOINT Delete_CALC_EXT_TABLES;
633: -- Standard call to check for call compatibility.
634: IF NOT FND_API.Compatible_API_Call ( l_api_version,
635: p_api_version,
636: l_api_name,
637: G_PKG_NAME )

Line 674: -- Standard check of p_commit.

670: CN_CALC_EXT_TABLE_PKG.Delete_row(p_calc_ext_table_id);
671:
672: -- End of API body.
673:
674: -- Standard check of p_commit.
675: IF FND_API.To_Boolean( p_commit )
676: THEN
677: COMMIT WORK;
678: END IF;

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

676: THEN
677: COMMIT WORK;
678: END IF;
679:
680: -- Standard call to get message count and if count is 1, get message info.
681: FND_MSG_PUB.Count_And_Get
682: (
683: p_count => x_msg_count ,
684: p_data => x_msg_data ,