DBA Data[Home] [Help]

APPS.OZF_SUPP_TRADE_PROFILE_PUB dependencies on STANDARD

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

1844: END IF;
1845:
1846:
1847:
1848: -- Standard call to check for call compatibility.
1849: IF NOT FND_API.Compatible_API_Call ( l_api_version_number,
1850: p_api_version_number,
1851: l_api_name,
1852: G_PKG_NAME)

Line 2247: -- Standard call to get message count and if count=1, get the message

2243:
2244: EXCEPTION
2245: WHEN FND_API.G_EXC_ERROR THEN
2246: x_return_status := FND_API.G_RET_STS_ERROR;
2247: -- Standard call to get message count and if count=1, get the message
2248: FND_MSG_PUB.Count_And_Get (
2249: p_encoded => FND_API.G_FALSE,
2250: p_count => x_msg_count,
2251: p_data => x_msg_data

Line 2260: -- Standard call to get message count and if count=1, get the message

2256: END IF;
2257:
2258: WHEN FND_API.G_EXC_UNEXPECTED_ERROR THEN
2259: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR;
2260: -- Standard call to get message count and if count=1, get the message
2261: FND_MSG_PUB.Count_And_Get (
2262: p_encoded => FND_API.G_FALSE,
2263: p_count => x_msg_count,
2264: p_data => x_msg_data

Line 2278: -- Standard call to get message count and if count=1, get the message

2274: IF FND_MSG_PUB.Check_Msg_Level ( FND_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
2275: THEN
2276: FND_MSG_PUB.Add_Exc_Msg( G_PKG_NAME,l_api_name);
2277: END IF;
2278: -- Standard call to get message count and if count=1, get the message
2279: FND_MSG_PUB.Count_And_Get (
2280: p_encoded => FND_API.G_FALSE,
2281: p_count => x_msg_count,
2282: p_data => x_msg_data

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

2336: ozf_utility_pvt.debug_message(FND_MSG_PUB.G_MSG_LVL_DEBUG_LOW, 'OZF-STP',G_PKG_NAME||'.'||L_API_NAME||' Starts');
2337: END IF;
2338:
2339:
2340: -- Standard call to check for call compatibility.
2341: IF NOT FND_API.Compatible_API_Call ( l_api_version_number,
2342: p_api_version_number,
2343: l_api_name,
2344: G_PKG_NAME)

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

2469: IF g_debug THEN
2470: ozf_utility_pvt.debug_message(FND_MSG_PUB.G_MSG_LVL_DEBUG_LOW, 'OZF-STP',G_PKG_NAME||'.'||L_API_NAME||' Starts');
2471: END IF;
2472:
2473: -- Standard call to check for call compatibility.
2474: IF NOT FND_API.Compatible_API_Call ( l_api_version_number,
2475: p_api_version_number,
2476: l_api_name,
2477: G_PKG_NAME)

Line 2605: -- Standard call to get message count and if count=1, get the message

2601:
2602: EXCEPTION
2603: WHEN FND_API.G_EXC_ERROR THEN
2604: x_return_status := FND_API.G_RET_STS_ERROR;
2605: -- Standard call to get message count and if count=1, get the message
2606: FND_MSG_PUB.Count_And_Get (
2607: p_encoded => FND_API.G_FALSE,
2608: p_count => x_msg_count,
2609: p_data => x_msg_data

Line 2618: -- Standard call to get message count and if count=1, get the message

2614: END IF;
2615:
2616: WHEN FND_API.G_EXC_UNEXPECTED_ERROR THEN
2617: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR;
2618: -- Standard call to get message count and if count=1, get the message
2619: FND_MSG_PUB.Count_And_Get (
2620: p_encoded => FND_API.G_FALSE,
2621: p_count => x_msg_count,
2622: p_data => x_msg_data

Line 2634: -- Standard call to get message count and if count=1, get the message

2630: IF FND_MSG_PUB.Check_Msg_Level ( FND_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
2631: THEN
2632: FND_MSG_PUB.Add_Exc_Msg( G_PKG_NAME,l_api_name);
2633: END IF;
2634: -- Standard call to get message count and if count=1, get the message
2635: FND_MSG_PUB.Count_And_Get (
2636: p_encoded => FND_API.G_FALSE,
2637: p_count => x_msg_count,
2638: p_data => x_msg_data

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

2705: IF g_debug THEN
2706: ozf_utility_pvt.debug_message(FND_MSG_PUB.G_MSG_LVL_DEBUG_LOW, 'OZF-STP',G_PKG_NAME||'.'||L_API_NAME||' Starts');
2707: END IF;
2708:
2709: -- Standard call to check for call compatibility.
2710: IF NOT FND_API.Compatible_API_Call ( l_api_version_number,
2711: p_api_version_number,
2712: l_api_name,
2713: G_PKG_NAME)

Line 3067: -- Standard call to get message count and if count=1, get the message

3063:
3064: EXCEPTION
3065: WHEN FND_API.G_EXC_ERROR THEN
3066: x_return_status := FND_API.G_RET_STS_ERROR;
3067: -- Standard call to get message count and if count=1, get the message
3068: FND_MSG_PUB.Count_And_Get (
3069: p_encoded => FND_API.G_FALSE,
3070: p_count => x_msg_count,
3071: p_data => x_msg_data

Line 3081: -- Standard call to get message count and if count=1, get the message

3077:
3078: WHEN FND_API.G_EXC_UNEXPECTED_ERROR THEN
3079:
3080: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR;
3081: -- Standard call to get message count and if count=1, get the message
3082: FND_MSG_PUB.Count_And_Get (
3083: p_encoded => FND_API.G_FALSE,
3084: p_count => x_msg_count,
3085: p_data => x_msg_data

Line 3098: -- Standard call to get message count and if count=1, get the message

3094: IF FND_MSG_PUB.Check_Msg_Level ( FND_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
3095: THEN
3096: FND_MSG_PUB.Add_Exc_Msg( G_PKG_NAME,l_api_name);
3097: END IF;
3098: -- Standard call to get message count and if count=1, get the message
3099: FND_MSG_PUB.Count_And_Get (
3100: p_encoded => FND_API.G_FALSE,
3101: p_count => x_msg_count,
3102: p_data => x_msg_data

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

3199: IF g_debug THEN
3200: ozf_utility_pvt.debug_message(FND_MSG_PUB.G_MSG_LVL_DEBUG_LOW, 'OZF-STP',G_PKG_NAME||'.'||L_API_NAME||'Starts' );
3201: END IF;
3202:
3203: -- Standard call to check for call compatibility.
3204: IF NOT FND_API.Compatible_API_Call ( l_api_version_number,
3205: p_api_version_number,
3206: l_api_name,
3207: G_PKG_NAME)

Line 3653: -- Standard call to get message count and if count=1, get the message

3649: IF FND_MSG_PUB.Check_Msg_Level ( FND_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
3650: THEN
3651: FND_MSG_PUB.Add_Exc_Msg( G_PKG_NAME,l_api_name);
3652: END IF;
3653: -- Standard call to get message count and if count=1, get the message
3654: FND_MSG_PUB.Count_And_Get (
3655: p_encoded => FND_API.G_FALSE,
3656: p_count => x_msg_count,
3657: p_data => x_msg_data );