DBA Data[Home] [Help]

APPS.OKC_NUMBER_SCHEME_GRP dependencies on STANDARD

Line 594: -- Standard Start of API savepoint

590: FND_LOG.STRING(G_PROC_LEVEL,
591: G_PKG_NAME, '100: p_num_scheme_id : '||p_num_scheme_id );
592: END IF;
593:
594: -- Standard Start of API savepoint
595: SAVEPOINT g_generate_preview;
596:
597: -- Standard call to check for call compatibility.
598: IF NOT FND_API.Compatible_API_Call( l_api_version, p_api_version, l_api_name, G_PKG_NAME) THEN

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

593:
594: -- Standard Start of API savepoint
595: SAVEPOINT g_generate_preview;
596:
597: -- Standard call to check for call compatibility.
598: IF NOT FND_API.Compatible_API_Call( l_api_version, p_api_version, l_api_name, G_PKG_NAME) THEN
599: RAISE FND_API.G_EXC_UNEXPECTED_ERROR;
600: END IF;
601: -- Initialize message list if p_init_msg_list is set to TRUE.

Line 807: -- Standard Start of API savepoint

803:
804: -- Initialize the global Structure Table bug 3200243
805: l_structure_tbl.DELETE;
806:
807: -- Standard Start of API savepoint
808: SAVEPOINT g_apply_numbering_scheme;
809: -- Standard call to check for call compatibility.
810: IF NOT FND_API.Compatible_API_Call(l_api_version, p_api_version, l_api_name, G_PKG_NAME) THEN
811: RAISE FND_API.G_EXC_UNEXPECTED_ERROR;

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

805: l_structure_tbl.DELETE;
806:
807: -- Standard Start of API savepoint
808: SAVEPOINT g_apply_numbering_scheme;
809: -- Standard call to check for call compatibility.
810: IF NOT FND_API.Compatible_API_Call(l_api_version, p_api_version, l_api_name, G_PKG_NAME) THEN
811: RAISE FND_API.G_EXC_UNEXPECTED_ERROR;
812: END IF;
813: -- Initialize message list if p_init_msg_list is set to TRUE.

Line 1267: -- Standard check of p_commit

1263: EXIT;
1264: END LOOP;
1265: END IF;
1266:
1267: -- Standard check of p_commit
1268: IF FND_API.To_Boolean( p_commit ) THEN
1269: COMMIT WORK;
1270: END IF;
1271: -- Standard call to get message count and if count is 1, get message info.

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

1267: -- Standard check of p_commit
1268: IF FND_API.To_Boolean( p_commit ) THEN
1269: COMMIT WORK;
1270: END IF;
1271: -- Standard call to get message count and if count is 1, get message info.
1272: FND_MSG_PUB.Count_And_Get(p_encoded=>'F', p_count => x_msg_count, p_data => x_msg_data );
1273:
1274: /*IF (l_debug = 'Y') THEN
1275: okc_debug.log('2000: Leaving apply_numbering_scheme', 2);

Line 1594: -- Standard Start of API savepoint

1590:
1591: -- Initialize the global Structure Table
1592: l_review_tbl.DELETE;
1593:
1594: -- Standard Start of API savepoint
1595: SAVEPOINT g_apply_num_scheme_4_Review;
1596: -- Standard call to check for call compatibility.
1597: IF NOT FND_API.Compatible_API_Call(l_api_version, p_api_version, l_api_name, G_PKG_NAME) THEN
1598: RAISE FND_API.G_EXC_UNEXPECTED_ERROR;

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

1592: l_review_tbl.DELETE;
1593:
1594: -- Standard Start of API savepoint
1595: SAVEPOINT g_apply_num_scheme_4_Review;
1596: -- Standard call to check for call compatibility.
1597: IF NOT FND_API.Compatible_API_Call(l_api_version, p_api_version, l_api_name, G_PKG_NAME) THEN
1598: RAISE FND_API.G_EXC_UNEXPECTED_ERROR;
1599: END IF;
1600: -- Initialize message list if p_init_msg_list is set to TRUE.

Line 1810: -- Standard check of p_commit

1806: END LOOP;
1807: END IF; -- l_review_tbl.count > 0
1808: END IF; -- detail count is 0 i.e no numbering scheme
1809:
1810: -- Standard check of p_commit
1811: IF FND_API.To_Boolean( p_commit ) THEN
1812: COMMIT WORK;
1813: END IF;
1814: -- Standard call to get message count and if count is 1, get message info.

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

1810: -- Standard check of p_commit
1811: IF FND_API.To_Boolean( p_commit ) THEN
1812: COMMIT WORK;
1813: END IF;
1814: -- Standard call to get message count and if count is 1, get message info.
1815: FND_MSG_PUB.Count_And_Get(p_encoded=>'F', p_count => x_msg_count, p_data => x_msg_data );
1816:
1817:
1818: IF ( G_PROC_LEVEL >= G_DBG_LEVEL ) THEN