DBA Data[Home] [Help]

APPS.FND_REQUEST dependencies on FND_PRINTER_INFORMATION

Line 2586: From Fnd_Printer_Information

2582: (style is not null)) then -- Verify printer/style comination
2583: begin
2584: Select 'X'
2585: Into Dummy_fld
2586: From Fnd_Printer_Information
2587: Where Printer_Style = P_PRINT_STYLE
2588: And Printer_Type = printer_typ;
2589:
2590: exception

Line 2762: From Fnd_Printer_Information

2758: (P_PRINT_STYLE is not null)) then -- Verify printer/style combo
2759: begin
2760: Select 'X'
2761: Into Dummy_fld
2762: From Fnd_Printer_Information
2763: Where Printer_Style = P_PRINT_STYLE
2764: And Printer_Type = printer_typ;
2765:
2766: exception