DBA Data[Home] [Help]

APPS.INV_LABEL dependencies on WSH_REPORT_PRINTERS_PVT

Line 245: -- WSH_REPORT_PRINTERS_PVT.GET_PRINTER() as part of cleanup since irrespective of

241: x_types_to_print(1).default_printer := NULL;
242: END IF;
243:
244: -- Deleted the IF condition around the call to the
245: -- WSH_REPORT_PRINTERS_PVT.GET_PRINTER() as part of cleanup since irrespective of
246: -- the fact that a default format is defined or not the printer has to be derived.
247: -- The format can also be derived in the individual label API's(INVLAP*B.pls) via
248: -- the rules engine anyways. Moreover the default printer is defined based on the
249: -- document (label type in this case and not on the format)

Line 256: WSH_REPORT_PRINTERS_PVT.GET_PRINTER(

252: IF(l_debug = 1 ) THEN -- For Bug 4553439
253: trace('Value of org id before calling printer for manual mode: ' || l_org_id, TRACE_PROMPT,TRACE_LEVEL);
254: END IF;
255:
256: WSH_REPORT_PRINTERS_PVT.GET_PRINTER(
257: p_concurrent_program_id=>p_label_type_id,
258: p_organization_id =>l_org_id,--Bug 4553439. Added the parameter for organization_id
259: p_user_id =>fnd_global.user_id,
260: p_responsibility_id =>fnd_global.resp_id,

Line 335: WSH_REPORT_PRINTERS_PVT.GET_PRINTER(

331: IF(l_debug = 1 ) THEN
332: trace('Value of org id before calling printer for business flow: ' || l_org_id, TRACE_PROMPT,TRACE_LEVEL);
333: END IF ;
334:
335: WSH_REPORT_PRINTERS_PVT.GET_PRINTER(
336: p_concurrent_program_id=> l_type.label_type_id,
337: p_organization_id =>l_org_id,--Bug 4553439. Added the parameter for organization_id
338: p_user_id =>fnd_global.user_id,
339: p_responsibility_id =>fnd_global.resp_id,

Line 398: -- WSH_REPORT_PRINTERS_PVT.GET_PRINTER() as part of cleanup since irrespective of

394: p_label_format => x_types_to_print(l_count).default_format_name,
395: p_label_format_id => x_types_to_print(l_count).default_format_id );
396:
397: -- Deleted the IF condition around the call to the
398: -- WSH_REPORT_PRINTERS_PVT.GET_PRINTER() as part of cleanup since irrespective of
399: -- the fact that a default format is defined or not the printer has to be derived.
400: -- The format can also be derived in the individual label API's(INVLAP*B.pls) via
401: -- the rules engine anyways. Moreover the default printer is defined based on the
402: -- document (label type in this case and not on the format)

Line 410: WSH_REPORT_PRINTERS_PVT.GET_PRINTER(

406: IF(l_debug = 1 ) THEN -- For Bug 4553439
407: trace('Value of org id before calling printer for business flow: ' || l_org_id, TRACE_PROMPT,TRACE_LEVEL);
408: END IF ;
409:
410: WSH_REPORT_PRINTERS_PVT.GET_PRINTER(
411: p_concurrent_program_id=> v_type.label_type_id,
412: p_organization_id =>l_org_id,--Bug 4553439. Added the parameter for organization_id
413: p_user_id =>fnd_global.user_id,
414: p_responsibility_id =>fnd_global.resp_id,