DBA Data[Home] [Help]

APPS.ASO_ORDER_INT dependencies on OE_GLOBALS

Line 1121: l_control_rec OE_GLOBALS.Control_Rec_Type;

1117: l_request_tbl OE_Order_PUB.Request_Tbl_Type :=
1118: OE_Order_PUB.G_MISS_REQUEST_TBL;
1119: l_line_shipment_tbl ASO_QUOTE_PUB.Shipment_Tbl_Type;
1120:
1121: l_control_rec OE_GLOBALS.Control_Rec_Type;
1122: l_return_status VARCHAR2(1);
1123: l_header_rec OE_Order_PUB.Header_Rec_Type;
1124: l_Header_Adj_tbl OE_Order_PUB.Header_Adj_Tbl_Type;
1125: l_Header_price_Att_tbl OE_Order_PUB.Header_Price_Att_Tbl_Type ;

Line 1239: l_request_tbl(1).entity_code := OE_GLOBALS.G_ENTITY_HEADER;

1235: p_line_tbl_count => 0
1236: );
1237:
1238:
1239: l_request_tbl(1).entity_code := OE_GLOBALS.G_ENTITY_HEADER;
1240: l_request_tbl(1).request_type := OE_GLOBALS.G_BOOK_ORDER;
1241: l_header_rec.header_id := p_order_header_id;
1242: -- l_header_rec.operation := OE_Globals.G_OPR_UPDATE;
1243:

Line 1240: l_request_tbl(1).request_type := OE_GLOBALS.G_BOOK_ORDER;

1236: );
1237:
1238:
1239: l_request_tbl(1).entity_code := OE_GLOBALS.G_ENTITY_HEADER;
1240: l_request_tbl(1).request_type := OE_GLOBALS.G_BOOK_ORDER;
1241: l_header_rec.header_id := p_order_header_id;
1242: -- l_header_rec.operation := OE_Globals.G_OPR_UPDATE;
1243:
1244: -- bug# 1927450

Line 1242: -- l_header_rec.operation := OE_Globals.G_OPR_UPDATE;

1238:
1239: l_request_tbl(1).entity_code := OE_GLOBALS.G_ENTITY_HEADER;
1240: l_request_tbl(1).request_type := OE_GLOBALS.G_BOOK_ORDER;
1241: l_header_rec.header_id := p_order_header_id;
1242: -- l_header_rec.operation := OE_Globals.G_OPR_UPDATE;
1243:
1244: -- bug# 1927450
1245: OE_STANDARD_WF.SAVE_MESSAGES_OFF;
1246:

Line 1368: l_control_rec OE_GLOBALS.Control_Rec_Type;

1364: l_request_tbl OE_Order_PUB.Request_Tbl_Type :=
1365: OE_Order_PUB.G_MISS_REQUEST_TBL;
1366: l_line_shipment_tbl ASO_QUOTE_PUB.Shipment_Tbl_Type;
1367:
1368: l_control_rec OE_GLOBALS.Control_Rec_Type;
1369: l_return_status VARCHAR2(1);
1370: l_header_rec OE_Order_PUB.Header_Rec_Type;
1371: l_Header_Adj_tbl OE_Order_PUB.Header_Adj_Tbl_Type;
1372: l_Header_price_Att_tbl OE_Order_PUB.Header_Price_Att_Tbl_Type ;

Line 1485: l_header_rec.operation := OE_Globals.G_OPR_UPDATE;

1481: OPEN C_cancel_reason;
1482: FETCH C_cancel_reason into l_header_rec.change_reason;
1483: CLOSE C_cancel_reason;
1484:
1485: l_header_rec.operation := OE_Globals.G_OPR_UPDATE;
1486:
1487: -- bug# 1927450
1488: OE_STANDARD_WF.SAVE_MESSAGES_OFF;
1489:

Line 1661: l_control_rec OE_GLOBALS.Control_Rec_Type;

1657: )
1658: IS
1659: l_api_version_number CONSTANT NUMBER := 1.0;
1660: l_api_name CONSTANT VARCHAR2(30):= 'Create_Order';
1661: l_control_rec OE_GLOBALS.Control_Rec_Type;
1662: l_return_status VARCHAR2(1);
1663:
1664: l_line_shipment_tbl ASO_QUOTE_PUB.Shipment_Tbl_Type;
1665:

Line 1913: l_request_tbl(i).entity_code := OE_GLOBALS.G_ENTITY_HEADER;

1909: -- set the control record flags
1910: -- book order
1911:
1912: IF p_control_rec.book_flag = FND_API.G_TRUE THEN
1913: l_request_tbl(i).entity_code := OE_GLOBALS.G_ENTITY_HEADER;
1914: l_request_tbl(i).request_type := OE_GLOBALS.G_BOOK_ORDER;
1915: i := i + 1;
1916: END IF; -- booking
1917:

