DBA Data[Home] [Help]

APPS.PA_CI_SUPPLIER_UTILS dependencies on PA_CI_TYPES_B

Line 1983: from pa_ci_types_b typ, pa_control_items items

1979: l_budget_version_id number;
1980:
1981: cursor get_budget_update_method is
1982: Select typ.impact_budget_type_code
1983: from pa_ci_types_b typ, pa_control_items items
1984: where items.ci_type_id=typ.ci_type_id and ci_id = p_ci_id;
1985:
1986: l_budget_update_method varchar2(30);
1987: