DBA Data[Home] [Help]

APPS.QPR_DEAL_PVT dependencies on OE_DEBUG_PUB

Line 7: oe_debug_pub.add(text);

3:
4: procedure debug_ext_log(text in varchar2, source_id in number) is
5: begin
6: if source_id = 660 then
7: oe_debug_pub.add(text);
8: end if;
9: if source_id = 697 then
10: aso_debug_pub.ADD (text);
11: end if;