DBA Data[Home] [Help]

APPS.IGC_UPGRADE_DATA_R12 dependencies on GL_ENTITY_BUDGETS

Line 894: /************ Insert the corresponding rows in gl_entity_budgets. */

890:
891: Else
892: V_Org_Description := bud_org_rec.Description||'R12_MIG_'||bud_org_rec.name;
893: END IF;
894: /************ Insert the corresponding rows in gl_entity_budgets. */
895: p_budget_entity_id := gl_budget_entities_pkg.get_unique_id;
896:
897: INSERT INTO GL_ENTITY_BUDGETS
898: (budget_entity_id, budget_version_id, frozen_flag,

Line 897: INSERT INTO GL_ENTITY_BUDGETS

893: END IF;
894: /************ Insert the corresponding rows in gl_entity_budgets. */
895: p_budget_entity_id := gl_budget_entities_pkg.get_unique_id;
896:
897: INSERT INTO GL_ENTITY_BUDGETS
898: (budget_entity_id, budget_version_id, frozen_flag,
899: created_by, creation_date,
900: last_updated_by, last_update_date, last_update_login)
901: SELECT p_budget_entity_id, bv.budget_version_id, 'N',