DBA Data[Home] [Help]

APPS.OE_ORDER_BOOK_UTIL dependencies on STANDARD

Line 362: IF l_line_tbl(l_index).item_type_code = 'STANDARD' THEN

358: -- for non-cancelled lines, do the booking validation and set
359: -- the booked_flag and flow_status on the new line records
360: IF nvl(l_line_tbl(l_index).cancelled_flag,'N') = 'N' THEN
361:
362: IF l_line_tbl(l_index).item_type_code = 'STANDARD' THEN
363: NULL;
364: ELSIF l_line_tbl(l_index).item_type_code = 'MODEL' THEN
365: x_validate_cfg := TRUE;
366: x_freeze_inc_items := TRUE;

Line 1158: -- Standard call to check for call compatibility

1154:
1155: -- Initialize API return status to success
1156: x_return_status := FND_API.G_RET_STS_SUCCESS;
1157:
1158: -- Standard call to check for call compatibility
1159:
1160: IF NOT FND_API.Compatible_API_Call
1161: ( l_api_version_number
1162: , p_api_version_number

Line 1520: -- Standard call to check for call compatibility

1516:
1517: -- Initialize API return status to success
1518: x_return_status := FND_API.G_RET_STS_SUCCESS;
1519:
1520: -- Standard call to check for call compatibility
1521:
1522: IF NOT FND_API.Compatible_API_Call
1523: ( l_api_version_number
1524: , p_api_version_number

Line 1830: -- Standard call to check for call compatibility

1826: -- Initialize API return status to success
1827: x_return_status := FND_API.G_RET_STS_SUCCESS;
1828: x_error_count := 0;
1829:
1830: -- Standard call to check for call compatibility
1831:
1832: IF NOT FND_API.Compatible_API_Call
1833: ( l_api_version_number
1834: , p_api_version_number

Line 2006: -- Standard call to check for call compatibility

2002: END IF;
2003:
2004:
2005:
2006: -- Standard call to check for call compatibility
2007:
2008: IF NOT FND_API.Compatible_API_Call
2009: ( l_api_version_number
2010: , p_api_version_number