Search Results fv_sf133_oneyear
Overview
The APPS.FV_SF133_ONEYEAR package is a PL/SQL reporting utility within the Oracle E-Business Suite Treasury (ETRM) module. Its name reflects its purpose: generating the Standard Form 133 (SF-133), the "Report on Budget Execution and Budgetary Resources" used by U.S. federal agencies, for a one-year reporting basis. The package is declared with AUTHID CURRENT_USER, meaning it executes with the privileges of the invoking user and resolves unqualified object references through that schema rather than through the package owner. This is significant because the package relies on APPS synonyms to reach underlying Treasury and General Ledger objects.
The package exposes a single public entry point, MAIN, and a public variable, sf133_runmode, which is initialized to the default value 'NO'. The header timestamp (120.3.12010000.2, last modified 2009) places it within the standard 12.1.1 code line, and it remains available in 12.2.2 as a documented ETRM object with an API classification of OTHER. The user query referencing a one-year review or decision period aligns with the one-year reporting scope this package embodies.
Key Procedures and Functions
- MAIN — The sole documented procedure. It is the procedural driver that executes the SF-133 one-year report generation. It accepts an inbound
run_modeselector, a ledger (set_of_books_id), the GL accounting period year and period name, and two Treasury symbol parameters (treasury_symbol_r1andtreasury_symbol_r2) that scope the reporting lines to specific Treasury Account Symbols. It also returns the standard concurrent-program OUT parameterserrbufandretcode, confirming it is designed to run as a concurrent program. No additional procedures or functions are documented; all business logic is contained within this single entry point. - sf133_runmode — A package-level VARCHAR2 variable defaulting to
'NO'. It governs the operational mode of the report run and is referenced internally byMAIN.
Tables Accessed
The package reads and writes the following documented objects via APPS synonyms:
- FV_SF133_DEFINITIONS_ACCTS, FV_SF133_DEFINITIONS_LINES, and FV_SF133_DEFINITIONS_COLS_TEMP — the SF-133 definition tables that map report lines, columns, and account assignments to the form structure.
- FV_SF133_REP_LINE_CALC — stores or calculates the report-line amounts produced during the run.
- FV_CFS_REP_LINES and FV_TREASURY_SYMBOLS — provide report-line and Treasury symbol reference data used to qualify the output.
- GL_CODE_COMBINATIONS, GL_PERIOD_STATUSES — supply the accounting flexfield combinations and the period status/range used to determine which balances are included.
- FND_FLEX_VALUE_HIERARCHIES, FND_FLEX_VALUE_SETS, FND_ID_FLEX_SEGMENTS, FND_SEGMENT_ATTRIBUTE_VALUES — the flexfield metadata needed to resolve and validate the Treasury symbol and account ranges.
- DBMS_SQL — the Oracle-supplied dynamic SQL package, used to build and execute the aggregation queries dynamically at runtime.
Usage Notes
Because MAIN returns errbuf and retcode, FV_SF133_ONEYEAR is intended to be registered and invoked as an Oracle EBS concurrent program, typically scheduled for period-end or fiscal-year-end federal budget execution reporting. The caller supplies the ledger, period, and Treasury symbols as concurrent program parameters. The metadata records that the package is referenced by one other package, indicating it participates in a larger Treasury reporting chain. The AUTHID CURRENT_USER declaration permits invocation under a calling schema's privileges, which is relevant when custom code wraps the procedure. The one-year designation distinguishes it from longer-horizon SF-133 variants; the "one-year" scope corresponds directly to the query context concerning a one-year review or decision period following reconsideration.
-
PACKAGE: APPS.FV_SF133_ONEYEAR
12.1.1
owner:APPS, object_type:PACKAGE, object_name:FV_SF133_ONEYEAR, status:VALID,
-
PACKAGE BODY: APPS.FV_SF133_ONEYEAR
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:FV_SF133_ONEYEAR, status:VALID,
-
PACKAGE: APPS.FV_SF133_ONEYEAR
12.1.1
-
PACKAGE: APPS.FV_SF133_ONEYEAR
12.2.2
owner:APPS, object_type:PACKAGE, object_name:FV_SF133_ONEYEAR, status:VALID,
-
PACKAGE: APPS.FV_SF133_ONEYEAR
12.2.2
-
PACKAGE BODY: APPS.FV_SF133_ONEYEAR
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:FV_SF133_ONEYEAR, status:VALID,
-
SYNONYM: APPS.FV_SF133_DEFINITIONS_COLS_TEMP
12.1.1
owner:APPS, object_type:SYNONYM, object_name:FV_SF133_DEFINITIONS_COLS_TEMP, status:VALID,
-
SYNONYM: APPS.FV_SF133_DEFINITIONS_ACCTS
12.1.1
owner:APPS, object_type:SYNONYM, object_name:FV_SF133_DEFINITIONS_ACCTS, status:VALID,
-
PACKAGE: APPS.FV_FACTS_TRANSACTIONS
12.2.2
owner:APPS, object_type:PACKAGE, object_name:FV_FACTS_TRANSACTIONS, status:VALID,
-
SYNONYM: APPS.FV_CFS_REP_LINES
12.2.2
owner:APPS, object_type:SYNONYM, object_name:FV_CFS_REP_LINES, status:VALID,
-
SYNONYM: APPS.FV_SF133_REP_LINE_CALC
12.2.2
owner:APPS, object_type:SYNONYM, object_name:FV_SF133_REP_LINE_CALC, status:VALID,
-
SYNONYM: APPS.FV_SF133_DEFINITIONS_COLS_TEMP
12.2.2
owner:APPS, object_type:SYNONYM, object_name:FV_SF133_DEFINITIONS_COLS_TEMP, status:VALID,
-
SYNONYM: APPS.FV_SF133_DEFINITIONS_LINES
12.1.1
owner:APPS, object_type:SYNONYM, object_name:FV_SF133_DEFINITIONS_LINES, status:VALID,
-
SYNONYM: APPS.FV_SF133_DEFINITIONS_ACCTS
12.2.2
owner:APPS, object_type:SYNONYM, object_name:FV_SF133_DEFINITIONS_ACCTS, status:VALID,
-
SYNONYM: APPS.FV_SF133_DEFINITIONS_LINES
12.2.2
owner:APPS, object_type:SYNONYM, object_name:FV_SF133_DEFINITIONS_LINES, status:VALID,
-
12.1.1 DBA Data
12.1.1
-
PACKAGE BODY: APPS.FV_FACTS_EDIT_CHECK
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:FV_FACTS_EDIT_CHECK, status:VALID,
-
12.2.2 DBA Data
12.2.2
-
SYNONYM: APPS.FND_FLEX_VALUE_HIERARCHIES
12.2.2
owner:APPS, object_type:SYNONYM, object_name:FND_FLEX_VALUE_HIERARCHIES, status:VALID,
-
12.1.1 DBA Data
12.1.1
-
12.2.2 DBA Data
12.2.2
-
SYNONYM: APPS.FV_TREASURY_SYMBOLS
12.1.1
owner:APPS, object_type:SYNONYM, object_name:FV_TREASURY_SYMBOLS, status:VALID,
-
SYNONYM: APPS.FND_FLEX_VALUE_HIERARCHIES
12.1.1
owner:APPS, object_type:SYNONYM, object_name:FND_FLEX_VALUE_HIERARCHIES, status:VALID,
-
PACKAGE: APPS.GL_ACCESS_SET_SECURITY_PKG
12.2.2
owner:APPS, object_type:PACKAGE, object_name:GL_ACCESS_SET_SECURITY_PKG, status:VALID,
-
PACKAGE: APPS.GL_ACCESS_SET_SECURITY_PKG
12.1.1
owner:APPS, object_type:PACKAGE, object_name:GL_ACCESS_SET_SECURITY_PKG, status:VALID,
-
SYNONYM: APPS.FV_TREASURY_SYMBOLS
12.2.2
owner:APPS, object_type:SYNONYM, object_name:FV_TREASURY_SYMBOLS, status:VALID,
-
PACKAGE: APPS.FV_UTILITY
12.1.1
owner:APPS, object_type:PACKAGE, object_name:FV_UTILITY, status:VALID,
-
PACKAGE: APPS.FV_UTILITY
12.2.2
owner:APPS, object_type:PACKAGE, object_name:FV_UTILITY, status:VALID,
-
SYNONYM: APPS.FND_SEGMENT_ATTRIBUTE_VALUES
12.1.1
owner:APPS, object_type:SYNONYM, object_name:FND_SEGMENT_ATTRIBUTE_VALUES, status:VALID,
-
SYNONYM: APPS.FND_SEGMENT_ATTRIBUTE_VALUES
12.2.2
owner:APPS, object_type:SYNONYM, object_name:FND_SEGMENT_ATTRIBUTE_VALUES, status:VALID,
-
VIEW: APPS.GL_LEDGERS_PUBLIC_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:SQLGL.GL_LEDGERS_PUBLIC_V, object_name:GL_LEDGERS_PUBLIC_V, status:VALID,
-
VIEW: APPS.GL_LEDGERS_PUBLIC_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:SQLGL.GL_LEDGERS_PUBLIC_V, object_name:GL_LEDGERS_PUBLIC_V, status:VALID,
-
SYNONYM: APPS.FND_ID_FLEX_SEGMENTS
12.2.2
owner:APPS, object_type:SYNONYM, object_name:FND_ID_FLEX_SEGMENTS, status:VALID,
-
APPS.FV_SF133_ONEYEAR dependencies on FV_SF133_ONEYEAR
12.2.2
-
SYNONYM: APPS.FND_FLEX_VALUE_SETS
12.2.2
owner:APPS, object_type:SYNONYM, object_name:FND_FLEX_VALUE_SETS, status:VALID,
-
APPS.FV_FACTS_EDIT_CHECK dependencies on FV_SF133_ONEYEAR
12.2.2
-
APPS.FV_SF133_ONEYEAR dependencies on FV_SF133_ONEYEAR
12.1.1
-
SYNONYM: APPS.FND_FLEX_VALUE_SETS
12.1.1
owner:APPS, object_type:SYNONYM, object_name:FND_FLEX_VALUE_SETS, status:VALID,
-
SYNONYM: APPS.FND_ID_FLEX_SEGMENTS
12.1.1
owner:APPS, object_type:SYNONYM, object_name:FND_ID_FLEX_SEGMENTS, status:VALID,
-
SYNONYM: APPS.GL_CODE_COMBINATIONS
12.1.1
owner:APPS, object_type:SYNONYM, object_name:GL_CODE_COMBINATIONS, status:VALID,
-
SYNONYM: APPS.GL_PERIOD_STATUSES
12.1.1
owner:APPS, object_type:SYNONYM, object_name:GL_PERIOD_STATUSES, status:VALID,
-
SYNONYM: APPS.GL_CODE_COMBINATIONS
12.2.2
owner:APPS, object_type:SYNONYM, object_name:GL_CODE_COMBINATIONS, status:VALID,
-
SYNONYM: APPS.GL_PERIOD_STATUSES
12.2.2
owner:APPS, object_type:SYNONYM, object_name:GL_PERIOD_STATUSES, status:VALID,
-
PACKAGE BODY: APPS.FV_SF133_ONEYEAR
12.1.1
-
APPS.FV_SF133_ONEYEAR dependencies on FND_PROFILE
12.1.1
-
APPS.FV_SF133_ONEYEAR dependencies on FND_PROFILE
12.2.2
-
PACKAGE: APPS.FND_REQUEST
12.1.1
owner:APPS, object_type:PACKAGE, object_name:FND_REQUEST, status:VALID,
-
PACKAGE: APPS.FND_REQUEST
12.2.2
owner:APPS, object_type:PACKAGE, object_name:FND_REQUEST, status:VALID,
-
PACKAGE BODY: APPS.FV_SF133_ONEYEAR
12.2.2
-
SYNONYM: PUBLIC.DBMS_SQL
12.2.2
owner:PUBLIC, object_type:SYNONYM, object_name:DBMS_SQL, status:VALID,