Search Results rec_count
Overview
APPS.CZ_PB_MGR is the core publication manager package body within the Oracle E-Business Suite product information management and ETRM (Enterprise Trade and Regulatory Management) schema. Its primary business function is to manage the creation, validation, publication, and lifecycle control of runtime models that are generated from design-time definitions. In Oracle EBS 12.1.1 and 12.2.2, this package orchestrates the transformation of configuration and rules data held in the design-time tables into consumable runtime structures, controls which publications are active, and maintains synchronization between source models and their published targets. It also performs identifier resolution and export handling for UI components and object attribute definitions.
Key Procedures and Functions
The package exposes 63 documented procedures and functions. The principal entries include:
- PUBLISH_MODEL, PUBLISH_ALL_MODELS, PUBLISH_SINGLE_MODEL_CP, PUBLISH_MODELS_CP — publish one or many models, generating runtime definitions and controlling the publication scope.
- REPUBLISH_MODEL, CREATE_REPUBLISH_PUBLICATION, EDIT_PUBLICATION, EDIT_TGT_PUB — support re-publication and modification of existing publications and their target configurations.
- ENABLE_PUBLICATION, DISABLE_PUBLICATION, DELETE_PUBLICATION — manage the active state and removal of publication records.
- MODEL_UPTO_DATE, IS_UI_UPTO_DATE, EXPORT_SINGLE_OA_UI — determine whether a published model or UI definition is current and export single OA UI definitions.
- DEEP_MODEL_COPY — performs a deep copy of a model and its dependent structures.
- CHECK_PUBLICATION_OVERLAP, RESET_PROCESSING_PUBS, LOG_PB_ERRORS — validation, recovery of stuck publications, and error logging.
- SEQUENCE_GENERATE — generates sequence values for new entities, respecting the NONSEED_*_MIN_ID constants for UCT, UMT, signature, rule, and property entities.
- RETRIEVE_DB_LINK — retrieves database link information for cross-instance publication operations.
The body also defines helper constants and identifier-resolution fields (PSNREFID, RULCOMID, UINREFID, IGNOREID) used when resolving references such as cz_ps_nodes.reference_id, cz_rules.rule_folder_id, and UI node references.
Tables Accessed
All referenced tables are accessed through APPS synonyms and include:
- CZ_MODEL_PUBLICATIONS, CZ_PB_MODEL_EXPORTS — track publication records and export state.
- CZ_ITEM_MASTERS, CZ_ITEM_TYPES, CZ_ITEM_PROPERTY_VALUES, CZ_PROPERTIES, CZ_MODEL_REF_EXPLS, CZ_MODEL_USAGES — supply the model, item, and property definitions being published.
- CZ_PS_NODES, CZ_PS_PROP_VALS — provide page-structure nodes and property values involved in identifier resolution.
- CZ_EXPRESSIONS, CZ_LCE_TEXTS, CZ_DEVL_PROJECTS — support expression, localization, and development-project context.
- CZ_DB_LOGS, CZ_DB_SETTINGS — persist processing errors and configuration settings used during publication.
Usage Notes
CZ_PB_MGR is typically invoked from Oracle Forms (including administrator and publication management forms), from concurrent programs such as the publish and republish model concurrent processes, and from custom or extension code that needs to drive publication programmatically. Error handling is channeled through the LOG_PB_ERRORS routine and CZ_DB_LOGS, so callers should expect detailed error records rather than relying solely on raised exceptions. Because the package performs deep model copies and cross-reference resolution, it is sensitive to the state of CZ_MODEL_PUBLICATIONS and related design-time tables; RESET_PROCESSING_PUBS and CHECK_PUBLICATION_OVERLAP should be used to recover or validate before re-invoking publication. Eight other packages reference this body, so changes to its documented interfaces can affect dependent publication and export logic.
-
PACKAGE BODY: APPS.CZ_PB_MGR
12.1.1
-
PACKAGE BODY: APPS.AP_WEB_OA_DISC_PKG
12.1.1
-
PACKAGE BODY: APPS.AP_WEB_OA_DISC_PKG
12.2.2
-
PACKAGE BODY: APPS.CZ_PB_MGR
12.2.2
-
APPS.AP_WEB_DISC_PKG SQL Statements
12.1.1
-
APPS.AP_WEB_DISC_PKG SQL Statements
12.2.2
-
PACKAGE BODY: APPS.AP_WEB_DISC_PKG
12.1.1
-
PACKAGE BODY: APPS.AP_WEB_DISC_PKG
12.2.2
-
PACKAGE BODY: APPS.BIS_CUSTOM_CAUSE_EFFECT_PVT
12.1.1
-
PACKAGE BODY: APPS.CZ_UI_MGR
12.2.2
-
PACKAGE BODY: APPS.CZ_UI_MGR
12.1.1
-
APPS.IGF_GR_YTD_LOAD_DATA SQL Statements
12.1.1
-
TABLE: SYS.WRI$_ADV_TASKS
12.1.1
owner:SYS, object_type:TABLE, object_name:WRI$_ADV_TASKS, status:VALID,
-
TABLE: SYS.WRI$_ADV_TASKS
12.2.2
owner:SYS, object_type:TABLE, object_name:WRI$_ADV_TASKS, status:VALID,
-
TABLE: IGF.IGF_DB_YTD_SMR_ALL
12.1.1
owner:IGF, object_type:TABLE, fnd_design_data:IGF.IGF_DB_YTD_SMR_ALL, object_name:IGF_DB_YTD_SMR_ALL, status:VALID,
-
VIEW: APPS.IGF_DB_YTD_SMR
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGF.IGF_DB_YTD_SMR, object_name:IGF_DB_YTD_SMR, status:VALID,
-
APPS.FND_CONC_SSWA SQL Statements
12.2.2
-
View: IGF_DB_YTD_SMR
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGF.IGF_DB_YTD_SMR, object_name:IGF_DB_YTD_SMR, status:VALID, product: IGF - Financial Aid , description: Stores the summary of the year to date data for disbursement , implementation_dba_data: APPS.IGF_DB_YTD_SMR ,
-
View: IGF_DB_YTD_SMR
12.2.2
product: IGF - Financial Aid (Obsolete) , description: Stores the summary of the year to date data for disbursement , implementation_dba_data: Not implemented in this database ,
-
PACKAGE: APPS.GL_PARENT_SEGMENT_PKG
12.2.2
-
APPS.FND_CONC_SSWA SQL Statements
12.1.1
-
TABLE: IGF.IGF_DB_YTD_DTL_ALL
12.1.1
owner:IGF, object_type:TABLE, fnd_design_data:IGF.IGF_DB_YTD_DTL_ALL, object_name:IGF_DB_YTD_DTL_ALL, status:VALID,
-
View: IGF_DB_YTD_DTL
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGF.IGF_DB_YTD_DTL, object_name:IGF_DB_YTD_DTL, status:VALID, product: IGF - Financial Aid , description: Stores the data loaded through the year to date disbursement data file. , implementation_dba_data: APPS.IGF_DB_YTD_DTL ,
-
PACKAGE: APPS.GL_PARENT_SEGMENT_PKG
12.1.1
-
VIEW: APPS.IGF_DB_YTD_DTL
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGF.IGF_DB_YTD_DTL, object_name:IGF_DB_YTD_DTL, status:VALID,
-
PACKAGE BODY: APPS.FND_CONC_SSWA
12.2.2
-
View: IGF_DB_YTD_DTL
12.2.2
product: IGF - Financial Aid (Obsolete) , description: Stores the data loaded through the year to date disbursement data file. , implementation_dba_data: Not implemented in this database ,
-
PACKAGE BODY: APPS.FND_CONC_SSWA
12.1.1
-
PACKAGE BODY: APPS.PAY_ZA_UIF_REFUND_MARCH_2008
12.2.2
-
PACKAGE BODY: APPS.PAY_ZA_UIF_REFUND_MARCH_2008
12.1.1
-
APPS.IGF_DB_YTD_SMR_PKG SQL Statements
12.1.1
-
PACKAGE BODY: APPS.CSP_SCH_INT_PVT
12.1.1
-
PACKAGE: APPS.PO_PDOI_TYPES
12.1.1
-
APPS.IGF_DB_YTD_DTL_PKG SQL Statements
12.1.1
-
PACKAGE BODY: APPS.BIC_SUMMARY_EXTRACT_PKG
12.1.1
-
PACKAGE BODY: APPS.BIC_SUMMARY_EXTRACT_PKG
12.2.2
-
PACKAGE BODY: APPS.CSP_SCH_INT_PVT
12.2.2
-
PACKAGE: APPS.PO_PDOI_TYPES
12.2.2
-
PACKAGE: APPS.PO_AUTOCREATE_TYPES
12.2.2
-
APPS.GHR_COMPLAINTS2_PKG SQL Statements
12.1.1
-
APPS.BIC_SUMMARY_EXTRACT_PKG SQL Statements
12.2.2
-
APPS.OKL_JTOT_EXTRACT SQL Statements
12.1.1
-
APPS.BIC_SUMMARY_EXTRACT_PKG SQL Statements
12.1.1
-
APPS.GHR_COMPLAINTS2_PKG SQL Statements
12.2.2
-
APPS.OKL_JTOT_EXTRACT SQL Statements
12.2.2
-
PACKAGE BODY: APPS.OKC_EXTEND_PUB
12.1.1
-
PACKAGE BODY: APPS.GL_PARENT_SEGMENT_PKG
12.1.1
-
PACKAGE BODY: APPS.OKC_EXTEND_PUB
12.2.2
-
PACKAGE BODY: APPS.GL_PARENT_SEGMENT_PKG
12.2.2
-
APPS.PAY_ZA_UIF_REFUND_MARCH_2008 SQL Statements
12.2.2