DBA Data[Home] [Help]

APPS.PA_FIN_PLAN_VIEW_GLOBAL dependencies on PA_AMOUNT_TYPES_VL

Line 7752: from pa_amount_types_vl

7748: where budget_version_id = l_budget_version_id;
7749:
7750: select amount_type_id
7751: into l_amount_type_id
7752: from pa_amount_types_vl
7753: where amount_type_code = l_amount_type_code;
7754:
7755: select amount_type_id
7756: into l_amount_subtype_id

Line 7757: from pa_amount_types_vl

7753: where amount_type_code = l_amount_type_code;
7754:
7755: select amount_type_id
7756: into l_amount_subtype_id
7757: from pa_amount_types_vl
7758: where amount_type_code = l_amount_subtype_code;
7759:
7760: l_currency_code := p_currency_code;
7761: l_currency_type := 'PROJ_FUNCTIONAL';