Line 1914: l_request_tbl(i).request_type := OE_GLOBALS.G_BOOK_ORDER;

1910: -- book order
1911:
1912: IF p_control_rec.book_flag = FND_API.G_TRUE THEN
1913: l_request_tbl(i).entity_code := OE_GLOBALS.G_ENTITY_HEADER;
1914: l_request_tbl(i).request_type := OE_GLOBALS.G_BOOK_ORDER;
1915: i := i + 1;
1916: END IF; -- booking
1917:
1918: IF aso_debug_pub.g_debug_flag = 'Y' THEN

Line 1933: l_request_tbl(i).request_type := OE_GLOBALS.G_VERIFY_PAYMENT;

1929: IF aso_debug_pub.g_debug_flag = 'Y' THEN
1930: aso_debug_pub.add('Create_Order: l_enable_risk_mgmt_prof: '||l_enable_risk_mgmt_prof, 1, 'N');
1931: END IF;
1932:
1933: l_request_tbl(i).request_type := OE_GLOBALS.G_VERIFY_PAYMENT;
1934: l_request_tbl(i).entity_code := OE_GLOBALS.G_ENTITY_HEADER;
1935: --l_request_tbl(i).param2 := l_cc_auth_failure_prof;
1936:
1937: IF aso_debug_pub.g_debug_flag = 'Y' THEN

Line 1934: l_request_tbl(i).entity_code := OE_GLOBALS.G_ENTITY_HEADER;

1930: aso_debug_pub.add('Create_Order: l_enable_risk_mgmt_prof: '||l_enable_risk_mgmt_prof, 1, 'N');
1931: END IF;
1932:
1933: l_request_tbl(i).request_type := OE_GLOBALS.G_VERIFY_PAYMENT;
1934: l_request_tbl(i).entity_code := OE_GLOBALS.G_ENTITY_HEADER;
1935: --l_request_tbl(i).param2 := l_cc_auth_failure_prof;
1936:
1937: IF aso_debug_pub.g_debug_flag = 'Y' THEN
1938: aso_debug_pub.add('Create_Order: l_request_tbl(i).param2: '|| l_request_tbl(i).param2, 1, 'N');

Line 1962: l_request_tbl(i).request_type := OE_GLOBALS.G_VERIFY_PAYMENT;

1958: IF aso_debug_pub.g_debug_flag = 'Y' THEN
1959: aso_debug_pub.add('Create_Order: l_enable_risk_mgmt_prof: '||l_enable_risk_mgmt_prof, 1, 'N');
1960: END IF;
1961:
1962: l_request_tbl(i).request_type := OE_GLOBALS.G_VERIFY_PAYMENT;
1963: l_request_tbl(i).entity_code := OE_GLOBALS.G_ENTITY_LINE;
1964: l_request_tbl(i).entity_index := l_Line_Payment_tbl(x).Line_Index;
1965: --l_request_tbl(i).param2 := l_cc_auth_failure_prof;
1966:

Line 1963: l_request_tbl(i).entity_code := OE_GLOBALS.G_ENTITY_LINE;

1959: aso_debug_pub.add('Create_Order: l_enable_risk_mgmt_prof: '||l_enable_risk_mgmt_prof, 1, 'N');
1960: END IF;
1961:
1962: l_request_tbl(i).request_type := OE_GLOBALS.G_VERIFY_PAYMENT;
1963: l_request_tbl(i).entity_code := OE_GLOBALS.G_ENTITY_LINE;
1964: l_request_tbl(i).entity_index := l_Line_Payment_tbl(x).Line_Index;
1965: --l_request_tbl(i).param2 := l_cc_auth_failure_prof;
1966:
1967: IF aso_debug_pub.g_debug_flag = 'Y' THEN

Line 2315: l_control_rec OE_GLOBALS.Control_Rec_Type;

2311:
2312: l_line_shipment_tbl ASO_QUOTE_PUB.Shipment_Tbl_Type;
2313: l_api_version_number CONSTANT NUMBER := 1.0;
2314: l_api_name CONSTANT VARCHAR2(30):= 'Update_Order';
2315: l_control_rec OE_GLOBALS.Control_Rec_Type;
2316: l_return_status VARCHAR2(1);
2317: l_header_rec OE_Order_PUB.Header_Rec_Type;
2318: l_Header_Adj_tbl OE_Order_PUB.Header_Adj_Tbl_Type;
2319: l_Header_price_Att_tbl OE_Order_PUB.Header_Price_Att_Tbl_Type ;

