DBA Data[Home] [Help]

APPS.FND_SUBMIT dependencies on FND_CP_IPP_PRINTERS

Line 1995: from fnd_cp_ipp_printers

1991: begin
1992:
1993: select delivery_id
1994: into printer_id
1995: from fnd_cp_ipp_printers
1996: where ipp_printer_name = printer_name;
1997:
1998: return add_ipp_printer(printer_id, copies, orientation, username, password, lang);
1999:

Line 2032: from fnd_cp_ipp_printers

2028:
2029:
2030: select count(*)
2031: into cnt
2032: from fnd_cp_ipp_printers
2033: where delivery_id = printer_id;
2034:
2035: if (cnt = 0) then
2036: return false;

Line 2069: from fnd_cp_ipp_printers

2065: begin
2066:
2067: select delivery_id
2068: into server_id
2069: from fnd_cp_ipp_printers
2070: where ipp_printer_name = server_name;
2071:
2072: return add_fax(server_id, fax_number, username, password, lang);
2073:

Line 2098: from fnd_cp_ipp_printers

2094: end if;
2095:
2096: select count(*)
2097: into cnt
2098: from fnd_cp_ipp_printers
2099: where delivery_id = server_id
2100: and support_fax = 'Y';
2101:
2102: if (cnt = 0) then