DBA Data[Home] [Help]

APPS.FND_MLS_SUBMIT dependencies on FND_PRINTER_INFORMATION

Line 958: From Fnd_Printer_Information

954: (P_PRINT_STYLE is not null)) then -- Verify printer/style combo
955: begin
956: Select 'X'
957: Into Dummy_fld
958: From Fnd_Printer_Information
959: Where Printer_Style = P_PRINT_STYLE
960: And Printer_Type = printer_typ;
961:
962: exception

Line 1144: From Fnd_Printer_Information

1140: (style is not null)) then -- Verify printer/style comination
1141: begin
1142: Select 'X'
1143: Into Dummy_fld
1144: From Fnd_Printer_Information
1145: Where Printer_Style = P_PRINT_STYLE
1146: And Printer_Type = printer_typ;
1147:
1148: exception