DBA Data[Home] [Help]

APPS.OE_UPGRADE_MISC_NEW dependencies on OE_DEBUG_PUB

Line 26: l_debug_level CONSTANT NUMBER := oe_debug_pub.g_debug_level;

22: l_numerator NUMBER;
23: l_rate NUMBER;
24: No_User_Defined_Rate EXCEPTION;
25: --
26: l_debug_level CONSTANT NUMBER := oe_debug_pub.g_debug_level;
27: --
28: BEGIN
29: x_return_status := 'S';
30: l_max_roll_days := 300;

Line 149: l_debug_level CONSTANT NUMBER := oe_debug_pub.g_debug_level;

145: ERROR_IN_GETTING_SETUP EXCEPTION;
146: ERROR_IN_MAPPING_FREIGHT EXCEPTION;
147:
148: --
149: l_debug_level CONSTANT NUMBER := oe_debug_pub.g_debug_level;
150: --
151: BEGIN
152: x_return_status := 'S';
153: l_count := 0;

Line 348: l_debug_level CONSTANT NUMBER := oe_debug_pub.g_debug_level;

344: IS
345: l_precision NUMBER;
346: l_minimum_accountable_unit NUMBER;
347: --
348: l_debug_level CONSTANT NUMBER := oe_debug_pub.g_debug_level;
349: --
350: BEGIN
351: x_return_status := 'S';
352: SELECT precision, nvl(minimum_accountable_unit, 0)

Line 371: l_debug_level CONSTANT NUMBER := oe_debug_pub.g_debug_level;

367: l_AR_Sys_Param_Rec AR_SYSTEM_PARAMETERS_ALL%ROWTYPE;
368: l_sob_id NUMBER;
369:
370: --
371: l_debug_level CONSTANT NUMBER := oe_debug_pub.g_debug_level;
372: --
373: BEGIN
374:
375: IF oe_code_control.code_release_level < '110510' THEN