DBA Data[Home] [Help]

APPS.OKC_TERMS_MULTIREC_GRP dependencies on STANDARD

Line 142: -- Standard Start of API savepoint

138: FND_LOG.STRING(G_PROC_LEVEL,
139: G_PKG_NAME, '100: p_doc_id : '||p_doc_id );
140: END IF;
141:
142: -- Standard Start of API savepoint
143: SAVEPOINT g_create_article_GRP;
144: -- Standard call to check for call compatibility.
145: IF NOT FND_API.Compatible_API_Call(l_api_version, p_api_version, l_api_name, G_PKG_NAME) THEN
146: RAISE FND_API.G_EXC_UNEXPECTED_ERROR;

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

140: END IF;
141:
142: -- Standard Start of API savepoint
143: SAVEPOINT g_create_article_GRP;
144: -- Standard call to check for call compatibility.
145: IF NOT FND_API.Compatible_API_Call(l_api_version, p_api_version, l_api_name, G_PKG_NAME) THEN
146: RAISE FND_API.G_EXC_UNEXPECTED_ERROR;
147: END IF;
148: -- Initialize message list if p_init_msg_list is set to TRUE.

Line 343: -- Standard check of p_commit

339: END IF;
340: END LOOP;
341: END IF;
342:
343: -- Standard check of p_commit
344: IF FND_API.To_Boolean( p_commit ) THEN
345: COMMIT WORK;
346: END IF;
347:

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

