DBA Data[Home] [Help]

APPS.OE_ORDER_GRP dependencies on STANDARD

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

355: x_Line_price_Att_tbl := p_Line_price_Att_tbl;
356: x_Line_Adj_Assoc_tbl := p_Line_Adj_Assoc_tbl;
357: x_Line_Adj_Att_tbl := p_Line_Adj_Att_tbl;
358:
359: -- Standard call to check for call compatibility
360:
361: IF NOT FND_API.Compatible_API_Call
362: ( l_api_version_number
363: , p_api_version_number

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

779: l_api_name CONSTANT VARCHAR2(30):= 'Lock_Order';
780: l_return_status VARCHAR2(1);
781: BEGIN
782:
783: -- Standard call to check for call compatibility
784:
785: IF NOT FND_API.Compatible_API_Call
786: ( l_api_version_number
787: , p_api_version_number

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

987: l_api_name CONSTANT VARCHAR2(30):= 'Get_Order';
988: l_header_id NUMBER := p_header_id;
989: BEGIN
990:
991: -- Standard call to check for call compatibility
992:
993: IF NOT FND_API.Compatible_API_Call
994: ( l_api_version_number
995: , p_api_version_number

Line 1003: -- Standard check for Val/ID conversion

999: THEN
1000: RAISE FND_API.G_EXC_UNEXPECTED_ERROR;
1001: END IF;
1002:
1003: -- Standard check for Val/ID conversion
1004:
1005: IF p_header = FND_API.G_MISS_CHAR
1006: THEN
1007:

Line 1941: -- Standard call to check for API compatibility

1937: l_line_tbl OE_Order_PUB.Line_Tbl_Type;
1938:
1939: BEGIN
1940:
1941: -- Standard call to check for API compatibility
1942:
1943: IF NOT FND_API.Compatible_API_Call
1944: ( l_api_version_number
1945: , p_api_version_number

Line 1953: -- Standard check for Val/ID conversion

1949: THEN
1950: RAISE FND_API.G_EXC_UNEXPECTED_ERROR;
1951: END IF;
1952:
1953: -- Standard check for Val/ID conversion
1954:
1955: IF p_top_model_line_id <> FND_API.G_MISS_NUM THEN
1956:
1957: l_top_model_line_id := p_top_model_line_id;