DBA Data[Home] [Help]

APPS.PA_BILLING_WORKBENCH_BILL_PKG dependencies on PA_DEBUG

Line 16: g1_debug_mode varchar2(1) := NVL(FND_PROFILE.value('PA_DEBUG_MODE'), 'N');

12: --
13: -- Out parameters
14: --
15: --
16: g1_debug_mode varchar2(1) := NVL(FND_PROFILE.value('PA_DEBUG_MODE'), 'N');
17:
18: /* Declaring global variable for invoice region VO */
19: G_system_reference NUMBER;
20: G_ar_amount NUMBER;

Line 129: PA_DEBUG.init_err_stack('PA_BILLING_WORKBENCH_BILL_PKG.Get_Billing_Sum_Region_Amts');

125: -- Initilizing FND MSG stack, so that it can start storing messages from 0th index
126: FND_MSG_PUB.initialize;
127:
128: -- Initializing the Error Stack
129: PA_DEBUG.init_err_stack('PA_BILLING_WORKBENCH_BILL_PKG.Get_Billing_Sum_Region_Amts');
130:
131: BEGIN
132: /* Modified this select for bug 3677900. This select will check how many customers are funding this project
133: */