344: IF FND_API.To_Boolean( p_commit ) THEN
345: COMMIT WORK;
346: END IF;
347:
348: -- Standard call to get message count and if count is 1, get message info.
349: FND_MSG_PUB.Count_And_Get(p_encoded=>'F', p_count => x_msg_count, p_data => x_msg_data );
350:
351: /*IF (l_debug = 'Y') THEN
352: okc_debug.log('200: Leaving create_article', 2);

Line 498: -- Standard Start of API savepoint

494: FND_LOG.STRING(G_PROC_LEVEL,
495: G_PKG_NAME, '100: p_commit : '||p_commit );
496: END IF;
497:
498: -- Standard Start of API savepoint
499: SAVEPOINT g_update_article_variable_GRP;
500: -- Standard call to check for call compatibility.
501: IF NOT FND_API.Compatible_API_Call( l_api_version, p_api_version, l_api_name, G_PKG_NAME) THEN
502: RAISE FND_API.G_EXC_UNEXPECTED_ERROR;

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

496: END IF;
497:
498: -- Standard Start of API savepoint
499: SAVEPOINT g_update_article_variable_GRP;
500: -- Standard call to check for call compatibility.
501: IF NOT FND_API.Compatible_API_Call( l_api_version, p_api_version, l_api_name, G_PKG_NAME) THEN
502: RAISE FND_API.G_EXC_UNEXPECTED_ERROR;
503: END IF;
504: -- Initialize message list if p_init_msg_list is set to TRUE.

Line 610: -- Standard check of p_commit

606: END IF;
607: END LOOP;
608: END IF;
609:
610: -- Standard check of p_commit
611: IF FND_API.To_Boolean( p_commit ) THEN
612: COMMIT WORK;
613: END IF;
614:

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

611: IF FND_API.To_Boolean( p_commit ) THEN
612: COMMIT WORK;
613: END IF;
614:
615: -- Standard call to get message count and if count is 1, get message info.
616: FND_MSG_PUB.Count_And_Get(p_encoded=>'F', p_count => x_msg_count, p_data => x_msg_data );
617:
618: /*IF (l_debug = 'Y') THEN
619: okc_debug.log('200: Leaving update_article_variable', 2);

Line 747: -- Standard Start of API savepoint

743: FND_LOG.STRING(G_PROC_LEVEL,
744: G_PKG_NAME, '100: p_commit : '||p_commit );
745: END IF;
746:
747: -- Standard Start of API savepoint
748: SAVEPOINT g_update_structure_GRP;
749: -- Standard call to check for call compatibility.
750: IF NOT FND_API.Compatible_API_Call( l_api_version, p_api_version, l_api_name, G_PKG_NAME) THEN
751: RAISE FND_API.G_EXC_UNEXPECTED_ERROR;

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

745: END IF;
746:
747: -- Standard Start of API savepoint
748: SAVEPOINT g_update_structure_GRP;
749: -- Standard call to check for call compatibility.
750: IF NOT FND_API.Compatible_API_Call( l_api_version, p_api_version, l_api_name, G_PKG_NAME) THEN
751: RAISE FND_API.G_EXC_UNEXPECTED_ERROR;
752: END IF;
753:

Line 857: -- Standard check of p_commit

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

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

858: IF FND_API.To_Boolean( p_commit ) THEN
859: COMMIT WORK;
860: END IF;
861:
862: -- Standard call to get message count and if count is 1, get message info.
863: FND_MSG_PUB.Count_And_Get(p_encoded=>'F', p_count => x_msg_count, p_data => x_msg_data );
864:
865: /*IF (l_debug = 'Y') THEN
866: okc_debug.log('200: Leaving update_structure', 2);

Line 1166: -- Standard Start of API savepoint

1162: FND_LOG.STRING(G_PROC_LEVEL,
1163: G_PKG_NAME, '100: p_doc_id : '||p_doc_id );
1164: END IF;
1165:
1166: -- Standard Start of API savepoint
1167: SAVEPOINT g_sync_doc_with_expert_GRP;
1168: -- Standard call to check for call compatibility.
1169: IF NOT FND_API.Compatible_API_Call( l_api_version, p_api_version, l_api_name, G_PKG_NAME) THEN
1170: RAISE FND_API.G_EXC_UNEXPECTED_ERROR;

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

1164: END IF;
1165:
1166: -- Standard Start of API savepoint
1167: SAVEPOINT g_sync_doc_with_expert_GRP;
1168: -- Standard call to check for call compatibility.
1169: IF NOT FND_API.Compatible_API_Call( l_api_version, p_api_version, l_api_name, G_PKG_NAME) THEN
1170: RAISE FND_API.G_EXC_UNEXPECTED_ERROR;
1171: END IF;
1172: -- Initialize message list if p_init_msg_list is set to TRUE.

Line 1653: -- Standard check of p_commit

1649:
1650: -- set the OUT parameter to indicate the number of provisional articles dropped
1651: x_articles_dropped := l_articles_dropped;
1652:
1653: -- Standard check of p_commit
1654: IF FND_API.To_Boolean( p_commit ) THEN
1655: COMMIT WORK;
1656: END IF;
1657:

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

1654: IF FND_API.To_Boolean( p_commit ) THEN
1655: COMMIT WORK;
1656: END IF;
1657:
1658: -- Standard call to get message count and if count is 1, get message info.
1659: FND_MSG_PUB.Count_And_Get(p_encoded=>'F', p_count => x_msg_count, p_data => x_msg_data );
1660:
1661: /*IF (l_debug = 'Y') THEN
1662: okc_debug.log('200: Leaving sync_doc_with_expert', 2);

Line 1923: -- Standard Start of API savepoint

1919: FND_LOG.STRING(G_PROC_LEVEL,
1920: G_PKG_NAME, '100: p_doc_id : '||p_doc_id );
1921: END IF;
1922:
1923: -- Standard Start of API savepoint
1924: SAVEPOINT g_refresh_articles_GRP;
1925: -- Standard call to check for call compatibility.
1926:
1927: IF NOT FND_API.Compatible_API_Call( l_api_version, p_api_version, l_api_name, G_PKG_NAME) THEN

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

1921: END IF;
1922:
1923: -- Standard Start of API savepoint
1924: SAVEPOINT g_refresh_articles_GRP;
1925: -- Standard call to check for call compatibility.
1926:
1927: IF NOT FND_API.Compatible_API_Call( l_api_version, p_api_version, l_api_name, G_PKG_NAME) THEN
1928: RAISE FND_API.G_EXC_UNEXPECTED_ERROR;
1929: END IF;

Line 1991: -- Standard check of p_commit

1987: END IF;
1988:
1989: END LOOP;
1990:
1991: -- Standard check of p_commit
1992: IF FND_API.To_Boolean( p_commit ) THEN
1993: COMMIT WORK;
1994: END IF;
1995:

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

1992: IF FND_API.To_Boolean( p_commit ) THEN
1993: COMMIT WORK;
1994: END IF;
1995:
1996: -- Standard call to get message count and if count is 1, get message info.
1997: FND_MSG_PUB.Count_And_Get(p_encoded=>'F', p_count => x_msg_count, p_data => x_msg_data );
1998:
1999: /*IF (l_debug = 'Y') THEN
2000: okc_debug.log('200: Leaving refresh_articles', 2);

Line 2208: -- Standard Start of API savepoint

2204: FND_LOG.STRING(G_PROC_LEVEL,
2205: G_PKG_NAME, '100: p_to_object_id : '||p_to_object_id );
2206: END IF;
2207:
2208: -- Standard Start of API savepoint
2209: SAVEPOINT g_organize_layout_GRP;
2210: -- Standard call to check for call compatibility.
2211:
2212: IF NOT FND_API.Compatible_API_Call( l_api_version, p_api_version, l_api_name, G_PKG_NAME) THEN

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

2206: END IF;
2207:
2208: -- Standard Start of API savepoint
2209: SAVEPOINT g_organize_layout_GRP;
2210: -- Standard call to check for call compatibility.
2211:
2212: IF NOT FND_API.Compatible_API_Call( l_api_version, p_api_version, l_api_name, G_PKG_NAME) THEN
2213: RAISE FND_API.G_EXC_UNEXPECTED_ERROR;
2214: END IF;

Line 2595: -- Standard check of p_commit

2591: END IF;
2592: END LOOP;
2593: END IF;
2594:
2595: -- Standard check of p_commit
2596: IF FND_API.To_Boolean( p_commit ) THEN
2597: COMMIT WORK;
2598: END IF;
2599:

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

2596: IF FND_API.To_Boolean( p_commit ) THEN
2597: COMMIT WORK;
2598: END IF;
2599:
2600: -- Standard call to get message count and if count is 1, get message info.
2601: FND_MSG_PUB.Count_And_Get(p_encoded=>'F', p_count => x_msg_count, p_data => x_msg_data );
2602:
2603: /*IF (l_debug = 'Y') THEN
2604: okc_debug.log('1000: Leaving organize_layout', 2);

Line 2819: -- Standard Start of API savepoint

2815: FND_LOG.STRING(G_PROC_LEVEL,
2816: G_PKG_NAME, '100: p_doc_id : '||p_doc_id );
2817: END IF;
2818:
2819: -- Standard Start of API savepoint
2820: SAVEPOINT g_merge_review_clauses_GRP;
2821: -- Standard call to check for call compatibility.
2822:
2823: IF NOT FND_API.Compatible_API_Call( l_api_version, p_api_version, l_api_name, G_PKG_NAME) THEN

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

2817: END IF;
2818:
2819: -- Standard Start of API savepoint
2820: SAVEPOINT g_merge_review_clauses_GRP;
2821: -- Standard call to check for call compatibility.
2822:
2823: IF NOT FND_API.Compatible_API_Call( l_api_version, p_api_version, l_api_name, G_PKG_NAME) THEN
2824: RAISE FND_API.G_EXC_UNEXPECTED_ERROR;
2825: END IF;

Line 3076: -- Standard check of p_commit

3072: END IF;
3073:
3074: END IF; -- IF p_merge_review_tbl.COUNT>0
3075:
3076: -- Standard check of p_commit
3077: IF FND_API.To_Boolean( p_commit ) THEN
3078: COMMIT WORK;
3079: END IF;
3080:

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

3077: IF FND_API.To_Boolean( p_commit ) THEN
3078: COMMIT WORK;
3079: END IF;
3080:
3081: -- Standard call to get message count and if count is 1, get message info.
3082: FND_MSG_PUB.Count_And_Get(p_encoded=>'F', p_count => x_msg_count, p_data => x_msg_data );
3083:
3084:
3085: IF ( G_PROC_LEVEL >= G_DBG_LEVEL ) THEN