DBA Data[Home] [Help]

APPS.PA_BC_COSTING dependencies on PA_BC_COSTING

Line 1: PACKAGE BODY pa_bc_costing AS

1: PACKAGE BODY pa_bc_costing AS
2: /* $Header: PABCCSTB.pls 120.5 2008/05/15 12:43:55 vchilla ship $ */
3:
4: /*
5: * Private Procedures.

Line 239: pa_debug.init_err_stack('pa_bc_costing.costing_fc_proc');

235: ;
236:
237:
238: BEGIN
239: pa_debug.init_err_stack('pa_bc_costing.costing_fc_proc');
240:
241: fnd_profile.get('PA_DEBUG_MODE',l_debug_mode);
242: l_debug_mode := NVL(l_debug_mode, 'Y');
243:

Line 801: pa_bc_costing.map_btc_items ( p_request_id => g_request_id

797: pa_debug.g_err_stage := TO_CHAR(l_stage) || ':Calling map_btc_items' ;
798: IF P_DEBUG_MODE = 'Y' THEN
799: pa_debug.write_file('costing_fc_proc: ' || pa_debug.g_err_stage);
800: END IF;
801: pa_bc_costing.map_btc_items ( p_request_id => g_request_id
802: ,x_return_status => l_return_status
803: ,x_error_code => l_error_code
804: ,x_error_stage => l_error_stage
805: );

Line 1006: pa_debug.init_err_stack('pa_bc_costing.map_btc_items');

1002: ;
1003:
1004: BEGIN
1005:
1006: pa_debug.init_err_stack('pa_bc_costing.map_btc_items');
1007:
1008: fnd_profile.get('PA_DEBUG_MODE',l_debug_mode);
1009: l_debug_mode := NVL(l_debug_mode, 'N');
1010:

Line 1403: pa_debug.init_err_stack('pa_bc_costing.process_rejected_exp_items');

1399: l_del_cdl_abc_tab PA_PLSQL_DATATYPES.NumTabTyp;
1400: l_del_cdl_pfbc_tab PA_PLSQL_DATATYPES.NumTabTyp;
1401: l_del_cdl_pbc_tab PA_PLSQL_DATATYPES.NumTabTyp;
1402: BEGIN
1403: pa_debug.init_err_stack('pa_bc_costing.process_rejected_exp_items');
1404:
1405: fnd_profile.get('PA_DEBUG_MODE',l_debug_mode);
1406: l_debug_mode := NVL(l_debug_mode, 'Y');
1407:

Line 1595: pa_debug.init_err_stack('pa_bc_costing.populate_pa_bc_packets');

1591: l_stage NUMBER ;
1592:
1593: BEGIN
1594:
1595: pa_debug.init_err_stack('pa_bc_costing.populate_pa_bc_packets');
1596:
1597: fnd_profile.get('PA_DEBUG_MODE',l_debug_mode);
1598: l_debug_mode := NVL(l_debug_mode, 'Y');
1599:

Line 2097: pa_debug.init_err_stack('pa_bc_costing.validate_debit_lines');

2093: * and accordingly upate the dist_rejection_code.
2094: * finally delete 'D' and 'C' lines which have ei.dist_rejection_code
2095: * as not null.
2096: */
2097: pa_debug.init_err_stack('pa_bc_costing.validate_debit_lines');
2098:
2099: fnd_profile.get('PA_DEBUG_MODE',l_debug_mode);
2100: l_debug_mode := NVL(l_debug_mode, 'N');
2101:

Line 2381: pa_debug.init_err_stack('pa_bc_costing.costing_fc_proc_cwk');

2377: ;
2378:
2379:
2380: BEGIN
2381: pa_debug.init_err_stack('pa_bc_costing.costing_fc_proc_cwk');
2382:
2383: fnd_profile.get('PA_DEBUG_MODE',l_debug_mode);
2384: l_debug_mode := NVL(l_debug_mode, 'Y');
2385:

Line 3106: pa_debug.init_err_stack('pa_bc_costing.populate_pa_bc_packets_cwk');

3102: END ;
3103:
3104: BEGIN
3105:
3106: pa_debug.init_err_stack('pa_bc_costing.populate_pa_bc_packets_cwk');
3107:
3108: fnd_profile.get('PA_DEBUG_MODE',l_debug_mode);
3109: l_debug_mode := NVL(l_debug_mode, 'Y');
3110:

Line 4066: END pa_bc_costing;

4062: END; -- populate_pa_bc_packets_cwk
4063: --------------------------------------------------------------------------------------
4064:
4065:
4066: END pa_bc_costing;