DBA Data[Home] [Help]

APPS.OE_ORDER_GRP dependencies on STANDARD

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

365: x_Line_price_Att_tbl := p_Line_price_Att_tbl;
366: x_Line_Adj_Assoc_tbl := p_Line_Adj_Assoc_tbl;
367: x_Line_Adj_Att_tbl := p_Line_Adj_Att_tbl;
368:
369: -- Standard call to check for call compatibility
370:
371: IF NOT FND_API.Compatible_API_Call
372: ( l_api_version_number
373: , p_api_version_number

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

868: l_api_name CONSTANT VARCHAR2(30):= 'Lock_Order';
869: l_return_status VARCHAR2(1);
870: BEGIN
871:
872: -- Standard call to check for call compatibility
873:
874: IF NOT FND_API.Compatible_API_Call
875: ( l_api_version_number
876: , p_api_version_number

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

1076: l_api_name CONSTANT VARCHAR2(30):= 'Get_Order';
1077: l_header_id NUMBER := p_header_id;
1078: BEGIN
1079:
1080: -- Standard call to check for call compatibility
1081:
1082: IF NOT FND_API.Compatible_API_Call
1083: ( l_api_version_number
1084: , p_api_version_number

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

1088: THEN
1089: RAISE FND_API.G_EXC_UNEXPECTED_ERROR;
1090: END IF;
1091:
1092: -- Standard check for Val/ID conversion
1093:
1094: IF p_header = FND_API.G_MISS_CHAR
1095: THEN
1096:

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

2026: l_line_tbl OE_Order_PUB.Line_Tbl_Type;
2027:
2028: BEGIN
2029:
2030: -- Standard call to check for API compatibility
2031:
2032: IF NOT FND_API.Compatible_API_Call
2033: ( l_api_version_number
2034: , p_api_version_number

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

2038: THEN
2039: RAISE FND_API.G_EXC_UNEXPECTED_ERROR;
2040: END IF;
2041:
2042: -- Standard check for Val/ID conversion
2043:
2044: IF p_top_model_line_id <> FND_API.G_MISS_NUM THEN
2045:
2046: l_top_model_line_id := p_top_model_line_id;