DBA Data[Home] [Help]

APPS.PA_SWEEPER dependencies on PA_FCK_UTIL

Line 27: --pa_fck_util.debug_msg('Entering GetBCBalStartDate' );

23: IS
24: l_st_date date;
25: BEGIN
26: --pa_funds_control_utils.print_message('Entering GetBCBalStartDate, Time Phase = ' || p_time_phase_code || ' Sob = '|| p_sob_id || ' Org Id = ' || p_org_id);
27: --pa_fck_util.debug_msg('Entering GetBCBalStartDate' );
28:
29: IF p_time_phase_code = 'G' then
30: select gps.start_date
31: into l_st_date

Line 88: --pa_fck_util.debug_msg('Exiting GetBCBalStartDate' );

84:
85: END IF;
86:
87: --pa_funds_control_utils.print_message('Leaving Start date');
88: --pa_fck_util.debug_msg('Exiting GetBCBalStartDate' );
89: return l_st_date;
90: EXCEPTION
91: WHEN OTHERS THEN
92: raise;

Line 119: --pa_fck_util.debug_msg('Entering GetBCBalEndDate' );

115: IS
116: l_ed_date date;
117: BEGIN
118: --pa_funds_control_utils.print_message('Entering GetBCBalEndDate');
119: --pa_fck_util.debug_msg('Entering GetBCBalEndDate' );
120:
121: IF p_time_phase_code = 'G' then
122: select gps.end_date
123: into l_ed_date

Line 178: --pa_fck_util.debug_msg('Exiting GetBCBalEndDate' );

174:
175: END IF;
176:
177: --pa_funds_control_utils.print_message('Leaving End date');
178: --pa_fck_util.debug_msg('Exiting GetBCBalEndDate' );
179: return l_ed_date;
180: EXCEPTION
181: WHEN OTHERS THEN
182: raise;

Line 683: pa_fck_util.debug_msg('PB:Entering Sweeper');

679: END IF;
680:
681: pa_funds_control_utils.print_message('Entering Sweeper');
682: IF l_debug_mode = 'Y' THEN /* added for bug#2672653 */
683: pa_fck_util.debug_msg('PB:Entering Sweeper');
684: END IF;
685:
686: --deleting rows older than 'X' days which is set in the profile
687: --Pkts with status C should not exist ideally

Line 1497: pa_fck_util.debug_msg('PB:Exiting Sweeper');

1493: pa_debug.g_err_stage := 'Log: End of Update_Act_Enc_Balance';
1494: pa_debug.write_file('LOG',pa_debug.g_err_stage);
1495: END IF;
1496:
1497: pa_fck_util.debug_msg('PB:Exiting Sweeper');
1498:
1499: --Reset the error stack when returning to the calling program
1500: PA_DEBUG.Reset_Err_Stack;
1501: