Search Results ar_create_accting_srs
Overview
AR_CREATE_ACCTING_SRS is an Oracle Applications (APPS) schema PL/SQL package that supports the Accounts Receivable accounting submission infrastructure in Oracle E-Business Suite releases 12.1.1 and 12.2.2. The package is registered in the ETRM repository with a status of VALID and is classified as an OTHER API, indicating that it is an internal support package rather than a published public API intended for direct third-party integration. Its documented purpose is bound to the creation and management of accounting submission requests — the mechanism by which Oracle Receivables selects, groups, and processes transaction and receipt data for accounting generation through concurrent programs. In practical terms, the package provides the server-side logic that drives submission control records used by the Receivables accounting engine, ensuring that accounting events are submitted against valid ledgers, open accounting periods, and appropriately configured system parameters.
Key Procedures and Functions
ETRM documents a single program unit within this package: SUBMISSION. The SUBMISSION procedure encapsulates the runtime logic required to initiate or control an accounting submission run for Oracle Receivables. It derives its context from Receivables system parameters, ledger and period information, and submission control data, then applies that context so the downstream accounting program operates against the correct accounting range. No parameter signature is documented in the ETRM extract, and none should be assumed. Consumers must treat SUBMISSION as an internal entry point invoked by Receivables-owned code rather than as a stable, documented interface for custom development.
Tables Accessed
The package references the following objects through APPS synonyms, each serving a defined role in the submission workflow:
- AR_SUBMISSION_CTRL_GT — a global temporary table that holds transient submission control records for the duration of the accounting run session.
- AR_SYSTEM_PARAMETERS_ALL — the Receivables system options table, supplying operating unit defaults and accounting configuration.
- GL_LEDGERS — the General Ledger ledger definition, used to resolve the ledger and chart of accounts context for accounting entries.
- GL_PERIOD_STATUSES — the period status table, used to confirm that the target accounting period is open and eligible for posting.
- FND_LANGUAGES — the language reference table, used for language-dependent processing and message resolution.
- MO_GLOB_ORG_ACCESS_TMP — a temporary organization access table used during multi-organization access resolution.
In addition, the ETRM dependency listing records a reference to FND_PROFILE, reflecting the package's reliance on profile option values at runtime. The same listing shows the package is self-referencing and is referenced by no other packages, confirming its position as a leaf-level internal component.
Usage Notes
AR_CREATE_ACCTING_SRS is invoked indirectly through the standard Receivables accounting flow. Users typically trigger it by running the Create Accounting concurrent program for Receivables from the Submit Requests window, or when accounting is initiated from Receivables forms and workflows such as AutoInvoice or receipt processing. It should not be called directly from custom code, as it is not a published API and carries no documented parameter contract. Customizations that require accounting submission behavior should instead use supported Receivables APIs and the standard concurrent program interface. The package is reported as VALID in both 12.1.1 and 12.2.2, and its behavior remains consistent across those releases, contingent on correctly configured ledgers, open periods, and system parameters.
-
PACKAGE: APPS.AR_CREATE_ACCTING_SRS
12.2.2
owner:APPS, object_type:PACKAGE, object_name:AR_CREATE_ACCTING_SRS, status:VALID,
-
PACKAGE: APPS.AR_CREATE_ACCTING_SRS
12.1.1
owner:APPS, object_type:PACKAGE, object_name:AR_CREATE_ACCTING_SRS, status:VALID,
-
PACKAGE BODY: APPS.AR_CREATE_ACCTING_SRS
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:AR_CREATE_ACCTING_SRS, status:VALID,
-
PACKAGE BODY: APPS.AR_CREATE_ACCTING_SRS
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:AR_CREATE_ACCTING_SRS, status:VALID,
-
SYNONYM: APPS.AR_SUBMISSION_CTRL_GT
12.1.1
owner:APPS, object_type:SYNONYM, object_name:AR_SUBMISSION_CTRL_GT, status:VALID,
-
SYNONYM: APPS.AR_SUBMISSION_CTRL_GT
12.2.2
owner:APPS, object_type:SYNONYM, object_name:AR_SUBMISSION_CTRL_GT, status:VALID,
-
PACKAGE: APPS.AR_REVENUE_MANAGEMENT_PVT
12.1.1
owner:APPS, object_type:PACKAGE, object_name:AR_REVENUE_MANAGEMENT_PVT, status:VALID,
-
PACKAGE: APPS.AR_REVENUE_MANAGEMENT_PVT
12.2.2
owner:APPS, object_type:PACKAGE, object_name:AR_REVENUE_MANAGEMENT_PVT, status:VALID,
-
SYNONYM: APPS.MO_GLOB_ORG_ACCESS_TMP
12.1.1
owner:APPS, object_type:SYNONYM, object_name:MO_GLOB_ORG_ACCESS_TMP, status:VALID,
-
PACKAGE: APPS.AR_CREATE_ACCTING_SRS
12.2.2
-
SYNONYM: APPS.MO_GLOB_ORG_ACCESS_TMP
12.2.2
owner:APPS, object_type:SYNONYM, object_name:MO_GLOB_ORG_ACCESS_TMP, status:VALID,
-
12.2.2 DBA Data
12.2.2
-
VIEW: APPS.XLA_EVENT_CLASS_GRPS_VL
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:XLA.XLA_EVENT_CLASS_GRPS_VL, object_name:XLA_EVENT_CLASS_GRPS_VL, status:VALID,
-
PACKAGE: APPS.AR_CREATE_ACCTING_SRS
12.1.1
-
VIEW: APPS.XLA_LOOKUPS
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:XLA.XLA_LOOKUPS, object_name:XLA_LOOKUPS, status:VALID,
-
12.1.1 DBA Data
12.1.1
-
12.1.1 DBA Data
12.1.1
-
12.2.2 DBA Data
12.2.2
-
SYNONYM: APPS.AR_SYSTEM_PARAMETERS_ALL
12.1.1
owner:APPS, object_type:SYNONYM, object_name:AR_SYSTEM_PARAMETERS_ALL, status:VALID,
-
SYNONYM: APPS.AR_SYSTEM_PARAMETERS_ALL
12.2.2
owner:APPS, object_type:SYNONYM, object_name:AR_SYSTEM_PARAMETERS_ALL, status:VALID,
-
VIEW: APPS.FND_APPLICATION_VL
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:FND.FND_APPLICATION_VL, object_name:FND_APPLICATION_VL, status:VALID,
-
VIEW: APPS.FND_APPLICATION_VL
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:FND.FND_APPLICATION_VL, object_name:FND_APPLICATION_VL, status:VALID,
-
APPS.AR_CREATE_ACCTING_SRS dependencies on AR_CREATE_ACCTING_SRS
12.2.2
-
APPS.AR_CREATE_ACCTING_SRS dependencies on AR_CREATE_ACCTING_SRS
12.1.1
-
SYNONYM: APPS.GL_LEDGERS
12.1.1
owner:APPS, object_type:SYNONYM, object_name:GL_LEDGERS, 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_LEDGERS
12.2.2
owner:APPS, object_type:SYNONYM, object_name:GL_LEDGERS, 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.AR_CREATE_ACCTING_SRS
12.1.1
-
PACKAGE: APPS.FND_CONCURRENT
12.1.1
owner:APPS, object_type:PACKAGE, object_name:FND_CONCURRENT, status:VALID,
-
PACKAGE BODY: APPS.AR_CREATE_ACCTING_SRS
12.2.2
-
PACKAGE: APPS.FND_CONCURRENT
12.2.2
owner:APPS, object_type:PACKAGE, object_name:FND_CONCURRENT, status:VALID,
-
PACKAGE: APPS.FND_REQUEST
12.2.2
owner:APPS, object_type:PACKAGE, object_name:FND_REQUEST, status:VALID,
-
PACKAGE: APPS.FND_REQUEST
12.1.1
owner:APPS, object_type:PACKAGE, object_name:FND_REQUEST, status:VALID,
-
APPS.AR_CREATE_ACCTING_SRS dependencies on FND_API
12.2.2
-
APPS.AR_CREATE_ACCTING_SRS dependencies on FND_API
12.1.1
-
SYNONYM: APPS.FND_LANGUAGES
12.2.2
owner:APPS, object_type:SYNONYM, object_name:FND_LANGUAGES, status:VALID,
-
PACKAGE: APPS.FND_DATE
12.1.1
owner:APPS, object_type:PACKAGE, object_name:FND_DATE, status:VALID,
-
PACKAGE: APPS.FND_DATE
12.2.2
owner:APPS, object_type:PACKAGE, object_name:FND_DATE, status:VALID,
-
PACKAGE: APPS.FND_FILE
12.1.1
owner:APPS, object_type:PACKAGE, object_name:FND_FILE, status:VALID,
-
SYNONYM: APPS.FND_LANGUAGES
12.1.1
owner:APPS, object_type:SYNONYM, object_name:FND_LANGUAGES, status:VALID,
-
PACKAGE: APPS.FND_FILE
12.2.2
owner:APPS, object_type:PACKAGE, object_name:FND_FILE, status:VALID,
-
PACKAGE: APPS.FND_PROFILE
12.1.1
owner:APPS, object_type:PACKAGE, object_name:FND_PROFILE, status:VALID,
-
PACKAGE: APPS.FND_PROFILE
12.2.2
owner:APPS, object_type:PACKAGE, object_name:FND_PROFILE, status:VALID,
-
PACKAGE: APPS.FND_MSG_PUB
12.1.1
owner:APPS, object_type:PACKAGE, object_name:FND_MSG_PUB, status:VALID,
-
PACKAGE: APPS.FND_MSG_PUB
12.2.2
owner:APPS, object_type:PACKAGE, object_name:FND_MSG_PUB, status:VALID,
-
12.2.2 DBA Data
12.2.2
-
12.2.2 DBA Data
12.2.2
-
12.1.1 DBA Data
12.1.1
-
12.1.1 DBA Data
12.1.1