DBA Data[Home] [Help]

APPS.INV_LABEL dependencies on WSH_REPORT_PRINTERS_PVT

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

277: x_types_to_print(1).default_printer := NULL;
278: END IF;
279:
280: -- Deleted the IF condition around the call to the
281: -- WSH_REPORT_PRINTERS_PVT.GET_PRINTER() as part of cleanup since irrespective of
282: -- the fact that a default format is defined or not the printer has to be derived.
283: -- The format can also be derived in the individual label API's(INVLAP*B.pls) via
284: -- the rules engine anyways. Moreover the default printer is defined based on the
285: -- document (label type in this case and not on the format)

Line 292: WSH_REPORT_PRINTERS_PVT.GET_PRINTER(

288: IF(l_debug = 1 ) THEN -- For Bug 4553439
289: trace('Value of org id before calling printer for manual mode: ' || l_org_id, TRACE_PROMPT,TRACE_LEVEL);
290: END IF;
291:
292: WSH_REPORT_PRINTERS_PVT.GET_PRINTER(
293: p_concurrent_program_id=>p_label_type_id,
294: p_organization_id =>l_org_id,--Bug 4553439. Added the parameter for organization_id
295: p_user_id =>fnd_global.user_id,
296: p_responsibility_id =>fnd_global.resp_id,

Line 371: WSH_REPORT_PRINTERS_PVT.GET_PRINTER(

367: IF(l_debug = 1 ) THEN
368: trace('Value of org id before calling printer for business flow: ' || l_org_id, TRACE_PROMPT,TRACE_LEVEL);
369: END IF ;
370:
371: WSH_REPORT_PRINTERS_PVT.GET_PRINTER(
372: p_concurrent_program_id=> l_type.label_type_id,
373: p_organization_id =>l_org_id,--Bug 4553439. Added the parameter for organization_id
374: p_user_id =>fnd_global.user_id,
375: p_responsibility_id =>fnd_global.resp_id,

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

430: p_label_format => x_types_to_print(l_count).default_format_name,
431: p_label_format_id => x_types_to_print(l_count).default_format_id );
432:
433: -- Deleted the IF condition around the call to the
434: -- WSH_REPORT_PRINTERS_PVT.GET_PRINTER() as part of cleanup since irrespective of
435: -- the fact that a default format is defined or not the printer has to be derived.
436: -- The format can also be derived in the individual label API's(INVLAP*B.pls) via
437: -- the rules engine anyways. Moreover the default printer is defined based on the
438: -- document (label type in this case and not on the format)

Line 446: WSH_REPORT_PRINTERS_PVT.GET_PRINTER(

442: IF(l_debug = 1 ) THEN -- For Bug 4553439
443: trace('Value of org id before calling printer for business flow: ' || l_org_id, TRACE_PROMPT,TRACE_LEVEL);
444: END IF ;
445:
446: WSH_REPORT_PRINTERS_PVT.GET_PRINTER(
447: p_concurrent_program_id=> v_type.label_type_id,
448: p_organization_id =>l_org_id,--Bug 4553439. Added the parameter for organization_id
449: p_user_id =>fnd_global.user_id,
450: p_responsibility_id =>fnd_global.resp_id,