DBA Data[Home] [Help]

APPS.GL_BUDGET_UTILS_PKG dependencies on GL_BUDGET_UTILS_PKG

Line 1: PACKAGE BODY gl_budget_utils_pkg AS

1: PACKAGE BODY gl_budget_utils_pkg AS
2: /* $Header: glubdmsb.pls 120.11 2005/08/25 22:31:18 djogg ship $ */
3:
4: --
5: -- PUBLIC FUNCTIONS

Line 384: IF (gl_budget_utils_pkg.frozen_budget_entity(budget_version_id,

380: encrypted_password,
381: status_code);
382:
383: -- Verify that the budget organization is not frozen
384: IF (gl_budget_utils_pkg.frozen_budget_entity(budget_version_id,
385: budget_entity_id)) THEN
386: return_code := 'O';
387: return;
388: END IF;

Line 393: IF (gl_budget_utils_pkg.frozen_account(coa_id,

389:
390: -- Verify that the account is not frozen
391: /* Bug Fix 3866812 */
392: /* Added two parameters lgr_id and currency_code */
393: IF (gl_budget_utils_pkg.frozen_account(coa_id,
394: budget_version_id,
395: budget_entity_id,
396: code_combination_id,
397: lgr_id,

Line 435: 'gl_budget_utils_pkg.get_unique_id');

431: RAISE;
432: WHEN OTHERS THEN
433: fnd_message.set_name('SQLGL', 'GL_UNHANDLED_EXCEPTION');
434: fnd_message.set_token('PROCEDURE',
435: 'gl_budget_utils_pkg.get_unique_id');
436: RAISE;
437: END get_unique_id;
438:
439: FUNCTION get_opyr_per_range ( x_budget_version_id IN NUMBER,

Line 564: IF (gl_budget_utils_pkg.is_funding_budget(

560: fnd_message.set_token('LEDGER_NAME', v_ledger_name);
561: app_exception.raise_exception;
562: END IF;
563:
564: IF (gl_budget_utils_pkg.is_funding_budget(
565: X_Ledger_Id,
566: v_func_curr_code,
567: X_Budget_Version_Id)) THEN
568: fnd_message.set_name('SQLGL', 'GL_API_BUDGET_FUNDING_JOURNALS');

Line 614: END gl_budget_utils_pkg;

610:
611: END validate_budget;
612:
613:
614: END gl_budget_utils_pkg;