DBA Data[Home] [Help]

APPS.WSH_PICK_LIST dependencies on WSH_DOCUMENT_SETS

Line 621: l_document_info WSH_DOCUMENT_SETS.document_set_tab_type;

617:
618: l_debug_on BOOLEAN;
619: l_module_name CONSTANT VARCHAR2(100) := 'wsh.plsql.' || G_PKG_NAME || '.' || 'Print_Docs';
620:
621: l_document_info WSH_DOCUMENT_SETS.document_set_tab_type;
622: l_null_ids WSH_UTIL_CORE.Id_Tab_Type;
623: l_return_status VARCHAR2(1);
624: l_message VARCHAR2(2000);
625: l_order_number VARCHAR2(30);

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

715: l_document_info(1).p_transaction_type_id := WSH_PR_CRITERIA.g_order_type_id;
716: END IF;
717:
718: IF l_debug_on THEN
719: WSH_DEBUG_SV.logmsg(l_module_name,'Calling program unit WSH_DOCUMENT_SETS.PRINT_DOCUMENT_SETS'
720: ,WSH_DEBUG_SV.C_PROC_LEVEL);
721: END IF;
722: ---------------------------------------------------------
723: -- For printing the Document Sets for Pick Release ,

Line 731: WSH_DOCUMENT_SETS.Print_Document_Sets (

727: -- launching Pick Release (Refer bug 2565768)
728: ---------------------------------------------------------
729: l_null_ids.delete; -- ensure that the table is empty since no ids should be passed
730:
731: WSH_DOCUMENT_SETS.Print_Document_Sets (
732: p_report_set_id => p_doc_set_id,
733: p_organization_id => p_organization_id,
734: p_trip_ids => l_null_ids,
735: p_stop_ids => l_null_ids,