DBA Data[Home] [Help]

APPS.QPR_PRICE_NEGOTIATION_PUB dependencies on FND_FILE

Line 162: fnd_file.put_line(fnd_file.log, text);

158: procedure debug_log(text varchar2)
159: is
160: begin
161:
162: fnd_file.put_line(fnd_file.log, text);
163:
164: if (g_origin = 660 or g_origin = 697) then
165: qpr_deal_pvt.debug_ext_log(text, g_origin);
166: end if;