DBA Data[Home] [Help]

APPS.JTF_FULFILLMENT_PUB dependencies on JTF_REQUEST_HISTORY_PVT

Line 53: l_request_history_rec JTF_Request_History_PVT.request_history_rec_type;

49: l_qte_line_tbl ASO_QUOTE_PUB.Qte_Line_Tbl_Type := ASO_QUOTE_PUB.G_MISS_QTE_LINE_TBL;
50: l_hd_shipment_tbl ASO_QUOTE_PUB.Shipment_tbl_Type := ASO_QUOTE_PUB.G_MISS_Shipment_TBL;
51: l_ln_shipment_tbl ASO_QUOTE_PUB.Shipment_tbl_Type := ASO_QUOTE_PUB.G_MISS_Shipment_TBL;
52:
53: l_request_history_rec JTF_Request_History_PVT.request_history_rec_type;
54:
55: l_control_rec ASO_ORDER_INT.control_rec_type;
56:
57: x_order_line_tbl ASO_ORDER_INT.Order_Line_tbl_type;

Line 189: JTF_Request_History_PVT.Create_Request_History(

185:
186: l_request_history_rec.app_info := 690;
187: l_request_history_rec.order_id := x_order_header_rec.order_header_id;
188:
189: JTF_Request_History_PVT.Create_Request_History(
190: p_api_version_number => p_api_version,
191: p_init_msg_list => p_init_msg_list,
192: p_commit => p_commit,
193: p_validation_level => 1,