DBA Data[Home] [Help]

APPS.PA_BC_COSTING dependencies on FND_PROFILE

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

73: l_pkt_reference2_Tab PA_PLSQL_DATATYPES.Char80TabTyp;
74: l_pkt_reference3_Tab PA_PLSQL_DATATYPES.Char80TabTyp;
75:
76:
77: P_DEBUG_MODE varchar2(1) := NVL(FND_PROFILE.value('PA_DEBUG_MODE'), 'N');
78:
79: PROCEDURE print_msg (l_debug_flag varchar2 default 'N'
80: ,p_msg varchar2) IS
81:

Line 241: fnd_profile.get('PA_DEBUG_MODE',l_debug_mode);

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:
244: pa_debug.set_process('PLSQL','LOG',l_debug_mode);
245:

Line 1008: fnd_profile.get('PA_DEBUG_MODE',l_debug_mode);

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:
1011: pa_debug.set_process('PLSQL','LOG',l_debug_mode);
1012:

Line 1405: fnd_profile.get('PA_DEBUG_MODE',l_debug_mode);

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:
1408: pa_debug.set_process('PLSQL','LOG',l_debug_mode);
1409:

Line 1597: fnd_profile.get('PA_DEBUG_MODE',l_debug_mode);

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:
1600: pa_debug.set_process('PLSQL','LOG',l_debug_mode);
1601:

Line 2099: fnd_profile.get('PA_DEBUG_MODE',l_debug_mode);

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:
2102: pa_debug.set_process('PLSQL','LOG',l_debug_mode);
2103:

Line 2383: fnd_profile.get('PA_DEBUG_MODE',l_debug_mode);

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:
2386: pa_debug.set_process('PLSQL','LOG',l_debug_mode);
2387:

Line 3108: fnd_profile.get('PA_DEBUG_MODE',l_debug_mode);

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:
3111: pa_debug.set_process('PLSQL','LOG',l_debug_mode);
3112: