DBA Data[Home] [Help]

APPS.QPR_DEAL_PVT dependencies on ASO_DEBUG_PUB

Line 10: aso_debug_pub.ADD (text);

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;
12: end;
13:
14: procedure log_debug(text varchar2) is