DBA Data[Home] [Help]

APPS.PA_FP_CI_MERGE dependencies on PA_FIN_PLAN_TYPES_TL

Line 3433: ,p_fin_plan_type_name IN pa_fin_plan_types_tl.name%TYPE

3429: ,P_ci_rev_version_id IN Pa_budget_versions.budget_version_id%TYPE DEFAULT NULL -- The rev budget version id corresponding to the p_ci_id passed. This will be derived internally if not passed
3430: ,P_ci_all_version_id IN Pa_budget_versions.budget_version_id%TYPE DEFAULT NULL -- The all budget_version_id corresponding to the p_ci_id passed. This will be derived internally if not passed
3431: ,P_budget_version_id IN Pa_budget_versions.budget_version_id%TYPE -- The Id of the budget version into which the CO needs to be implemented
3432: ,p_fin_plan_type_id IN pa_fin_plan_types_b.fin_plan_type_id%TYPE
3433: ,p_fin_plan_type_name IN pa_fin_plan_types_tl.name%TYPE
3434: ,P_partial_impl_rev_amt IN NUMBER DEFAULT NULL -- The revenue amount that should be implemented into the target. This will be passed only in the case of partial implementation
3435: ,p_cost_impl_flag IN VARCHAR2 -- Can be Y or N. Indicates whether cost can be implemented or not.
3436: ,p_rev_impl_flag IN VARCHAR2 -- Can be Y or N. Indicates whether rev can be implemented or not.
3437: ,P_submit_version_flag IN VARCHAR2 -- Can be Y or N. Indicates whether the version can be submitted for baseline after implementing CO or not.

Line 11030: l_fin_plan_type_name pa_fin_plan_types_tl.name%TYPE;

11026: l_approved_fin_pt_id pa_fin_plan_types_b.fin_plan_type_id%TYPE;
11027: l_impl_cost_flag_tbl SYSTEM.pa_varchar2_1_tbl_type;
11028: l_impl_rev_flag_tbl SYSTEM.pa_varchar2_1_tbl_type;
11029: l_fin_plan_type_id pa_fin_plan_types_b.fin_plan_type_id%TYPE;
11030: l_fin_plan_type_name pa_fin_plan_types_tl.name%TYPE;
11031: l_total_amount NUMBER;
11032: l_implemented_amount NUMBER;
11033: l_remaining_amount NUMBER;
11034: l_agr_curr_code pa_agreements_all.agreement_currency_code%TYPE;