DBA Data[Home] [Help]

APPS.FND_SUBMIT dependencies on FND_PRINTER_INFORMATION

Line 1573: From Fnd_Printer_Information

1569: (style is not null)) then -- Verify printer/style comination
1570: begin
1571: Select 'X'
1572: Into Dummy_fld
1573: From Fnd_Printer_Information
1574: Where Printer_Style = P_PRINT_STYLE
1575: And Printer_Type = printer_typ;
1576:
1577: exception

Line 1680: From Fnd_Printer_Information

1676: (P_PRINT_STYLE is not null)) then -- Verify printer/style combo
1677: begin
1678: Select 'X'
1679: Into Dummy_fld
1680: From Fnd_Printer_Information
1681: Where Printer_Style = P_PRINT_STYLE
1682: And Printer_Type = printer_typ;
1683:
1684: exception