DBA Data[Home] [Help]

APPS.PA_FP_TXN_CURRENCIES_PUB dependencies on DUAL

Line 539: FROM DUAL;

535: ,NULL --fix for bug 2613901
536: ,NULL
537: ,NULL
538: ,NULL
539: FROM DUAL;
540:
541: END IF; --l_only_proj_func_curr = FALSE
542:
543: /* #2632410: The Project Functional Currency record has to be inserted

Line 595: FROM DUAL;

591: ,NULL --fix for bug 2613901
592: ,NULL
593: ,NULL
594: ,NULL
595: FROM DUAL;
596:
597: END IF;
598:
599: --To set the default currencies call Set_Default_Currencies

Line 1032: FROM DUAL;

1028: ,NULL -- project_cost_exchange_rate
1029: ,NULL -- project_rev_exchange_rate
1030: ,NULL -- projfunc_cost_exchange_Rate
1031: ,NULL -- projfunc_rev_exchange_Rate
1032: FROM DUAL;
1033:
1034: IF P_PA_DEBUG_MODE = 'Y' THEN
1035: pa_debug.g_err_stage:= 'Exiting enter_agreement_curr_for_ci';
1036: pa_debug.write('enter_agreement_curr_for_ci: ' || l_module_name,pa_debug.g_err_stage,PA_FP_CONSTANTS_PKG.G_DEBUG_LEVEL3);