DBA Data[Home] [Help]

APPS.PA_CI_DIR_COST_PUB dependencies on PA_BUDGET_VERSIONS

Line 576: from pa_budget_versions

572: l_bvid NUMBER;
573:
574: cursor get_bvid(c_ci_id number) is
575: select budget_version_id
576: from pa_budget_versions
577: where ci_id = c_ci_id
578: and version_type in ('COST', 'ALL');
579:
580: begin