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 1942: l_request_tbl(i).entity_code := OE_GLOBALS.G_ENTITY_HEADER;

1938: -- set the control record flags
1939: -- book order
1940:
1941: IF p_control_rec.book_flag = FND_API.G_TRUE THEN
1942: l_request_tbl(i).entity_code := OE_GLOBALS.G_ENTITY_HEADER;
1943: l_request_tbl(i).request_type := OE_GLOBALS.G_BOOK_ORDER;
1944: i := i + 1;
1945: END IF; -- booking
1946:

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

1939: -- book order
1940:
1941: IF p_control_rec.book_flag = FND_API.G_TRUE THEN
1942: l_request_tbl(i).entity_code := OE_GLOBALS.G_ENTITY_HEADER;
1943: l_request_tbl(i).request_type := OE_GLOBALS.G_BOOK_ORDER;
1944: i := i + 1;
1945: END IF; -- booking
1946:
1947: IF aso_debug_pub.g_debug_flag = 'Y' THEN

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_HEADER;
1964: --l_request_tbl(i).param2 := l_cc_auth_failure_prof;
1965:
1966: IF aso_debug_pub.g_debug_flag = 'Y' THEN

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

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_HEADER;
1964: --l_request_tbl(i).param2 := l_cc_auth_failure_prof;
1965:
1966: IF aso_debug_pub.g_debug_flag = 'Y' THEN
1967: aso_debug_pub.add('Create_Order: l_request_tbl(i).param2: '|| l_request_tbl(i).param2, 1, 'N');

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

1987: IF aso_debug_pub.g_debug_flag = 'Y' THEN
1988: aso_debug_pub.add('Create_Order: l_enable_risk_mgmt_prof: '||l_enable_risk_mgmt_prof, 1, 'N');
1989: END IF;
1990:
1991: l_request_tbl(i).request_type := OE_GLOBALS.G_VERIFY_PAYMENT;
1992: l_request_tbl(i).entity_code := OE_GLOBALS.G_ENTITY_LINE;
1993: l_request_tbl(i).entity_index := l_Line_Payment_tbl(x).Line_Index;
1994: --l_request_tbl(i).param2 := l_cc_auth_failure_prof;
1995:

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

1988: aso_debug_pub.add('Create_Order: l_enable_risk_mgmt_prof: '||l_enable_risk_mgmt_prof, 1, 'N');
1989: END IF;
1990:
1991: l_request_tbl(i).request_type := OE_GLOBALS.G_VERIFY_PAYMENT;
1992: l_request_tbl(i).entity_code := OE_GLOBALS.G_ENTITY_LINE;
1993: l_request_tbl(i).entity_index := l_Line_Payment_tbl(x).Line_Index;
1994: --l_request_tbl(i).param2 := l_cc_auth_failure_prof;
1995:
1996: IF aso_debug_pub.g_debug_flag = 'Y' THEN

Line 2479: l_control_rec OE_GLOBALS.Control_Rec_Type;

2475:
2476: l_line_shipment_tbl ASO_QUOTE_PUB.Shipment_Tbl_Type;
2477: l_api_version_number CONSTANT NUMBER := 1.0;
2478: l_api_name CONSTANT VARCHAR2(30):= 'Update_Order';
2479: l_control_rec OE_GLOBALS.Control_Rec_Type;
2480: l_return_status VARCHAR2(1);
2481: l_header_rec OE_Order_PUB.Header_Rec_Type;
2482: l_Header_Adj_tbl OE_Order_PUB.Header_Adj_Tbl_Type;
2483: l_Header_price_Att_tbl OE_Order_PUB.Header_Price_Att_Tbl_Type ;

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

2711: X_Lot_Serial_val_tbl => l_Lot_Serial_val_tbl ,
2712: x_Line_Payment_tbl => l_Line_Payment_tbl
2713: );
2714:
2715: l_header_rec.operation := OE_Globals.G_OPR_UPDATE;
2716:
2717: -- set the control record flags
2718: -- book order
2719:

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

2717: -- set the control record flags
2718: -- book order
2719:
2720: IF p_control_rec.book_flag = FND_API.G_TRUE THEN
2721: l_request_tbl(i).entity_code := OE_GLOBALS.G_ENTITY_HEADER;
2722: l_request_tbl(i).request_type := OE_GLOBALS.G_BOOK_ORDER;
2723: i := i + 1;
2724: END IF; -- booking
2725:

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

2718: -- book order
2719:
2720: IF p_control_rec.book_flag = FND_API.G_TRUE THEN
2721: l_request_tbl(i).entity_code := OE_GLOBALS.G_ENTITY_HEADER;
2722: l_request_tbl(i).request_type := OE_GLOBALS.G_BOOK_ORDER;
2723: i := i + 1;
2724: END IF; -- booking
2725:
2726: IF aso_debug_pub.g_debug_flag = 'Y' THEN

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

2737: IF aso_debug_pub.g_debug_flag = 'Y' THEN
2738: aso_debug_pub.add('Create_Order: l_enable_risk_mgmt_prof: '||l_enable_risk_mgmt_prof, 1, 'N');
2739: END IF;
2740:
2741: l_request_tbl(i).request_type := OE_GLOBALS.G_VERIFY_PAYMENT;
2742: l_request_tbl(i).entity_code := OE_GLOBALS.G_ENTITY_HEADER;
2743: --l_request_tbl(i).param2 := l_cc_auth_failure_prof;
2744:
2745: IF aso_debug_pub.g_debug_flag = 'Y' THEN

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

2738: aso_debug_pub.add('Create_Order: l_enable_risk_mgmt_prof: '||l_enable_risk_mgmt_prof, 1, 'N');
2739: END IF;
2740:
2741: l_request_tbl(i).request_type := OE_GLOBALS.G_VERIFY_PAYMENT;
2742: l_request_tbl(i).entity_code := OE_GLOBALS.G_ENTITY_HEADER;
2743: --l_request_tbl(i).param2 := l_cc_auth_failure_prof;
2744:
2745: IF aso_debug_pub.g_debug_flag = 'Y' THEN
2746: aso_debug_pub.add('Create_Order: l_request_tbl(i).param2: '|| l_request_tbl(i).param2, 1, 'N');

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

2765: IF aso_debug_pub.g_debug_flag = 'Y' THEN
2766: aso_debug_pub.add('Create_Order: l_enable_risk_mgmt_prof: '||l_enable_risk_mgmt_prof, 1, 'N');
2767: END IF;
2768:
2769: l_request_tbl(i).request_type := OE_GLOBALS.G_VERIFY_PAYMENT;
2770: l_request_tbl(i).entity_code := OE_GLOBALS.G_ENTITY_LINE;
2771: l_request_tbl(i).entity_index := l_Line_Payment_tbl(x).Line_Index;
2772: --l_request_tbl(i).param2 := l_cc_auth_failure_prof;
2773:

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

2766: aso_debug_pub.add('Create_Order: l_enable_risk_mgmt_prof: '||l_enable_risk_mgmt_prof, 1, 'N');
2767: END IF;
2768:
2769: l_request_tbl(i).request_type := OE_GLOBALS.G_VERIFY_PAYMENT;
2770: l_request_tbl(i).entity_code := OE_GLOBALS.G_ENTITY_LINE;
2771: l_request_tbl(i).entity_index := l_Line_Payment_tbl(x).Line_Index;
2772: --l_request_tbl(i).param2 := l_cc_auth_failure_prof;
2773:
2774: IF aso_debug_pub.g_debug_flag = 'Y' THEN