DBA Data[Home] [Help]

APPS.GL_BUD_ASSIGN_RANGE_PKG dependencies on GL_BUDGET_ENTITIES_PKG

Line 311: gl_budget_entities_pkg.lock_organization(X_BUDGET_ENTITY_ID);

307: END IF;
308:
309: -- Make sure the budget organization isn't deleted as the range
310: -- is being inserted
311: gl_budget_entities_pkg.lock_organization(X_BUDGET_ENTITY_ID);
312:
313: -- Lock the timestamp to prevent coordination problems
314: gl_bc_event_tstamps_pkg.lock_event_timestamp(X_Chart_Of_Accounts_Id, 'B');
315: