DBA Data[Home] [Help]

APPS.WSH_DOCUMENT_SETS dependencies on WSH_INV_INTEGRATION_GRP

Line 1005: IF ( document.CONCURRENT_PROGRAM_NAME <> 'WSHRDPIK' or WSH_INV_INTEGRATION_GRP.G_PRINTERTAB.count = 0 ) then --{

1001: END IF; --}
1002:
1003: END IF ; --} if l_printer_name is null
1004:
1005: IF ( document.CONCURRENT_PROGRAM_NAME <> 'WSHRDPIK' or WSH_INV_INTEGRATION_GRP.G_PRINTERTAB.count = 0 ) then --{
1006: IF l_debug_on THEN --{
1007: WSH_DEBUG_SV.logmsg(l_module_name, DOCUMENT.CONCURRENT_PROGRAM_NAME || ' and no printers setup ' );
1008: END IF; --}
1009: --

Line 1030: IF ( document.CONCURRENT_PROGRAM_NAME <> 'WSHRDPIK' or WSH_INV_INTEGRATION_GRP.G_PRINTERTAB.count = 0 ) then --{

1026:
1027: -- go ahead and submit this document as a request
1028:
1029:
1030: IF ( document.CONCURRENT_PROGRAM_NAME <> 'WSHRDPIK' or WSH_INV_INTEGRATION_GRP.G_PRINTERTAB.count = 0 ) then --{
1031:
1032: -- Getting language if document has MLS function associated with it
1033: IF document.mls_executable_id IS NOT NULL THEN
1034: l_nls_lang.delete;

Line 1424: WSH_DEBUG_SV.logmsg(l_module_name, 'WSHRDPIK and number of printers is ' || WSH_INV_INTEGRATION_GRP.G_PRINTERTAB.count );

1420: END LOOP; -- end of l_submitted loop
1421:
1422: ELSE -- It is WSHRDPIK and G_PRINTERTAB has been populated
1423: IF l_debug_on THEN --{
1424: WSH_DEBUG_SV.logmsg(l_module_name, 'WSHRDPIK and number of printers is ' || WSH_INV_INTEGRATION_GRP.G_PRINTERTAB.count );
1425: END IF; --}
1426: --
1427: -- Find position of 'Printer Name' in the arguments
1428:

Line 1446: -- FOR i in 1..WSH_INV_INTEGRATION_GRP.G_PRINTERTAB.count LOOP

1442: end if ;
1443: end loop ;
1444:
1445:
1446: -- FOR i in 1..WSH_INV_INTEGRATION_GRP.G_PRINTERTAB.count LOOP
1447:
1448: -- l_argument(l_printer_pos) := WSH_INV_INTEGRATION_GRP.G_PRINTERTAB(i);
1449: l_argument(l_printer_pos) := p_document_param_info(1).p_printer_name;
1450:

Line 1448: -- l_argument(l_printer_pos) := WSH_INV_INTEGRATION_GRP.G_PRINTERTAB(i);

1444:
1445:
1446: -- FOR i in 1..WSH_INV_INTEGRATION_GRP.G_PRINTERTAB.count LOOP
1447:
1448: -- l_argument(l_printer_pos) := WSH_INV_INTEGRATION_GRP.G_PRINTERTAB(i);
1449: l_argument(l_printer_pos) := p_document_param_info(1).p_printer_name;
1450:
1451: IF l_debug_on THEN --{
1452: WSH_DEBUG_SV.logmsg(l_module_name, 'Setting '|| document.concurrent_program_name || ' with ' || l_copies || ' copies on printer ' || p_document_param_info(1).p_printer_name );

Line 1679: END IF; --} if condition on WSHRDPIK and WSH_INV_INTEGRATION_GRP.G_PRINTERTAB

1675: END LOOP; -- end of l_submitted loop
1676:
1677: -- END LOOP ; -- Loop on G_PRINTERTAB
1678:
1679: END IF; --} if condition on WSHRDPIK and WSH_INV_INTEGRATION_GRP.G_PRINTERTAB
1680:
1681: END IF; --} If valid_params
1682:
1683: