DBA Data[Home] [Help]

APPS.CSD_PROCESS_UTIL dependencies on OE_DEBUG_PUB

Line 5403: -- The user needs to set the oe_debug_pub.G_DIR value.

5399:
5400: BEGIN
5401:
5402: -- The statments below help the user in turning debug on
5403: -- The user needs to set the oe_debug_pub.G_DIR value.
5404: -- This value can be found by executing the following statement
5405: -- select value
5406: -- from v$parameter
5407: -- where name like 'utl_file_dir%';

Line 5416: --oe_debug_pub.SetDebugLevel(10);

5412: x_return_status := FND_API.G_RET_STS_SUCCESS;
5413:
5414: --dbms_output.put_line ('Start time: ' || TO_CHAR(SYSDATE, 'HH24:MI:SSSSS'));
5415:
5416: --oe_debug_pub.SetDebugLevel(10);
5417: oe_debug_pub.Initialize;
5418: --oe_debug_pub.debug_on;
5419:
5420: -- Passing Information to the Pricing Engine

Line 5417: oe_debug_pub.Initialize;

5413:
5414: --dbms_output.put_line ('Start time: ' || TO_CHAR(SYSDATE, 'HH24:MI:SSSSS'));
5415:
5416: --oe_debug_pub.SetDebugLevel(10);
5417: oe_debug_pub.Initialize;
5418: --oe_debug_pub.debug_on;
5419:
5420: -- Passing Information to the Pricing Engine
5421:

Line 5418: --oe_debug_pub.debug_on;

5414: --dbms_output.put_line ('Start time: ' || TO_CHAR(SYSDATE, 'HH24:MI:SSSSS'));
5415:
5416: --oe_debug_pub.SetDebugLevel(10);
5417: oe_debug_pub.Initialize;
5418: --oe_debug_pub.debug_on;
5419:
5420: -- Passing Information to the Pricing Engine
5421:
5422: