DBA Data[Home] [Help]

APPS.OKS_OC_INT_KTO_PVT dependencies on FND_API

Line 1650: l_control_rec.book_flag := FND_API.G_FALSE;

1646: --
1647: -- set control record, need to set additional attributes
1648: --
1649:
1650: l_control_rec.book_flag := FND_API.G_FALSE;
1651:
1652:
1653: fnd_profile.put('UNIQUE:SEQ_NUMBERS','A');
1654: FND_FILE.PUT_LINE( FND_FILE.LOG, 'before create order');

Line 1660: P_Commit => FND_API.G_FALSE,

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,
1661: p_Qte_Rec => l_Qte_Header_Rec,
1662: p_Header_Payment_Tbl => l_Header_Payment_Tbl,
1663: p_Header_Price_Adj_Tbl => l_quote_hd_price_adj_tab,
1664: p_Header_Price_Attributes_Tbl => l_quote_hd_price_attr_tab,