DBA Data[Home] [Help]

APPS.WSH_PICK_LIST dependencies on WSH_DOCUMENT_SETS

Line 627: l_document_info WSH_DOCUMENT_SETS.document_set_tab_type;

623:
624: l_debug_on BOOLEAN;
625: l_module_name CONSTANT VARCHAR2(100) := 'wsh.plsql.' || G_PKG_NAME || '.' || 'Print_Docs';
626:
627: l_document_info WSH_DOCUMENT_SETS.document_set_tab_type;
628: l_null_ids WSH_UTIL_CORE.Id_Tab_Type;
629: l_return_status VARCHAR2(1);
630: l_message VARCHAR2(2000);
631: l_order_number VARCHAR2(30);

Line 733: WSH_DEBUG_SV.logmsg(l_module_name,'Calling program unit WSH_DOCUMENT_SETS.PRINT_DOCUMENT_SETS'

729: l_document_info(1).p_transaction_type_id := WSH_PR_CRITERIA.g_order_type_id;
730: END IF;
731:
732: IF l_debug_on THEN
733: WSH_DEBUG_SV.logmsg(l_module_name,'Calling program unit WSH_DOCUMENT_SETS.PRINT_DOCUMENT_SETS'
734: ,WSH_DEBUG_SV.C_PROC_LEVEL);
735: END IF;
736: ---------------------------------------------------------
737: -- For printing the Document Sets for Pick Release ,

Line 745: WSH_DOCUMENT_SETS.Print_Document_Sets (

741: -- launching Pick Release (Refer bug 2565768)
742: ---------------------------------------------------------
743: l_null_ids.delete; -- ensure that the table is empty since no ids should be passed
744:
745: WSH_DOCUMENT_SETS.Print_Document_Sets (
746: p_report_set_id => p_doc_set_id,
747: p_organization_id => p_organization_id,
748: p_trip_ids => l_null_ids,
749: p_stop_ids => l_null_ids,