DBA Data[Home] [Help]

APPS.PA_FP_MULTI_CURRENCY_PKG dependencies on PA_PLSQL_DATATYPES

Line 2742: l_rate_based_flag_tab pa_plsql_datatypes.Char1TabTyp;

2738: l_pc_tmp_tab SYSTEM.pa_varchar2_30_tbl_type := SYSTEM.pa_varchar2_30_tbl_type(); -- store the proj currency code.
2739: --Code changes for bug 4200168 ends here.
2740:
2741: --Bug 4052403
2742: l_rate_based_flag_tab pa_plsql_datatypes.Char1TabTyp;
2743: l_version_type pa_budget_versions.version_type%TYPE;
2744:
2745: -- cursor to fetch budget line amounts
2746: -- Changes in this cursor might have to be done in budget_line_amounts_cur1 also