DBA Data[Home] [Help]

APPS.CSD_PROCESS_UTIL dependencies on OE_DEBUG_PUB

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

5723:
5724: BEGIN
5725:
5726: -- The statments below help the user in turning debug on
5727: -- The user needs to set the oe_debug_pub.G_DIR value.
5728: -- This value can be found by executing the following statement
5729: -- select value
5730: -- from v$parameter
5731: -- where name like 'utl_file_dir%';

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

5736: x_return_status := FND_API.G_RET_STS_SUCCESS;
5737:
5738: --dbms_output.put_line ('Start time: ' || TO_CHAR(SYSDATE, 'HH24:MI:SSSSS'));
5739:
5740: --oe_debug_pub.SetDebugLevel(10);
5741: oe_debug_pub.Initialize;
5742: --oe_debug_pub.debug_on;
5743:
5744: -- Passing Information to the Pricing Engine

Line 5741: oe_debug_pub.Initialize;

5737:
5738: --dbms_output.put_line ('Start time: ' || TO_CHAR(SYSDATE, 'HH24:MI:SSSSS'));
5739:
5740: --oe_debug_pub.SetDebugLevel(10);
5741: oe_debug_pub.Initialize;
5742: --oe_debug_pub.debug_on;
5743:
5744: -- Passing Information to the Pricing Engine
5745:

Line 5742: --oe_debug_pub.debug_on;

5738: --dbms_output.put_line ('Start time: ' || TO_CHAR(SYSDATE, 'HH24:MI:SSSSS'));
5739:
5740: --oe_debug_pub.SetDebugLevel(10);
5741: oe_debug_pub.Initialize;
5742: --oe_debug_pub.debug_on;
5743:
5744: -- Passing Information to the Pricing Engine
5745:
5746: