DBA Data[Home] [Help]

APPS.BIM_SEGMENT_DENORM_PKG dependencies on STANDARD

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

67:
68: BEGIN
69:
70: l_date:= bis_common_parameters.get_global_start_date;
71: -- Standard call to check for call compatibility.
72:
73: IF NOT FND_API.Compatible_API_Call ( l_api_version_number,
74: p_api_version_number,
75: l_api_name,

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

481: EXCEPTION
482: WHEN FND_API.G_EXC_UNEXPECTED_ERROR THEN
483: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR;
484: Execute Immediate 'DROP TABLE source_query_sgdb';
485: -- Standard call to get message count and if count=1, get the message
486: FND_MSG_PUB.Count_And_Get (
487: p_encoded => FND_API.G_FALSE,
488: p_count => x_msg_count,
489: p_data => x_msg_data

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

504: IF FND_MSG_PUB.Check_Msg_Level ( FND_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
505: THEN
506: FND_MSG_PUB.Add_Exc_Msg( G_PKG_NAME,l_api_name);
507: END IF;
508: -- Standard call to get message count and if count=1, get the message
509: FND_MSG_PUB.Count_And_Get (
510: p_encoded => FND_API.G_FALSE,
511: p_count => x_msg_count,
512: p_data => x_msg_data