DBA Data[Home] [Help]

APPS.QA_SS_OM dependencies on QA_RESULTS_INTERFACE_PKG

Line 310: qa_results_interface_pkg.OEHeader_to_MTLSales

306: return 'N';
307: end if;
308:
309: l_mtl_sales_ord_id :=
310: qa_results_interface_pkg.OEHeader_to_MTLSales
311: ( x_so_header_id );
312:
313: open om_plans_cur (l_mtl_sales_ord_id);
314: fetch om_plans_cur into plan_applicable;