DBA Data[Home] [Help]

APPS.OKC_DELIVERABLE_PROCESS_PVT dependencies on STANDARD

Line 6655: * DAY_OF_WEEK lookup type, which is standard as per AMERICA territory.

6651:
6652: /**
6653: * This helper function returns valid day of week for the given date.
6654: * It makes sure that days sequence is matching the seeded days sequence in
6655: * DAY_OF_WEEK lookup type, which is standard as per AMERICA territory.
6656: */
6657: FUNCTION getStartDayOfWeek(
6658: p_start_date in date)
6659: return number is

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

11070: IF ( FND_LOG.LEVEL_PROCEDURE >= FND_LOG.G_CURRENT_RUNTIME_LEVEL) THEN
11071: FND_LOG.STRING( FND_LOG.LEVEL_PROCEDURE ,g_module||l_api_name,'100: Inside the API');
11072: END IF;
11073:
11074: -- Standard call to check for call compatibility.
11075: IF NOT FND_API.Compatible_API_Call( l_api_version, p_api_version, l_api_name, G_PKG_NAME) THEN
11076: RAISE FND_API.G_EXC_UNEXPECTED_ERROR;
11077: END IF;
11078:

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

11843: FND_LOG.STRING( FND_LOG.LEVEL_PROCEDURE ,g_module||l_api_name,'p_prev_del_active: '|| p_prev_del_active);
11844: FND_LOG.STRING( FND_LOG.LEVEL_PROCEDURE ,g_module||l_api_name,'p_revert_dels: '|| p_revert_dels);
11845: END IF;
11846:
11847: -- Standard call to check for call compatibility.
11848: IF NOT FND_API.Compatible_API_Call( l_api_version, p_api_version, l_api_name, G_PKG_NAME) THEN
11849: RAISE FND_API.G_EXC_UNEXPECTED_ERROR;
11850: END IF;
11851: