DBA Data[Home] [Help]

APPS.PA_FP_MULTI_CURRENCY_PKG dependencies on PA_PLSQL_DATATYPES

Line 2775: l_rate_based_flag_tab pa_plsql_datatypes.Char1TabTyp;

2771: l_pc_tmp_tab SYSTEM.pa_varchar2_30_tbl_type := SYSTEM.pa_varchar2_30_tbl_type(); -- store the proj currency code.
2772: --Code changes for bug 4200168 ends here.
2773:
2774: --Bug 4052403
2775: l_rate_based_flag_tab pa_plsql_datatypes.Char1TabTyp;
2776: l_version_type pa_budget_versions.version_type%TYPE;
2777:
2778: -- cursor to fetch budget line amounts
2779: -- Changes in this cursor might have to be done in budget_line_amounts_cur1 also