DBA Data[Home] [Help]

APPS.OKC_DELIVERABLE_PROCESS_PVT dependencies on STANDARD

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

7026:
7027: /**
7028: * This helper function returns valid day of week for the given date.
7029: * It makes sure that days sequence is matching the seeded days sequence in
7030: * DAY_OF_WEEK lookup type, which is standard as per AMERICA territory.
7031: */
7032: FUNCTION getStartDayOfWeek(
7033: p_start_date in date)
7034: return number is

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

12089: IF ( FND_LOG.LEVEL_PROCEDURE >= FND_LOG.G_CURRENT_RUNTIME_LEVEL) THEN
12090: FND_LOG.STRING( FND_LOG.LEVEL_PROCEDURE ,g_module||l_api_name,'100: Inside the API');
12091: END IF;
12092:
12093: -- Standard call to check for call compatibility.
12094: IF NOT FND_API.Compatible_API_Call( l_api_version, p_api_version, l_api_name, G_PKG_NAME) THEN
12095: RAISE FND_API.G_EXC_UNEXPECTED_ERROR;
12096: END IF;
12097:

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

12905: FND_LOG.STRING( FND_LOG.LEVEL_PROCEDURE ,g_module||l_api_name,'p_prev_del_active: '|| p_prev_del_active);
12906: FND_LOG.STRING( FND_LOG.LEVEL_PROCEDURE ,g_module||l_api_name,'p_revert_dels: '|| p_revert_dels);
12907: END IF;
12908:
12909: -- Standard call to check for call compatibility.
12910: IF NOT FND_API.Compatible_API_Call( l_api_version, p_api_version, l_api_name, G_PKG_NAME) THEN
12911: RAISE FND_API.G_EXC_UNEXPECTED_ERROR;
12912: END IF;
12913: