DBA Data[Home] [Help]

APPS.GMI_PR_PICK_SLIP_NUMBER dependencies on WSH_DOCUMENT_SETS

Line 136: l_document_info WSH_DOCUMENT_SETS.document_set_tab_type;

132: x_error_message OUT NOCOPY VARCHAR2 )
133: IS
134: l_index NUMBER;
135: l_ps_num NUMBER;
136: l_document_info WSH_DOCUMENT_SETS.document_set_tab_type;
137: BEGIN
138: l_index := g_pskey_table.first;
139:
140: /* If report set id is NULL, there is no report to print */

Line 576: l_document_info WSH_DOCUMENT_SETS.document_set_tab_type;

572: l_report_set_id NUMBER;
573: l_trip_ids WSH_UTIL_CORE.Id_Tab_Type;
574: l_stop_ids WSH_UTIL_CORE.Id_Tab_Type;
575: l_delivery_ids WSH_UTIL_CORE.Id_Tab_Type;
576: l_document_info WSH_DOCUMENT_SETS.document_set_tab_type;
577: l_organization_id NUMBER;
578: BEGIN
579: l_document_info(1).p_report_set_id := p_report_set_id;
580: l_document_info(1).pick_slip_num_l := p_pick_slip_number;

Line 590: WSH_DOCUMENT_SETS.Print_Document_Sets(

586:
587: l_organization_id := p_organization_id;
588:
589: WSH_UTIL_CORE.Println('calling WSH_UTIL_CORE.Print_Document_Sets');
590: WSH_DOCUMENT_SETS.Print_Document_Sets(
591: p_report_set_id => l_report_set_id,
592: p_organization_id => l_organization_id,
593: p_trip_ids => l_trip_ids,
594: p_stop_ids => l_stop_ids,