DBA Data[Home] [Help]

APPS.WMS_DIRECT_SHIP_PVT dependencies on WSH_DOCUMENT_SETS

Line 2332: l_document_param_info wsh_document_sets.document_set_tab_type;

2328: l_report_set_id NUMBER;
2329: l_trip_id wsh_util_core.id_tab_type;
2330: l_stop_id wsh_util_core.id_tab_type;
2331: l_delivery_id wsh_util_core.id_tab_type;
2332: l_document_param_info wsh_document_sets.document_set_tab_type;
2333: l_count1 NUMBER;
2334: l_count2 NUMBER;
2335: l_dummy VARCHAR2(20000);
2336: l_num NUMBER;

Line 2416: DEBUG('Call WSH_DOCUMENT_SETS.Print_Document_Sets Document Set Id ' ||

2412:
2413: CLOSE del_cur;
2414:
2415: IF (l_debug = 1) THEN
2416: DEBUG('Call WSH_DOCUMENT_SETS.Print_Document_Sets Document Set Id ' ||
2417: l_report_set_id, 'Print_Shipping_Documents');
2418: END IF;
2419:
2420: l_count1 := 0;

Line 2425: DEBUG('Call WSH_DOCUMENT_SETS.Print_document_Sets for all the deliveries');

2421: l_count2 := 0;
2422: l_count1 := fnd_msg_pub.count_msg();
2423:
2424: IF (l_debug = 1) THEN
2425: DEBUG('Call WSH_DOCUMENT_SETS.Print_document_Sets for all the deliveries');
2426: DEBUG('Msg table count' || l_count1, 'Print_Shipping_document');
2427: END IF;
2428:
2429: wsh_document_sets.print_document_sets(

Line 2429: wsh_document_sets.print_document_sets(

2425: DEBUG('Call WSH_DOCUMENT_SETS.Print_document_Sets for all the deliveries');
2426: DEBUG('Msg table count' || l_count1, 'Print_Shipping_document');
2427: END IF;
2428:
2429: wsh_document_sets.print_document_sets(
2430: p_report_set_id => l_report_set_id
2431: , p_organization_id => p_org_id
2432: , p_trip_ids => l_trip_id
2433: , p_stop_ids => l_stop_id