DBA Data[Home] [Help]

APPS.FND_SUBMIT dependencies on FND_PRINTER_INFORMATION

Line 1649: From Fnd_Printer_Information

1645: (style is not null)) then -- Verify printer/style comination
1646: begin
1647: Select 'X'
1648: Into Dummy_fld
1649: From Fnd_Printer_Information
1650: Where Printer_Style = P_PRINT_STYLE
1651: And Printer_Type = printer_typ;
1652:
1653: exception

Line 1756: From Fnd_Printer_Information

1752: (P_PRINT_STYLE is not null)) then -- Verify printer/style combo
1753: begin
1754: Select 'X'
1755: Into Dummy_fld
1756: From Fnd_Printer_Information
1757: Where Printer_Style = P_PRINT_STYLE
1758: And Printer_Type = printer_typ;
1759:
1760: exception