DBA Data[Home] [Help]

APPS.PA_FP_TXN_CURRENCIES_PUB dependencies on PA_FP_TXN_CURRENCIES_PUB

Line 1: PACKAGE BODY pa_fp_txn_currencies_pub AS

1: PACKAGE BODY pa_fp_txn_currencies_pub AS
2: /* $Header: PAFPTXCB.pls 120.1 2005/08/19 16:30:38 mwasowic noship $*/
3:
4: Invalid_Arg_Exc EXCEPTION;
5: l_module_name VARCHAR2(100):= 'pa.plsql.pa_fp_txn_currencies_pub';

Line 5: l_module_name VARCHAR2(100):= 'pa.plsql.pa_fp_txn_currencies_pub';

1: PACKAGE BODY pa_fp_txn_currencies_pub AS
2: /* $Header: PAFPTXCB.pls 120.1 2005/08/19 16:30:38 mwasowic noship $*/
3:
4: Invalid_Arg_Exc EXCEPTION;
5: l_module_name VARCHAR2(100):= 'pa.plsql.pa_fp_txn_currencies_pub';
6:
7: /*===========================================================================
8: This api copies pa_fp_txn_currencies from one proj option to another.
9: If p_target_fp_preference_code isn't passed then it's vale is fetched from

Line 95: pa_debug.set_err_stack('PA_FP_TXN_CURRENCIES_PUB.Copy_Fp_Txn_Currencies');

91:
92: BEGIN
93:
94: -- Set the error stack.
95: pa_debug.set_err_stack('PA_FP_TXN_CURRENCIES_PUB.Copy_Fp_Txn_Currencies');
96:
97: -- Get the Debug mode into local variable and set it to 'Y' if its NULL
98: fnd_profile.get('PA_DEBUG_MODE',l_debug_mode);
99: l_debug_mode := NVL(l_debug_mode, 'Y');

Line 382: PA_FP_TXN_CURRENCIES_PUB.Set_Default_Currencies(

378: pa_debug.g_err_stage:='Calling Set_Default_Currencies';
379: pa_debug.write('Copy_Fp_Txn_Currencies: ' || l_module_name,pa_debug.g_err_stage,3);
380: END IF;
381:
382: PA_FP_TXN_CURRENCIES_PUB.Set_Default_Currencies(
383: p_target_fp_option_id => p_target_fp_option_id
384: ,p_target_preference_code => target_fp_options_rec.fin_plan_preference_code
385: ,p_approved_rev_plan_type_flag => target_fp_options_rec.approved_rev_plan_type_flag
386: ,p_srce_all_default_curr_code => l_srce_all_default_curr_code

Line 448: FND_MSG_PUB.add_exc_msg( p_pkg_name => 'PA_FP_TXN_CURRENCIES_PUB'

444: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR;
445: x_msg_count := 1;
446: x_msg_data := SQLERRM;
447:
448: FND_MSG_PUB.add_exc_msg( p_pkg_name => 'PA_FP_TXN_CURRENCIES_PUB'
449: ,p_procedure_name => 'COPY_FP_TXN_CURRENCIES');
450:
451: IF P_PA_DEBUG_MODE = 'Y' THEN
452: pa_debug.g_err_stage:='Unexpeted Error';

Line 606: PA_FP_TXN_CURRENCIES_PUB.Set_Default_Currencies(

602: pa_debug.g_err_stage:='Calling Set_Default_Currencies';
603: pa_debug.write('Insert_Default_Currencies: ' || l_module_name,pa_debug.g_err_stage,3);
604: END IF;
605:
606: PA_FP_TXN_CURRENCIES_PUB.Set_Default_Currencies(
607: p_target_fp_option_id => p_target_fp_option_id
608: ,p_target_preference_code => p_fin_plan_preference_code
609: ,p_approved_rev_plan_type_flag => p_approved_rev_plan_type_flag
610: ,p_srce_all_default_curr_code => NULL

Line 877: pa_debug.set_err_stack('pa_fp_txn_currencies_pub.enter_agreement_curr_for_ci');

873: BEGIN
874:
875: x_msg_count := 0;
876: x_return_status := FND_API.G_RET_STS_SUCCESS;
877: pa_debug.set_err_stack('pa_fp_txn_currencies_pub.enter_agreement_curr_for_ci');
878: fnd_profile.get('PA_DEBUG_MODE',l_debug_mode);
879: l_debug_mode := NVL(l_debug_mode, 'Y');
880: IF P_PA_DEBUG_MODE = 'Y' THEN
881: pa_debug.set_process('enter_agreement_curr_for_ci: ' || 'PLSQL','LOG',l_debug_mode);

Line 1072: FND_MSG_PUB.add_exc_msg( p_pkg_name => 'pa_fp_txn_currencies_pub'

1068:
1069: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR;
1070: x_msg_count := 1;
1071: x_msg_data := SQLERRM;
1072: FND_MSG_PUB.add_exc_msg( p_pkg_name => 'pa_fp_txn_currencies_pub'
1073: ,p_procedure_name => 'enter_agreement_curr_for_ci');
1074: IF P_PA_DEBUG_MODE = 'Y' THEN
1075: pa_debug.g_err_stage:= 'Unexpected Error'||SQLERRM;
1076: pa_debug.write('enter_agreement_curr_for_ci: ' || l_module_name,pa_debug.g_err_stage,PA_FP_CONSTANTS_PKG.G_DEBUG_LEVEL5);

Line 1161: END pa_fp_txn_currencies_pub;

1157: RETURN l_insert_only_proj_func_curr;
1158:
1159: END Insert_Only_Projfunc_Curr;
1160:
1161: END pa_fp_txn_currencies_pub;