DBA Data[Home] [Help]

APPS.OKC_CONTRACT_PVT dependencies on FND_MSG_PUB

Line 2328: fnd_msg_pub.get (p_msg_index => -1,

2324: IF l_msg_count > 0
2325: THEN
2326: FOR i in 1..l_msg_count
2327: LOOP
2328: fnd_msg_pub.get (p_msg_index => -1,
2329: p_encoded => 'T', -- OKC$APPLICATION.GET_FALSE,
2330: p_data => l_msg_data,
2331: p_msg_index_out => l_msg_index_out);
2332: END LOOP;

Line 2372: fnd_msg_pub.get (p_msg_index => -1,

2368: IF l_msg_count > 0
2369: THEN
2370: FOR i in 1..l_msg_count
2371: LOOP
2372: fnd_msg_pub.get (p_msg_index => -1,
2373: p_encoded => 'T', -- OKC$APPLICATION.GET_FALSE,
2374: p_data => l_msg_data,
2375: p_msg_index_out => l_msg_index_out);
2376: END LOOP;

Line 2399: fnd_msg_pub.get (p_msg_index => -1,

2395: IF l_msg_count > 0
2396: THEN
2397: FOR i in 1..l_msg_count
2398: LOOP
2399: fnd_msg_pub.get (p_msg_index => -1,
2400: p_encoded => 'T', -- OKC$APPLICATION.GET_FALSE,
2401: p_data => l_msg_data,
2402: p_msg_index_out => l_msg_index_out);
2403: END LOOP;

Line 3049: fnd_msg_pub.get (p_msg_index => -1,

3045: IF l_msg_count > 0
3046: THEN
3047: FOR i in 1..l_msg_count
3048: LOOP
3049: fnd_msg_pub.get (p_msg_index => -1,
3050: p_encoded => 'T', -- OKC$APPLICATION.GET_FALSE,
3051: p_data => l_msg_data,
3052: p_msg_index_out => l_msg_index_out);
3053: END LOOP;

Line 3115: fnd_msg_pub.get (p_msg_index => -1,

3111: IF l_msg_count > 0
3112: THEN
3113: FOR i in 1..l_msg_count
3114: LOOP
3115: fnd_msg_pub.get (p_msg_index => -1,
3116: p_encoded => 'T', -- OKC$APPLICATION.GET_FALSE,
3117: p_data => l_msg_data,
3118: p_msg_index_out => l_msg_index_out);
3119: END LOOP;

Line 3177: fnd_msg_pub.get (p_msg_index => -1,

3173: IF l_msg_count > 0
3174: THEN
3175: FOR i in 1..l_msg_count
3176: LOOP
3177: fnd_msg_pub.get (p_msg_index => -1,
3178: p_encoded => 'T', -- OKC$APPLICATION.GET_FALSE,
3179: p_data => l_msg_data,
3180: p_msg_index_out => l_msg_index_out);
3181: END LOOP;

Line 4959: IF FND_MSG_PUB.Check_Msg_Level( FND_MSG_PUB.G_MSG_LVL_UNEXP_ERROR ) THEN

4955: IF (l_debug = 'Y') THEN
4956: okc_debug.log('2720: Leaving OKC_CONTRACT_PVT because of EXCEPTION: '||sqlerrm);
4957: END IF;
4958:
4959: IF FND_MSG_PUB.Check_Msg_Level( FND_MSG_PUB.G_MSG_LVL_UNEXP_ERROR ) THEN
4960: FND_MSG_PUB.Add_Exc_Msg( G_PKG_NAME, l_api_name, SQLERRM );
4961: END IF;
4962:
4963: FND_MSG_PUB.Count_And_Get(p_encoded=>'F', p_count => x_msg_count, p_data => x_msg_data );

Line 4960: FND_MSG_PUB.Add_Exc_Msg( G_PKG_NAME, l_api_name, SQLERRM );

4956: okc_debug.log('2720: Leaving OKC_CONTRACT_PVT because of EXCEPTION: '||sqlerrm);
4957: END IF;
4958:
4959: IF FND_MSG_PUB.Check_Msg_Level( FND_MSG_PUB.G_MSG_LVL_UNEXP_ERROR ) THEN
4960: FND_MSG_PUB.Add_Exc_Msg( G_PKG_NAME, l_api_name, SQLERRM );
4961: END IF;
4962:
4963: FND_MSG_PUB.Count_And_Get(p_encoded=>'F', p_count => x_msg_count, p_data => x_msg_data );
4964:

Line 4963: FND_MSG_PUB.Count_And_Get(p_encoded=>'F', p_count => x_msg_count, p_data => x_msg_data );

4959: IF FND_MSG_PUB.Check_Msg_Level( FND_MSG_PUB.G_MSG_LVL_UNEXP_ERROR ) THEN
4960: FND_MSG_PUB.Add_Exc_Msg( G_PKG_NAME, l_api_name, SQLERRM );
4961: END IF;
4962:
4963: FND_MSG_PUB.Count_And_Get(p_encoded=>'F', p_count => x_msg_count, p_data => x_msg_data );
4964:
4965:
4966: END UPDATE_CONTRACT_AMOUNT;
4967: