DBA Data[Home] [Help]

APPS.FND_REQUEST dependencies on FND_PRINTER_INFORMATION

Line 3145: From Fnd_Printer_Information

3141: (style is not null)) then -- Verify printer/style comination
3142: begin
3143: Select 'X'
3144: Into Dummy_fld
3145: From Fnd_Printer_Information
3146: Where Upper(Printer_Style) = Upper(P_PRINT_STYLE)
3147: And Upper(Printer_Type) = Upper(printer_typ);
3148:
3149: exception

Line 3333: From Fnd_Printer_Information

3329: (P_PRINT_STYLE is not null)) then -- Verify printer/style combo
3330: begin
3331: Select 'X'
3332: Into Dummy_fld
3333: From Fnd_Printer_Information
3334: Where Upper(Printer_Style) = Upper(P_PRINT_STYLE)
3335: And Upper(Printer_Type) = Upper(printer_typ);
3336:
3337: exception