DBA Data[Home] [Help]

APPS.PA_BUDGET_PVT dependencies on PA_FP_WEBADI_PKG

Line 5742: --l_valid_txn_currencies_tbl pa_fp_webadi_pkg.l_txn_currency_code_tbl_typ; Bug 2871603

5738: IS
5739:
5740: --Declare a pl/sql table for storing the txn currencies of the plan type
5741:
5742: --l_valid_txn_currencies_tbl pa_fp_webadi_pkg.l_txn_currency_code_tbl_typ; Bug 2871603
5743: --Bug 2871603 - Created a package pvt defn for l_txn_currency_code_tbl_typ and using it.
5744: l_valid_txn_currencies_tbl l_txn_currency_code_tbl_typ;
5745:
5746: --following table will contain the top task planning levels.

Line 8430: pa_fp_webadi_pkg.process_errors

8426: -- Bug 3986129: FP.M Web ADI Dev changes
8427: IF p_calling_context = 'WEBADI' THEN
8428: IF l_webadi_err_code_tbl.COUNT > 0 THEN
8429: -- call an api to populate the error code in the excel sheet
8430: pa_fp_webadi_pkg.process_errors
8431: ( p_run_id => p_run_id,
8432: p_error_code_tbl => l_webadi_err_code_tbl,
8433: p_task_id_tbl => l_webadi_err_task_id_tbl,
8434: p_rlm_id_tbl => l_webadi_err_rlm_id_tbl,