DBA Data[Home] [Help]

APPS.PA_BUDGET_PVT dependencies on PA_FP_WEBADI_PKG

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

5755: IS
5756:
5757: --Declare a pl/sql table for storing the txn currencies of the plan type
5758:
5759: --l_valid_txn_currencies_tbl pa_fp_webadi_pkg.l_txn_currency_code_tbl_typ; Bug 2871603
5760: --Bug 2871603 - Created a package pvt defn for l_txn_currency_code_tbl_typ and using it.
5761: l_valid_txn_currencies_tbl l_txn_currency_code_tbl_typ;
5762:
5763: --following table will contain the top task planning levels.

Line 8548: pa_fp_webadi_pkg.process_errors

8544: -- Bug 3986129: FP.M Web ADI Dev changes
8545: IF p_calling_context = 'WEBADI' THEN
8546: IF l_webadi_err_code_tbl.COUNT > 0 THEN
8547: -- call an api to populate the error code in the excel sheet
8548: pa_fp_webadi_pkg.process_errors
8549: ( p_run_id => p_run_id,
8550: p_error_code_tbl => l_webadi_err_code_tbl,
8551: p_task_id_tbl => l_webadi_err_task_id_tbl,
8552: p_rlm_id_tbl => l_webadi_err_rlm_id_tbl,