Search Results cn_wksht_get_pub
Overview
CN_WKSHT_GET_PUB is a public PL/SQL package owned by the APPS schema in Oracle E-Business Suite, belonging to the Channel Revenue Management (CN) product family. It serves as a query and retrieval layer for payment worksheet data used in channel rebate, accrual, and settlement processing. Specifically, the package exposes functionality for obtaining sales representative worksheet information, allowing callers to resolve the worksheet assignments associated with payment processing across sales channels. The package operates as a controlled public interface, meaning its procedures are intended to be invoked by other Oracle EBS components such as forms, concurrent programs, and dependent packages rather than being called directly by end users.
Key Procedures and Functions
Based on the documented metadata, the package exposes one public procedure or function:
- GET_SRP_WKSHT — Retrieves sales representative (SRP) worksheet information. This is the sole documented entry point in the package. It is designed to return worksheet data associated with sales representatives, supporting the Channel Revenue Management workflow where payment worksheets are assigned to, or queried by, sales representatives for review, approval, or settlement. The procedure does not expose its parameter list in the documented metadata; consumers should refer to the package specification in the EBS instance for exact signatures.
The package body also contains internal, non-public logic and a wrapper package (CN_WKSHT_GET_PUB_W) that follows the standard Oracle EBS pattern of separating the public API from its implementation. The wrapper is referenced alongside the main package, indicating the typical layered design where the "W" package provides a thin public entry point that delegates to the core package body.
Tables Accessed
The package references the following tables through APPS synonyms, reflecting both the worksheet domain and supporting resource/HR data:
- CN_PAYMENT_WORKSHEETS — The primary worksheet table holding payment worksheet header information. Central to the package's retrieval purpose.
- CN_PAYRUNS — Payment run data, linking worksheets to their parent pay runs.
- CN_PERIOD_STATUSES — Period status information used to validate whether worksheet data falls in open or closed accounting periods.
- CN_WORKSHEET_QG_DTLS — Worksheet quantity and grouping detail records.
- CN_SALESREPS — Sales representative master data (referenced in the dependency list).
- FND_USER — Application user information, typically used to resolve the current user or to map users to sales representatives.
- JTF_RS_RESOURCE_EXTNS, JTF_RS_REP_MANAGERS, JTF_RS_GROUP_USAGES — Resource manager and group usage tables from the JTF Resource Manager schema, providing organizational hierarchy and resource group context for sales representatives.
- JTF_NOTES_B — Notes associated with worksheets or resources.
- DUAL — Used for single-row utility queries.
Reads dominate; the package primarily queries data rather than performing DML, consistent with its "GET" naming convention.
Usage Notes
CN_WKSHT_GET_PUB is typically invoked from within the Channel Revenue Management forms and concurrent programs that manage payment worksheets and sales representative assignments. It may also be called by custom extensions or other Oracle EBS packages that need to resolve worksheet information for a given sales representative or user context. Because it is classified as a public (PUB) API, it is considered a supported integration point, though Oracle's standard guidance applies: custom code should call the documented public procedures rather than the underlying package body or wrapper. The package's dependency on JTF resource tables means it assumes the Oracle Resource Manager (JTF) modules are installed and configured. Its reference by only one other package suggests a relatively narrow, focused usage pattern within the CN module. As with any APPS-owned package, direct modification is unsupported; all behavior is governed by the current EBS patch level.
-
PACKAGE: APPS.CN_WKSHT_GET_PUB
12.1.1
owner:APPS, object_type:PACKAGE, object_name:CN_WKSHT_GET_PUB, status:VALID,
-
PACKAGE: APPS.CN_WKSHT_GET_PUB
12.2.2
owner:APPS, object_type:PACKAGE, object_name:CN_WKSHT_GET_PUB, status:VALID,
-
PACKAGE BODY: APPS.CN_WKSHT_GET_PUB
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:CN_WKSHT_GET_PUB, status:VALID,
-
PACKAGE BODY: APPS.CN_WKSHT_GET_PUB
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:CN_WKSHT_GET_PUB, status:VALID,
-
SYNONYM: APPS.CN_PAYMENT_WORKSHEETS
12.1.1
owner:APPS, object_type:SYNONYM, object_name:CN_PAYMENT_WORKSHEETS, status:VALID,
-
SYNONYM: APPS.CN_PAYMENT_WORKSHEETS
12.2.2
owner:APPS, object_type:SYNONYM, object_name:CN_PAYMENT_WORKSHEETS, status:VALID,
-
PACKAGE BODY: APPS.CN_WKSHT_GET_PUB_W
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:CN_WKSHT_GET_PUB_W, status:VALID,
-
PACKAGE: APPS.CN_WKSHT_GET_PUB
12.2.2
-
PACKAGE: APPS.CN_WKSHT_GET_PUB_W
12.1.1
owner:APPS, object_type:PACKAGE, object_name:CN_WKSHT_GET_PUB_W, status:VALID,
-
SYNONYM: APPS.CN_WORKSHEET_QG_DTLS
12.1.1
owner:APPS, object_type:SYNONYM, object_name:CN_WORKSHEET_QG_DTLS, status:VALID,
-
SYNONYM: APPS.CN_WORKSHEET_QG_DTLS
12.2.2
owner:APPS, object_type:SYNONYM, object_name:CN_WORKSHEET_QG_DTLS, status:VALID,
-
PACKAGE BODY: APPS.CN_WKSHT_GET_PUB_W
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:CN_WKSHT_GET_PUB_W, status:VALID,
-
PACKAGE: APPS.CN_WKSHT_GET_PUB_W
12.2.2
owner:APPS, object_type:PACKAGE, object_name:CN_WKSHT_GET_PUB_W, status:VALID,
-
PACKAGE: APPS.CN_PAYMENT_WORKSHEET_PVT
12.2.2
owner:APPS, object_type:PACKAGE, object_name:CN_PAYMENT_WORKSHEET_PVT, status:VALID,
-
PACKAGE: APPS.CN_PAYMENT_WORKSHEET_PVT
12.1.1
owner:APPS, object_type:PACKAGE, object_name:CN_PAYMENT_WORKSHEET_PVT, status:VALID,
-
PACKAGE: APPS.CN_SYSTEM_PARAMETERS
12.2.2
owner:APPS, object_type:PACKAGE, object_name:CN_SYSTEM_PARAMETERS, status:VALID,
-
PACKAGE: APPS.CN_WKSHT_GET_PUB
12.1.1
-
PACKAGE: APPS.CN_SYSTEM_PARAMETERS
12.1.1
owner:APPS, object_type:PACKAGE, object_name:CN_SYSTEM_PARAMETERS, status:VALID,
-
PACKAGE: APPS.CN_GLOBAL_VAR
12.2.2
owner:APPS, object_type:PACKAGE, object_name:CN_GLOBAL_VAR, status:VALID,
-
PACKAGE: APPS.CN_GLOBAL_VAR
12.1.1
owner:APPS, object_type:PACKAGE, object_name:CN_GLOBAL_VAR, status:VALID,
-
SYNONYM: APPS.JTF_RS_REP_MANAGERS
12.1.1
owner:APPS, object_type:SYNONYM, object_name:JTF_RS_REP_MANAGERS, status:VALID,
-
SYNONYM: APPS.JTF_NOTES_B
12.1.1
owner:APPS, object_type:SYNONYM, object_name:JTF_NOTES_B, status:VALID,
-
SYNONYM: APPS.CN_PAYRUNS
12.2.2
owner:APPS, object_type:SYNONYM, object_name:CN_PAYRUNS, status:VALID,
-
SYNONYM: APPS.CN_PAYRUNS
12.1.1
owner:APPS, object_type:SYNONYM, object_name:CN_PAYRUNS, status:VALID,
-
SYNONYM: APPS.JTF_RS_REP_MANAGERS
12.2.2
owner:APPS, object_type:SYNONYM, object_name:JTF_RS_REP_MANAGERS, status:VALID,
-
VIEW: APPS.CN_LOOKUPS
12.1.1
owner:APPS, object_type:VIEW, object_name:CN_LOOKUPS, status:VALID,
-
SYNONYM: APPS.CN_PERIOD_STATUSES
12.1.1
owner:APPS, object_type:SYNONYM, object_name:CN_PERIOD_STATUSES, status:VALID,
-
SYNONYM: APPS.CN_PERIOD_STATUSES
12.2.2
owner:APPS, object_type:SYNONYM, object_name:CN_PERIOD_STATUSES, status:VALID,
-
VIEW: APPS.CN_SALESREPS
12.1.1
owner:APPS, object_type:VIEW, object_name:CN_SALESREPS, status:VALID,
-
VIEW: APPS.CN_LOOKUPS
12.2.2
owner:APPS, object_type:VIEW, object_name:CN_LOOKUPS, status:VALID,
-
SYNONYM: APPS.JTF_NOTES_B
12.2.2
owner:APPS, object_type:SYNONYM, object_name:JTF_NOTES_B, status:VALID,
-
VIEW: APPS.CN_SALESREPS
12.2.2
owner:APPS, object_type:VIEW, object_name:CN_SALESREPS, status:VALID,
-
SYNONYM: APPS.JTF_RS_GROUP_USAGES
12.1.1
owner:APPS, object_type:SYNONYM, object_name:JTF_RS_GROUP_USAGES, status:VALID,
-
SYNONYM: APPS.JTF_RS_GROUP_USAGES
12.2.2
owner:APPS, object_type:SYNONYM, object_name:JTF_RS_GROUP_USAGES, status:VALID,
-
12.1.1 DBA Data
12.1.1
-
12.2.2 DBA Data
12.2.2
-
12.1.1 DBA Data
12.1.1
-
12.2.2 DBA Data
12.2.2
-
PACKAGE BODY: APPS.CN_WKSHT_GET_PUB
12.2.2
-
PACKAGE BODY: APPS.CN_WKSHT_GET_PUB
12.1.1
-
PACKAGE: APPS.GL_CURRENCY_API
12.1.1
owner:APPS, object_type:PACKAGE, object_name:GL_CURRENCY_API, status:VALID,
-
APPS.CN_WKSHT_GET_PUB dependencies on CN_WKSHT_GET_PUB
12.2.2
-
PACKAGE: APPS.GL_CURRENCY_API
12.2.2
owner:APPS, object_type:PACKAGE, object_name:GL_CURRENCY_API, status:VALID,
-
APPS.CN_WKSHT_GET_PUB_W dependencies on CN_WKSHT_GET_PUB
12.1.1
-
APPS.CN_WKSHT_GET_PUB_W dependencies on CN_WKSHT_GET_PUB
12.2.2
-
APPS.CN_WKSHT_GET_PUB_W dependencies on CN_WKSHT_GET_PUB
12.1.1
-
APPS.CN_WKSHT_GET_PUB dependencies on CN_WKSHT_GET_PUB
12.1.1
-
APPS.CN_WKSHT_GET_PUB_W dependencies on CN_WKSHT_GET_PUB
12.2.2
-
SYNONYM: APPS.JTF_RS_RESOURCE_EXTNS
12.1.1
owner:APPS, object_type:SYNONYM, object_name:JTF_RS_RESOURCE_EXTNS, status:VALID,
-
SYNONYM: APPS.JTF_RS_RESOURCE_EXTNS
12.2.2
owner:APPS, object_type:SYNONYM, object_name:JTF_RS_RESOURCE_EXTNS, status:VALID,