Search Results gmd_activities_b
Overview
The GMD_ACTIVITIES_B table is a core master data table within the Oracle E-Business Suite Process Manufacturing (GMD) Product Development module. It serves as the foundational repository for defining activities, which are discrete tasks or steps performed within manufacturing operations. In the context of Process Manufacturing, activities are fundamental building blocks used to construct detailed operational steps, often linked to specific resources, costs, and quality checks. This table's role is to establish a standardized library of activities that can be consistently referenced across formulas, recipes, and routing instructions, ensuring process consistency and enabling accurate costing and scheduling.
Key Information Stored
The table stores the defining attributes for each activity. While the full column list is not detailed in the provided metadata, the structure and foreign key relationships indicate critical data points. The primary key is the ACTIVITY column, which uniquely identifies each activity record. Other significant columns include COST_ANALYSIS_CODE, which links the activity to a cost analysis master record (CM_ALYS_MST) for financial tracking, and TEXT_CODE, which links to descriptive text and instructions stored in the FM_TEXT_HDR table. Typical data stored would encompass an activity code, description, status (active/inactive), type classification, and various control flags governing its use in production and development processes.
Common Use Cases and Queries
This table is central to configuration and reporting within Process Manufacturing. Common use cases include setting up and maintaining the activity master list during implementation, referencing activities within operation details (PM_OPRN_DTL), and generating reports on standard manufacturing tasks. A frequent query involves joining GMD_ACTIVITIES_B with operation detail tables to list all activities used in a specific routing or formula. For example:
- SELECT a.activity, a.description FROM gmd_activities_b a, pm_oprn_dtl d WHERE a.activity = d.activity AND d.oprn_id = :operation_id;
Another common pattern is to retrieve activities along with their associated cost analysis codes for financial reporting or to fetch activities with their long descriptions by joining to the text table via the TEXT_CODE foreign key.
Related Objects
The GMD_ACTIVITIES_B table has integral relationships with several other EBS objects, as indicated by its foreign keys. The primary key (ACTIVITY) is referenced by the PM_OPRN_DTL table, which details the specific activities within an operation. It references the CM_ALYS_MST table via the COST_ANALYSIS_CODE column to tie activities to costing structures. It also references the FM_TEXT_HDR table via TEXT_CODE to store extensive descriptive notes. Developers and integrators commonly interact with this table through the standard Oracle APIs provided for the Product Development module, which ensure data integrity when creating or modifying activity definitions.
-
Table: GMD_ACTIVITIES_B
12.2.2
owner:GMD, object_type:TABLE, fnd_design_data:GMD.GMD_ACTIVITIES_B, object_name:GMD_ACTIVITIES_B, status:VALID, product: GMD - Process Manufacturing Product Development , description: Activities base table. Defines activities which are performed in operations. , implementation_dba_data: GMD.GMD_ACTIVITIES_B ,
-
Table: GMD_ACTIVITIES_B
12.1.1
owner:GMD, object_type:TABLE, fnd_design_data:GMD.GMD_ACTIVITIES_B, object_name:GMD_ACTIVITIES_B, status:VALID, product: GMD - Process Manufacturing Product Development , description: Activities base table. Defines activities which are performed in operations. , implementation_dba_data: GMD.GMD_ACTIVITIES_B ,
-
View: GMD_ACTIVITIES_VL
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:GMD.GMD_ACTIVITIES_VL, object_name:GMD_ACTIVITIES_VL, status:VALID, product: GMD - Process Manufacturing Product Development , description: GMD_ACTIVITIES_VL is view of GMD_ACTIVITIES_B AND GMD_ACTIVITIES_TL , implementation_dba_data: APPS.GMD_ACTIVITIES_VL ,
-
View: GMD_ACTIVITIES_VL
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:GMD.GMD_ACTIVITIES_VL, object_name:GMD_ACTIVITIES_VL, status:VALID, product: GMD - Process Manufacturing Product Development , description: GMD_ACTIVITIES_VL is view of GMD_ACTIVITIES_B AND GMD_ACTIVITIES_TL , implementation_dba_data: APPS.GMD_ACTIVITIES_VL ,
-
Table: FM_TEXT_HDR
12.1.1
owner:GMD, object_type:TABLE, fnd_design_data:GMD.FM_TEXT_HDR, object_name:FM_TEXT_HDR, status:VALID, product: GMD - Process Manufacturing Product Development , description: Table used to store text types for Formula Model , implementation_dba_data: GMD.FM_TEXT_HDR ,
-
Table: FM_TEXT_HDR
12.2.2
owner:GMD, object_type:TABLE, fnd_design_data:GMD.FM_TEXT_HDR, object_name:FM_TEXT_HDR, status:VALID, product: GMD - Process Manufacturing Product Development , description: Table used to store text types for Formula Model , implementation_dba_data: GMD.FM_TEXT_HDR ,