DBA Data[Home] [Help]

APPS.OKC_CONTRACT_PVT dependencies on FND_MSG_PUB

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

2382: IF l_msg_count > 0
2383: THEN
2384: FOR i in 1..l_msg_count
2385: LOOP
2386: fnd_msg_pub.get (p_msg_index => -1,
2387: p_encoded => 'T', -- OKC$APPLICATION.GET_FALSE,
2388: p_data => l_msg_data,
2389: p_msg_index_out => l_msg_index_out);
2390: END LOOP;

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

2426: IF l_msg_count > 0
2427: THEN
2428: FOR i in 1..l_msg_count
2429: LOOP
2430: fnd_msg_pub.get (p_msg_index => -1,
2431: p_encoded => 'T', -- OKC$APPLICATION.GET_FALSE,
2432: p_data => l_msg_data,
2433: p_msg_index_out => l_msg_index_out);
2434: END LOOP;

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

2453: IF l_msg_count > 0
2454: THEN
2455: FOR i in 1..l_msg_count
2456: LOOP
2457: fnd_msg_pub.get (p_msg_index => -1,
2458: p_encoded => 'T', -- OKC$APPLICATION.GET_FALSE,
2459: p_data => l_msg_data,
2460: p_msg_index_out => l_msg_index_out);
2461: END LOOP;

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

3103: IF l_msg_count > 0
3104: THEN
3105: FOR i in 1..l_msg_count
3106: LOOP
3107: fnd_msg_pub.get (p_msg_index => -1,
3108: p_encoded => 'T', -- OKC$APPLICATION.GET_FALSE,
3109: p_data => l_msg_data,
3110: p_msg_index_out => l_msg_index_out);
3111: END LOOP;

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

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

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

3231: IF l_msg_count > 0
3232: THEN
3233: FOR i in 1..l_msg_count
3234: LOOP
3235: fnd_msg_pub.get (p_msg_index => -1,
3236: p_encoded => 'T', -- OKC$APPLICATION.GET_FALSE,
3237: p_data => l_msg_data,
3238: p_msg_index_out => l_msg_index_out);
3239: END LOOP;

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

5117: IF (l_debug = 'Y') THEN
5118: okc_debug.log('2720: Leaving OKC_CONTRACT_PVT because of EXCEPTION: '||sqlerrm);
5119: END IF;
5120:
5121: IF FND_MSG_PUB.Check_Msg_Level( FND_MSG_PUB.G_MSG_LVL_UNEXP_ERROR ) THEN
5122: FND_MSG_PUB.Add_Exc_Msg( G_PKG_NAME, l_api_name, SQLERRM );
5123: END IF;
5124:
5125: FND_MSG_PUB.Count_And_Get(p_encoded=>'F', p_count => x_msg_count, p_data => x_msg_data );

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

5118: okc_debug.log('2720: Leaving OKC_CONTRACT_PVT because of EXCEPTION: '||sqlerrm);
5119: END IF;
5120:
5121: IF FND_MSG_PUB.Check_Msg_Level( FND_MSG_PUB.G_MSG_LVL_UNEXP_ERROR ) THEN
5122: FND_MSG_PUB.Add_Exc_Msg( G_PKG_NAME, l_api_name, SQLERRM );
5123: END IF;
5124:
5125: FND_MSG_PUB.Count_And_Get(p_encoded=>'F', p_count => x_msg_count, p_data => x_msg_data );
5126:

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

5121: IF FND_MSG_PUB.Check_Msg_Level( FND_MSG_PUB.G_MSG_LVL_UNEXP_ERROR ) THEN
5122: FND_MSG_PUB.Add_Exc_Msg( G_PKG_NAME, l_api_name, SQLERRM );
5123: END IF;
5124:
5125: FND_MSG_PUB.Count_And_Get(p_encoded=>'F', p_count => x_msg_count, p_data => x_msg_data );
5126:
5127:
5128: END UPDATE_CONTRACT_AMOUNT;
5129: