DBA Data[Home] [Help]

APPS.GL_BUDGET_UTILS_PKG dependencies on GL_BUDGET_ENTITIES_PKG

Line 366: gl_budget_entities_pkg.select_columns(budget_entity_id,

362: entry_code);
363:
364: --Pulled this call from below:bug7382899
365: -- Get various information about the budget organization
366: gl_budget_entities_pkg.select_columns(budget_entity_id,
367: budget_entity,
368: password_flag,
369: encrypted_password,
370: status_code,

Line 394: gl_budget_entities_pkg.select_columns(budget_entity_id,

390:
391: --Commented as part of bug7382899: Moving this procedure above
392: --as we need security flag for conditional calling of data security api.
393: /*-- Get various information about the budget organization
394: gl_budget_entities_pkg.select_columns(budget_entity_id,
395: budget_entity,
396: password_flag,
397: encrypted_password,
398: status_code);*/