DBA Data[Home] [Help]

APPS.OE_ORDER_BOOK_UTIL dependencies on STANDARD

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

351: -- for non-cancelled lines, do the booking validation and set
352: -- the booked_flag and flow_status on the new line records
353: IF nvl(l_line_tbl(l_index).cancelled_flag,'N') = 'N' THEN
354:
355: IF l_line_tbl(l_index).item_type_code = 'STANDARD' THEN
356: NULL;
357: ELSIF l_line_tbl(l_index).item_type_code = 'MODEL' THEN
358: x_validate_cfg := TRUE;
359: x_freeze_inc_items := TRUE;

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

1088:
1089: -- Initialize API return status to success
1090: x_return_status := FND_API.G_RET_STS_SUCCESS;
1091:
1092: -- Standard call to check for call compatibility
1093:
1094: IF NOT FND_API.Compatible_API_Call
1095: ( l_api_version_number
1096: , p_api_version_number

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

1430:
1431: -- Initialize API return status to success
1432: x_return_status := FND_API.G_RET_STS_SUCCESS;
1433:
1434: -- Standard call to check for call compatibility
1435:
1436: IF NOT FND_API.Compatible_API_Call
1437: ( l_api_version_number
1438: , p_api_version_number

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

1715: -- Initialize API return status to success
1716: x_return_status := FND_API.G_RET_STS_SUCCESS;
1717: x_error_count := 0;
1718:
1719: -- Standard call to check for call compatibility
1720:
1721: IF NOT FND_API.Compatible_API_Call
1722: ( l_api_version_number
1723: , p_api_version_number

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

1891: END IF;
1892:
1893:
1894:
1895: -- Standard call to check for call compatibility
1896:
1897: IF NOT FND_API.Compatible_API_Call
1898: ( l_api_version_number
1899: , p_api_version_number