Line 2549: l_header_rec.operation := OE_Globals.G_OPR_UPDATE;

2545: X_Lot_Serial_val_tbl => l_Lot_Serial_val_tbl ,
2546: x_Line_Payment_tbl => l_Line_Payment_tbl
2547: );
2548:
2549: l_header_rec.operation := OE_Globals.G_OPR_UPDATE;
2550:
2551: -- set the control record flags
2552: -- book order
2553:

Line 2555: l_request_tbl(i).entity_code := OE_GLOBALS.G_ENTITY_HEADER;

2551: -- set the control record flags
2552: -- book order
2553:
2554: IF p_control_rec.book_flag = FND_API.G_TRUE THEN
2555: l_request_tbl(i).entity_code := OE_GLOBALS.G_ENTITY_HEADER;
2556: l_request_tbl(i).request_type := OE_GLOBALS.G_BOOK_ORDER;
2557: i := i + 1;
2558: END IF; -- booking
2559:

Line 2556: l_request_tbl(i).request_type := OE_GLOBALS.G_BOOK_ORDER;

2552: -- book order
2553:
2554: IF p_control_rec.book_flag = FND_API.G_TRUE THEN
2555: l_request_tbl(i).entity_code := OE_GLOBALS.G_ENTITY_HEADER;
2556: l_request_tbl(i).request_type := OE_GLOBALS.G_BOOK_ORDER;
2557: i := i + 1;
2558: END IF; -- booking
2559:
2560: IF aso_debug_pub.g_debug_flag = 'Y' THEN

Line 2575: l_request_tbl(i).request_type := OE_GLOBALS.G_VERIFY_PAYMENT;

2571: IF aso_debug_pub.g_debug_flag = 'Y' THEN
2572: aso_debug_pub.add('Create_Order: l_enable_risk_mgmt_prof: '||l_enable_risk_mgmt_prof, 1, 'N');
2573: END IF;
2574:
2575: l_request_tbl(i).request_type := OE_GLOBALS.G_VERIFY_PAYMENT;
2576: l_request_tbl(i).entity_code := OE_GLOBALS.G_ENTITY_HEADER;
2577: --l_request_tbl(i).param2 := l_cc_auth_failure_prof;
2578:
2579: IF aso_debug_pub.g_debug_flag = 'Y' THEN

Line 2576: l_request_tbl(i).entity_code := OE_GLOBALS.G_ENTITY_HEADER;

2572: aso_debug_pub.add('Create_Order: l_enable_risk_mgmt_prof: '||l_enable_risk_mgmt_prof, 1, 'N');
2573: END IF;
2574:
2575: l_request_tbl(i).request_type := OE_GLOBALS.G_VERIFY_PAYMENT;
2576: l_request_tbl(i).entity_code := OE_GLOBALS.G_ENTITY_HEADER;
2577: --l_request_tbl(i).param2 := l_cc_auth_failure_prof;
2578:
2579: IF aso_debug_pub.g_debug_flag = 'Y' THEN
2580: aso_debug_pub.add('Create_Order: l_request_tbl(i).param2: '|| l_request_tbl(i).param2, 1, 'N');

Line 2603: l_request_tbl(i).request_type := OE_GLOBALS.G_VERIFY_PAYMENT;

2599: IF aso_debug_pub.g_debug_flag = 'Y' THEN
2600: aso_debug_pub.add('Create_Order: l_enable_risk_mgmt_prof: '||l_enable_risk_mgmt_prof, 1, 'N');
2601: END IF;
2602:
2603: l_request_tbl(i).request_type := OE_GLOBALS.G_VERIFY_PAYMENT;
2604: l_request_tbl(i).entity_code := OE_GLOBALS.G_ENTITY_LINE;
2605: l_request_tbl(i).entity_index := l_Line_Payment_tbl(x).Line_Index;
2606: --l_request_tbl(i).param2 := l_cc_auth_failure_prof;
2607:

Line 2604: l_request_tbl(i).entity_code := OE_GLOBALS.G_ENTITY_LINE;

2600: aso_debug_pub.add('Create_Order: l_enable_risk_mgmt_prof: '||l_enable_risk_mgmt_prof, 1, 'N');
2601: END IF;
2602:
2603: l_request_tbl(i).request_type := OE_GLOBALS.G_VERIFY_PAYMENT;
2604: l_request_tbl(i).entity_code := OE_GLOBALS.G_ENTITY_LINE;
2605: l_request_tbl(i).entity_index := l_Line_Payment_tbl(x).Line_Index;
2606: --l_request_tbl(i).param2 := l_cc_auth_failure_prof;
2607:
2608: IF aso_debug_pub.g_debug_flag = 'Y' THEN