DBA Data[Home] [Help]

APPS.GL_BUDGETS_PKG dependencies on GL_BUDGET_VERSIONS_PKG

Line 397: gl_budget_versions_pkg.insert_record( x_budget_version_id,

393: end if;
394: CLOSE C;
395:
396: -- Insert the associated rows in gl_budget_versions
397: gl_budget_versions_pkg.insert_record( x_budget_version_id,
398: x_budget_name,
399: x_status,
400: x_master_budget_version_id,
401: x_user_id,

Line 652: gl_budget_versions_pkg.update_record( x_budget_version_id,

648: RAISE NO_DATA_FOUND;
649: end if;
650:
651: -- Update the associated row in gl_budget_versions
652: gl_budget_versions_pkg.update_record( x_budget_version_id,
653: x_budget_name,
654: x_status,
655: x_master_budget_version_id,
656: x_user_id,