DBA Data[Home] [Help]

APPS.WMS_DIRECT_SHIP_PVT dependencies on WSH_DOCUMENT_SETS

Line 2428: l_document_param_info wsh_document_sets.document_set_tab_type;

2424: l_report_set_id NUMBER;
2425: l_trip_id wsh_util_core.id_tab_type;
2426: l_stop_id wsh_util_core.id_tab_type;
2427: l_delivery_id wsh_util_core.id_tab_type;
2428: l_document_param_info wsh_document_sets.document_set_tab_type;
2429: l_count1 NUMBER;
2430: l_count2 NUMBER;
2431: l_dummy VARCHAR2(20000);
2432: l_num NUMBER;

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

2508:
2509: CLOSE del_cur;
2510:
2511: IF (l_debug = 1) THEN
2512: DEBUG('Call WSH_DOCUMENT_SETS.Print_Document_Sets Document Set Id ' ||
2513: l_report_set_id, 'Print_Shipping_Documents');
2514: END IF;
2515:
2516: l_count1 := 0;

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

2517: l_count2 := 0;
2518: l_count1 := fnd_msg_pub.count_msg();
2519:
2520: IF (l_debug = 1) THEN
2521: DEBUG('Call WSH_DOCUMENT_SETS.Print_document_Sets for all the deliveries');
2522: DEBUG('Msg table count' || l_count1, 'Print_Shipping_document');
2523: END IF;
2524:
2525: /* bug 13576503 */

Line 2531: wsh_document_sets.print_document_sets(

2527: l_document_param_info(1).p_trip_id :=p_trip_id;
2528: END IF;
2529: /* bug 13576503 */
2530:
2531: wsh_document_sets.print_document_sets(
2532: p_report_set_id => l_report_set_id
2533: , p_organization_id => p_org_id
2534: , p_trip_ids => l_trip_id
2535: , p_stop_ids => l_stop_id