DBA Data[Home] [Help]

APPS.OKS_OC_INT_KTO_PVT dependencies on ASO_ORDER_INT

Line 1325: l_Control_Rec ASO_ORDER_INT.Control_Rec_Type ;

1321: l_Line_Rltship_Tbl ASO_QUOTE_PUB.Line_Rltship_Tbl_Type;
1322: l_line_rltship_tab ASO_QUOTE_PUB.line_rltship_tbl_type;
1323: x_line_rltship_tab ASO_QUOTE_PUB.line_rltship_tbl_type;
1324: --
1325: l_Control_Rec ASO_ORDER_INT.Control_Rec_Type ;
1326: l_Line_sales_credit_TBL ASO_ORDER_INT.Sales_credit_tbl_type;
1327: l_Lot_Serial_Tbl ASO_QUOTE_PUB.Lot_Serial_Tbl_Type;
1328: l_header_attribs_ext_tbl ASO_QUOTE_PUB.line_attribs_ext_tbl_type;
1329: l_header_quote_party_tbl ASO_QUOTE_PUB.quote_party_tbl_type;

Line 1326: l_Line_sales_credit_TBL ASO_ORDER_INT.Sales_credit_tbl_type;

1322: l_line_rltship_tab ASO_QUOTE_PUB.line_rltship_tbl_type;
1323: x_line_rltship_tab ASO_QUOTE_PUB.line_rltship_tbl_type;
1324: --
1325: l_Control_Rec ASO_ORDER_INT.Control_Rec_Type ;
1326: l_Line_sales_credit_TBL ASO_ORDER_INT.Sales_credit_tbl_type;
1327: l_Lot_Serial_Tbl ASO_QUOTE_PUB.Lot_Serial_Tbl_Type;
1328: l_header_attribs_ext_tbl ASO_QUOTE_PUB.line_attribs_ext_tbl_type;
1329: l_header_quote_party_tbl ASO_QUOTE_PUB.quote_party_tbl_type;
1330: l_line_quote_party_tbl ASO_QUOTE_PUB.quote_party_tbl_type;

Line 1331: lx_order_header_rec ASO_ORDER_INT.Order_Header_Rec_Type;

1327: l_Lot_Serial_Tbl ASO_QUOTE_PUB.Lot_Serial_Tbl_Type;
1328: l_header_attribs_ext_tbl ASO_QUOTE_PUB.line_attribs_ext_tbl_type;
1329: l_header_quote_party_tbl ASO_QUOTE_PUB.quote_party_tbl_type;
1330: l_line_quote_party_tbl ASO_QUOTE_PUB.quote_party_tbl_type;
1331: lx_order_header_rec ASO_ORDER_INT.Order_Header_Rec_Type;
1332: lx_order_line_tbl ASO_ORDER_INT.Order_Line_Tbl_type;
1333: l_header_sales_credit_TBL ASO_ORDER_INT.Sales_credit_tbl_type;
1334: lx_clev_tbl okc_cle_pvt.clev_tbl_type;
1335:

Line 1332: lx_order_line_tbl ASO_ORDER_INT.Order_Line_Tbl_type;

1328: l_header_attribs_ext_tbl ASO_QUOTE_PUB.line_attribs_ext_tbl_type;
1329: l_header_quote_party_tbl ASO_QUOTE_PUB.quote_party_tbl_type;
1330: l_line_quote_party_tbl ASO_QUOTE_PUB.quote_party_tbl_type;
1331: lx_order_header_rec ASO_ORDER_INT.Order_Header_Rec_Type;
1332: lx_order_line_tbl ASO_ORDER_INT.Order_Line_Tbl_type;
1333: l_header_sales_credit_TBL ASO_ORDER_INT.Sales_credit_tbl_type;
1334: lx_clev_tbl okc_cle_pvt.clev_tbl_type;
1335:
1336: l_order_hd_sales_credit_tab ASO_QUOTE_PUB.sales_credit_tbl_type;

Line 1333: l_header_sales_credit_TBL ASO_ORDER_INT.Sales_credit_tbl_type;

1329: l_header_quote_party_tbl ASO_QUOTE_PUB.quote_party_tbl_type;
1330: l_line_quote_party_tbl ASO_QUOTE_PUB.quote_party_tbl_type;
1331: lx_order_header_rec ASO_ORDER_INT.Order_Header_Rec_Type;
1332: lx_order_line_tbl ASO_ORDER_INT.Order_Line_Tbl_type;
1333: l_header_sales_credit_TBL ASO_ORDER_INT.Sales_credit_tbl_type;
1334: lx_clev_tbl okc_cle_pvt.clev_tbl_type;
1335:
1336: l_order_hd_sales_credit_tab ASO_QUOTE_PUB.sales_credit_tbl_type;
1337: l_order_ln_sales_credit_tab ASO_QUOTE_PUB.sales_credit_tbl_type;

Line 1656: ASO_ORDER_INT.Create_order(

1652:
1653: fnd_profile.put('UNIQUE:SEQ_NUMBERS','A');
1654: FND_FILE.PUT_LINE( FND_FILE.LOG, 'before create order');
1655:
1656: ASO_ORDER_INT.Create_order(
1657: P_Api_Version => l_aso_api_version,
1658: P_Init_Msg_List => P_Init_Msg_List,
1659: p_Control_Rec => l_control_rec,
1660: P_Commit => FND_API.G_FALSE,