DBA Data[Home] [Help]

APPS.GL_BUDGET_VERSIONS_PKG dependencies on STANDARD

Line 60: (x_budget_version_id, 'standard', x_budget_name, 1,

56: description, status, date_opened, date_active, date_archived,
57: creation_date, created_by, last_update_date, last_updated_by,
58: last_update_login, control_budget_version_id)
59: VALUES
60: (x_budget_version_id, 'standard', x_budget_name, 1,
61: 'first version', x_status, sysdate, null, null,
62: sysdate, x_last_updated_by, sysdate, x_last_updated_by,
63: x_last_update_login, x_master_budget_ver_id);
64: