Skip to main content

Celonis Product Documentation

Catalog Tables - OCPM

Description

OCPM Catalog Tables allow accessing metadata about a object centric process mining perspective (former: data model) including registered tables.

Syntax
 "OCPM":"Object_Type"
 "OCPM":"Event_Type"
 "OCPM":"Event_Object_Type_Relations"
  • "OCPM":"Object_Type": Access the object catalog that lists all object types in a OCPM datamodel. Has a "Name" column with all the objects in an OCPM datamodel.

  • "OCPM":"Event_Type": Access the event catalog that lists all event types in a OCPM datamodel. Has a "Name" column with all the event types in an OCPM datamodel.

  • "OCPM":"Event_Object_Type_Relations": Access the table listing all static Event-Object-Type-Relations which have been modeled within a perspective. Additional relations which have not been defined in the perspective (e.g. by using PROJECT_ON_OBJECT) are not listed. The table has the following columns:

    • "Object_Name" - Name of the object type.

    • "Event_Name" - Name of the event type. It can be directly connected to the object type or with using a mapping table in between the object and the event type.

The catalog tables behave like regular tables, but they are not joined to the data model (or to each other).

Examples

[1]

In this example we use the OCPM Object_Type to list all object types existing in the current data model.

Query

Column1

         "OCPM":"Object_Type"."Name"
        

Input

Output

M_Mapping_1

OBJECT_ID : int

ID : string

0

'001'

0

'002'

0

'003'

M_Mapping_2

OBJECT_ID : int

ID : string

0

'007'

0

'008'

0

'009'

M_Mapping_3

OBJECT_ID : int

ID : string

0

'020'

0

'030'

0

'040'

M_Mapping_4

OBJECT_ID : int

ID : string

0

'051'

0

'052'

0

'053'

M_Mapping_5

OBJECT_ID : int

ID : string

0

'061'

0

'062'

0

'063'

M_Mapping_6

OBJECT_ID : int

ID : string

0

'071'

0

'072'

0

'073'

O_Object

ID : int

0

e_celonis_A

ID : string

TIME : date

'001'

Sat Jan 01 2022 00:00:00.000

'002'

Sun Jan 02 2022 00:00:00.000

'003'

Mon Jan 03 2022 00:00:00.000

e_celonis_B

ID : string

TIME : date

'007'

Sun Jan 02 2022 00:00:00.000

'008'

Sat Jan 08 2022 00:00:00.000

'009'

Sun Jan 09 2022 00:00:00.000

e_celonis_C

ID : string

TIME : date

'020'

Tue Jan 04 2022 00:00:00.000

'030'

Fri Jan 07 2022 00:00:00.000

'040'

Sun Jan 09 2022 00:00:00.000

e_celonis_D

ID : string

TIME : date

'051'

Mon Jan 10 2022 00:00:00.000

'052'

Tue Jan 11 2022 00:00:00.000

'053'

Wed Jan 12 2022 00:00:00.000

e_celonis_E

ID : string

TIME : date

'061'

Wed Jan 12 2022 00:00:00.000

'062'

Fri Jan 14 2022 00:00:00.000

'063'

Sat Jan 15 2022 00:00:00.000

e_celonis_F

ID : string

TIME : date

'071'

Fri Jan 14 2022 00:00:00.000

'072'

Tue Jan 18 2022 00:00:00.000

'073'

Wed Jan 19 2022 00:00:00.000

Foreign Keys

O_Object.ID

M_Mapping_1.OBJECT_ID

e_celonis_A.ID

M_Mapping_1.ID

O_Object.ID

M_Mapping_2.OBJECT_ID

e_celonis_B.ID

M_Mapping_2.ID

O_Object.ID

M_Mapping_3.OBJECT_ID

e_celonis_C.ID

M_Mapping_3.ID

O_Object.ID

M_Mapping_4.OBJECT_ID

e_celonis_D.ID

M_Mapping_4.ID

O_Object.ID

M_Mapping_5.OBJECT_ID

e_celonis_E.ID

M_Mapping_5.ID

O_Object.ID

M_Mapping_6.OBJECT_ID

e_celonis_F.ID

M_Mapping_6.ID

Result

Column1 : string

'O_Object'

[2]

In this example we use the OCPM Event_type table to list all event type (tables) in the current data model. Note that all event type tables are listed only once, even if they are connected to more than one object type.

Query

Column1

         "OCPM":"Event_Type"."Name"
        

Input

Output

e_celonis_ChangeSalesOrder

ID : string

TIME : date

'0'

Thu Feb 20 2020 08:11:15.000

'1'

Thu Feb 20 2020 08:43:04.000

'2'

Fri Feb 21 2020 08:31:15.000

'3'

Fri Feb 21 2020 12:11:15.000

'4'

Fri Feb 21 2020 15:11:15.000

e_celonis_ClearInvoiceItem

ID : string

TIME : date

'0'

Mon Feb 24 2020 10:11:15.000

'1'

Tue Feb 25 2020 14:43:04.000

'2'

Tue Feb 25 2020 08:31:15.000

'3'

Wed Feb 26 2020 12:11:15.000

'4'

Wed Feb 26 2020 15:11:15.000

e_celonis_CreateBillingDocument

ID : string

TIME : date

'0'

Sun Feb 23 2020 10:11:15.000

'1'

Sun Feb 23 2020 14:43:04.000

'2'

Mon Feb 24 2020 08:31:15.000

'3'

Mon Feb 24 2020 12:11:15.000

'4'

Mon Feb 24 2020 15:11:15.000

'5'

Tue Feb 25 2020 15:11:15.000

'6'

Tue Feb 25 2020 15:11:15.000

'7'

Tue Feb 25 2020 15:11:15.000

e_celonis_CreateDelivery

ID : string

TIME : date

'0'

Sat Feb 22 2020 10:11:15.000

'1'

Sat Feb 22 2020 14:43:04.000

'2'

Sun Feb 23 2020 08:31:15.000

'3'

Mon Feb 24 2020 12:11:15.000

'4'

Mon Feb 24 2020 15:11:15.000

'5'

Mon Feb 24 2020 12:34:15.000

'6'

Mon Feb 24 2020 18:11:15.000

'7'

Mon Feb 24 2020 21:11:15.000

e_celonis_CreateSalesOrder

ID : string

TIME : date

'0'

Thu Feb 20 2020 08:11:15.000

'1'

Thu Feb 20 2020 08:43:04.000

'2'

Fri Feb 21 2020 08:31:15.000

'3'

Fri Feb 21 2020 12:11:15.000

'4'

Fri Feb 21 2020 15:11:15.000

e_celonis_ExecutePicking

ID : string

TIME : date

'0'

Mon Feb 24 2020 10:11:15.000

'1'

Tue Feb 25 2020 14:43:04.000

'2'

Tue Feb 25 2020 08:31:15.000

'3'

Wed Feb 26 2020 12:11:15.000

'4'

Wed Feb 26 2020 15:11:15.000

o_celonis_BillingDocumentItem

ID : string

'0'

'1'

'2'

'3'

'4'

'5'

'6'

'7'

o_celonis_DeliveryItem

ID : string

'0'

'1'

'2'

'3'

'4'

'5'

'6'

'7'

'8'

'9'

o_celonis_Quotation

ID : string

'0'

'1'

'2'

'3'

'4'

o_celonis_SalesOrder

ID : string

SalesDocument : string

'0'

'0001152080'

'1'

'0001152081'

'2'

'0001152082'

'3'

'0001152083'

'4'

'0001152084'

o_celonis_SalesOrderItem

ID : string

SalesOrderId : string

'0'

'0'

'1'

'1'

'2'

'1'

'3'

'1'

'4'

'2'

'5'

'3'

'6'

'4'

'7'

'4'

'8'

'0'

'9'

'3'

(empty table)

r_e_celonis_ChangeSalesOrder_SalesOrderItem

ID : string

OBJECT_ID : string

'0'

'0'

'1'

'0'

'2'

'2'

'3'

'5'

'4'

'8'

r_e_celonis_ClearInvoiceItem_Quotation

ID : string

OBJECT_ID : string

'0'

'0'

'1'

'0'

'2'

'2'

'3'

'3'

'4'

'4'

r_e_celonis_CreateBillingDocument_BillingDocumentItem

ID : string

OBJECT_ID : string

'0'

'0'

'1'

'2'

'2'

'3'

'3'

'5'

'4'

'7'

'5'

'2'

'6'

'3'

'7'

'6'

r_e_celonis_CreateBillingDocument_SalesOrderItem

ID : string

OBJECT_ID : string

'0'

'1'

'1'

'1'

'2'

'3'

'3'

'5'

'4'

'6'

'5'

'8'

'6'

'9'

'7'

'9'

r_e_celonis_CreateDelivery_DeliveryItem

ID : string

OBJECT_ID : string

'0'

'0'

'1'

'0'

'2'

'3'

'3'

'5'

'4'

'7'

'5'

'8'

'6'

'9'

'7'

'9'

r_e_celonis_CreateDelivery_SalesOrderItem

ID : string

OBJECT_ID : string

'0'

'0'

'1'

'1'

'2'

'2'

'3'

'5'

'4'

'6'

'5'

'7'

'6'

'9'

'7'

'9'

r_e_celonis_CreateSalesOrder_SalesOrder

ID : string

OBJECT_ID : string

'0'

'0'

'1'

'1'

'2'

'2'

'3'

'3'

'4'

'4'

r_e_celonis_CreateSalesOrder_SalesOrderItem

ID : string

OBJECT_ID : string

'0'

'0'

'1'

'0'

'2'

'3'

'3'

'4'

'4'

'4'

(empty table)

r_e_celonis_ExecutePicking_DeliveryItem

ID : string

OBJECT_ID : string

'0'

'0'

'1'

'2'

'2'

'3'

'3'

'5'

'4'

'7'

(empty table)

Foreign Keys

o_celonis_SalesOrder.ID

o_celonis_SalesOrderItem.SalesOrderId

e_celonis_CreateSalesOrder.ID

r_e_celonis_CreateSalesOrder_SalesOrderItem.ID

o_celonis_SalesOrderItem.ID

r_e_celonis_CreateSalesOrder_SalesOrderItem.OBJECT_ID

e_celonis_CreateSalesOrder.ID

r_e_celonis_CreateSalesOrder_SalesOrder.ID

o_celonis_SalesOrder.ID

r_e_celonis_CreateSalesOrder_SalesOrder.OBJECT_ID

e_celonis_ChangeSalesOrder.ID

r_e_celonis_ChangeSalesOrder_SalesOrderItem.ID

o_celonis_SalesOrderItem.ID

r_e_celonis_ChangeSalesOrder_SalesOrderItem.OBJECT_ID

e_celonis_ExecutePicking.ID

r_e_celonis_ExecutePicking_DeliveryItem.ID

o_celonis_DeliveryItem.ID

r_e_celonis_ExecutePicking_DeliveryItem.OBJECT_ID

e_celonis_CreateBillingDocument.ID

r_e_celonis_CreateBillingDocument_BillingDocumentItem.ID

o_celonis_BillingDocumentItem.ID

r_e_celonis_CreateBillingDocument_BillingDocumentItem.OBJECT_ID

e_celonis_CreateBillingDocument.ID

r_e_celonis_CreateBillingDocument_SalesOrderItem.ID

o_celonis_SalesOrderItem.ID

r_e_celonis_CreateBillingDocument_SalesOrderItem.OBJECT_ID

e_celonis_CreateDelivery.ID

r_e_celonis_CreateDelivery_DeliveryItem.ID

o_celonis_DeliveryItem.ID

r_e_celonis_CreateDelivery_DeliveryItem.OBJECT_ID

e_celonis_CreateDelivery.ID

r_e_celonis_CreateDelivery_SalesOrderItem.ID

o_celonis_SalesOrderItem.ID

r_e_celonis_CreateDelivery_SalesOrderItem.OBJECT_ID

e_celonis_ClearInvoiceItem.ID

r_e_celonis_ClearInvoiceItem_Quotation.ID

o_celonis_Quotation.ID

r_e_celonis_ClearInvoiceItem_Quotation.OBJECT_ID

o_celonis_BillingDocumentItem.ID

r_e_celonis_BillingDocumentItem_SalesOrderItem.ID

o_celonis_SalesOrderItem.ID

r_e_celonis_BillingDocumentItem_SalesOrderItem.OBJECT_ID

o_celonis_Quotation.ID

r_e_celonis_Quotation_SalesOrderItem.ID

o_celonis_SalesOrderItem.ID

r_e_celonis_Quotation_SalesOrderItem.OBJECT_ID

o_celonis_DeliveryItem.ID

r_e_celonis_DeliveryItem_SalesOrderItem.ID

o_celonis_SalesOrderItem.ID

r_e_celonis_DeliveryItem_SalesOrderItem.OBJECT_ID

Result

Column1 : string

'e_celonis_ChangeSalesOrder'

'e_celonis_ClearInvoiceItem'

'e_celonis_CreateBillingDocument'

'e_celonis_CreateDelivery'

'e_celonis_CreateSalesOrder'

'e_celonis_ExecutePicking'

[3]

In this example an Event_Object_Type_Relations table is generated. It lists all existing objects and all corresponding event types which are present in an OCPM data model.

Query

Column1

         "OCPM":"Event_Object_Type_Relations"."Object_Name"
        

Column2

         "OCPM":"Event_Object_Type_Relations"."Event_Name"
        

Input

Output

M_Mapping_1

OBJECT_ID : int

ID : string

0

'001'

0

'002'

0

'003'

M_Mapping_2

OBJECT_ID : int

ID : string

0

'007'

0

'008'

0

'009'

M_Mapping_3

OBJECT_ID : int

ID : string

0

'020'

0

'030'

0

'040'

M_Mapping_4

OBJECT_ID : int

ID : string

0

'051'

0

'052'

0

'053'

M_Mapping_5

OBJECT_ID : int

ID : string

0

'061'

0

'062'

0

'063'

M_Mapping_6

OBJECT_ID : int

ID : string

0

'071'

0

'072'

0

'073'

O_Object

ID : int

0

e_celonis_A

ID : string

TIME : date

'001'

Sat Jan 01 2022 00:00:00.000

'002'

Sun Jan 02 2022 00:00:00.000

'003'

Mon Jan 03 2022 00:00:00.000

e_celonis_B

ID : string

TIME : date

'007'

Sun Jan 02 2022 00:00:00.000

'008'

Sat Jan 08 2022 00:00:00.000

'009'

Sun Jan 09 2022 00:00:00.000

e_celonis_C

ID : string

TIME : date

'020'

Tue Jan 04 2022 00:00:00.000

'030'

Fri Jan 07 2022 00:00:00.000

'040'

Sun Jan 09 2022 00:00:00.000

e_celonis_D

ID : string

TIME : date

'051'

Mon Jan 10 2022 00:00:00.000

'052'

Tue Jan 11 2022 00:00:00.000

'053'

Wed Jan 12 2022 00:00:00.000

e_celonis_E

ID : string

TIME : date

'061'

Wed Jan 12 2022 00:00:00.000

'062'

Fri Jan 14 2022 00:00:00.000

'063'

Sat Jan 15 2022 00:00:00.000

e_celonis_F

ID : string

TIME : date

'071'

Fri Jan 14 2022 00:00:00.000

'072'

Tue Jan 18 2022 00:00:00.000

'073'

Wed Jan 19 2022 00:00:00.000

Foreign Keys

O_Object.ID

M_Mapping_1.OBJECT_ID

e_celonis_A.ID

M_Mapping_1.ID

O_Object.ID

M_Mapping_2.OBJECT_ID

e_celonis_B.ID

M_Mapping_2.ID

O_Object.ID

M_Mapping_3.OBJECT_ID

e_celonis_C.ID

M_Mapping_3.ID

O_Object.ID

M_Mapping_4.OBJECT_ID

e_celonis_D.ID

M_Mapping_4.ID

O_Object.ID

M_Mapping_5.OBJECT_ID

e_celonis_E.ID

M_Mapping_5.ID

O_Object.ID

M_Mapping_6.OBJECT_ID

e_celonis_F.ID

M_Mapping_6.ID

Result

Column1 : string

Column2 : string

'O_Object'

'e_celonis_A'

'O_Object'

'e_celonis_B'

'O_Object'

'e_celonis_C'

'O_Object'

'e_celonis_D'

'O_Object'

'e_celonis_E'

'O_Object'

'e_celonis_F'

[4]

In this example an Event_Object_Type_Relations table is generated from a OCPM data model having multiple Object - Event relationships. For each object, the connected events are listed.

Query

Column1

         "OCPM":"Event_Object_Type_Relations"."Object_Name"
        

Column2

         "OCPM":"Event_Object_Type_Relations"."Event_Name"
        

Input

Output

e_celonis_ChangeSalesOrder

ID : string

TIME : date

'0'

Thu Feb 20 2020 08:11:15.000

'1'

Thu Feb 20 2020 08:43:04.000

'2'

Fri Feb 21 2020 08:31:15.000

'3'

Fri Feb 21 2020 12:11:15.000

'4'

Fri Feb 21 2020 15:11:15.000

e_celonis_ClearInvoiceItem

ID : string

TIME : date

'0'

Mon Feb 24 2020 10:11:15.000

'1'

Tue Feb 25 2020 14:43:04.000

'2'

Tue Feb 25 2020 08:31:15.000

'3'

Wed Feb 26 2020 12:11:15.000

'4'

Wed Feb 26 2020 15:11:15.000

e_celonis_CreateBillingDocument

ID : string

TIME : date

'0'

Sun Feb 23 2020 10:11:15.000

'1'

Sun Feb 23 2020 14:43:04.000

'2'

Mon Feb 24 2020 08:31:15.000

'3'

Mon Feb 24 2020 12:11:15.000

'4'

Mon Feb 24 2020 15:11:15.000

'5'

Tue Feb 25 2020 15:11:15.000

'6'

Tue Feb 25 2020 15:11:15.000

'7'

Tue Feb 25 2020 15:11:15.000

e_celonis_CreateDelivery

ID : string

TIME : date

'0'

Sat Feb 22 2020 10:11:15.000

'1'

Sat Feb 22 2020 14:43:04.000

'2'

Sun Feb 23 2020 08:31:15.000

'3'

Mon Feb 24 2020 12:11:15.000

'4'

Mon Feb 24 2020 15:11:15.000

'5'

Mon Feb 24 2020 12:34:15.000

'6'

Mon Feb 24 2020 18:11:15.000

'7'

Mon Feb 24 2020 21:11:15.000

e_celonis_CreateSalesOrder

ID : string

TIME : date

'0'

Thu Feb 20 2020 08:11:15.000

'1'

Thu Feb 20 2020 08:43:04.000

'2'

Fri Feb 21 2020 08:31:15.000

'3'

Fri Feb 21 2020 12:11:15.000

'4'

Fri Feb 21 2020 15:11:15.000

e_celonis_ExecutePicking

ID : string

TIME : date

'0'

Mon Feb 24 2020 10:11:15.000

'1'

Tue Feb 25 2020 14:43:04.000

'2'

Tue Feb 25 2020 08:31:15.000

'3'

Wed Feb 26 2020 12:11:15.000

'4'

Wed Feb 26 2020 15:11:15.000

o_celonis_BillingDocumentItem

ID : string

'0'

'1'

'2'

'3'

'4'

'5'

'6'

'7'

o_celonis_DeliveryItem

ID : string

'0'

'1'

'2'

'3'

'4'

'5'

'6'

'7'

'8'

'9'

o_celonis_Quotation

ID : string

'0'

'1'

'2'

'3'

'4'

o_celonis_SalesOrder

ID : string

SalesDocument : string

'0'

'0001152080'

'1'

'0001152081'

'2'

'0001152082'

'3'

'0001152083'

'4'

'0001152084'

o_celonis_SalesOrderItem

ID : string

SalesOrderId : string

'0'

'0'

'1'

'1'

'2'

'1'

'3'

'1'

'4'

'2'

'5'

'3'

'6'

'4'

'7'

'4'

'8'

'0'

'9'

'3'

(empty table)

r_e_celonis_ChangeSalesOrder_SalesOrderItem

ID : string

OBJECT_ID : string

'0'

'0'

'1'

'0'

'2'

'2'

'3'

'5'

'4'

'8'

r_e_celonis_ClearInvoiceItem_Quotation

ID : string

OBJECT_ID : string

'0'

'0'

'1'

'0'

'2'

'2'

'3'

'3'

'4'

'4'

r_e_celonis_CreateBillingDocument_BillingDocumentItem

ID : string

OBJECT_ID : string

'0'

'0'

'1'

'2'

'2'

'3'

'3'

'5'

'4'

'7'

'5'

'2'

'6'

'3'

'7'

'6'

r_e_celonis_CreateBillingDocument_SalesOrderItem

ID : string

OBJECT_ID : string

'0'

'1'

'1'

'1'

'2'

'3'

'3'

'5'

'4'

'6'

'5'

'8'

'6'

'9'

'7'

'9'

r_e_celonis_CreateDelivery_DeliveryItem

ID : string

OBJECT_ID : string

'0'

'0'

'1'

'0'

'2'

'3'

'3'

'5'

'4'

'7'

'5'

'8'

'6'

'9'

'7'

'9'

r_e_celonis_CreateDelivery_SalesOrderItem

ID : string

OBJECT_ID : string

'0'

'0'

'1'

'1'

'2'

'2'

'3'

'5'

'4'

'6'

'5'

'7'

'6'

'9'

'7'

'9'

r_e_celonis_CreateSalesOrder_SalesOrder

ID : string

OBJECT_ID : string

'0'

'0'

'1'

'1'

'2'

'2'

'3'

'3'

'4'

'4'

r_e_celonis_CreateSalesOrder_SalesOrderItem

ID : string

OBJECT_ID : string

'0'

'0'

'1'

'0'

'2'

'3'

'3'

'4'

'4'

'4'

(empty table)

r_e_celonis_ExecutePicking_DeliveryItem

ID : string

OBJECT_ID : string

'0'

'0'

'1'

'2'

'2'

'3'

'3'

'5'

'4'

'7'

(empty table)

Foreign Keys

o_celonis_SalesOrder.ID

o_celonis_SalesOrderItem.SalesOrderId

e_celonis_CreateSalesOrder.ID

r_e_celonis_CreateSalesOrder_SalesOrderItem.ID

o_celonis_SalesOrderItem.ID

r_e_celonis_CreateSalesOrder_SalesOrderItem.OBJECT_ID

e_celonis_CreateSalesOrder.ID

r_e_celonis_CreateSalesOrder_SalesOrder.ID

o_celonis_SalesOrder.ID

r_e_celonis_CreateSalesOrder_SalesOrder.OBJECT_ID

e_celonis_ChangeSalesOrder.ID

r_e_celonis_ChangeSalesOrder_SalesOrderItem.ID

o_celonis_SalesOrderItem.ID

r_e_celonis_ChangeSalesOrder_SalesOrderItem.OBJECT_ID

e_celonis_ExecutePicking.ID

r_e_celonis_ExecutePicking_DeliveryItem.ID

o_celonis_DeliveryItem.ID

r_e_celonis_ExecutePicking_DeliveryItem.OBJECT_ID

e_celonis_CreateBillingDocument.ID

r_e_celonis_CreateBillingDocument_BillingDocumentItem.ID

o_celonis_BillingDocumentItem.ID

r_e_celonis_CreateBillingDocument_BillingDocumentItem.OBJECT_ID

e_celonis_CreateBillingDocument.ID

r_e_celonis_CreateBillingDocument_SalesOrderItem.ID

o_celonis_SalesOrderItem.ID

r_e_celonis_CreateBillingDocument_SalesOrderItem.OBJECT_ID

e_celonis_CreateDelivery.ID

r_e_celonis_CreateDelivery_DeliveryItem.ID

o_celonis_DeliveryItem.ID

r_e_celonis_CreateDelivery_DeliveryItem.OBJECT_ID

e_celonis_CreateDelivery.ID

r_e_celonis_CreateDelivery_SalesOrderItem.ID

o_celonis_SalesOrderItem.ID

r_e_celonis_CreateDelivery_SalesOrderItem.OBJECT_ID

e_celonis_ClearInvoiceItem.ID

r_e_celonis_ClearInvoiceItem_Quotation.ID

o_celonis_Quotation.ID

r_e_celonis_ClearInvoiceItem_Quotation.OBJECT_ID

o_celonis_BillingDocumentItem.ID

r_e_celonis_BillingDocumentItem_SalesOrderItem.ID

o_celonis_SalesOrderItem.ID

r_e_celonis_BillingDocumentItem_SalesOrderItem.OBJECT_ID

o_celonis_Quotation.ID

r_e_celonis_Quotation_SalesOrderItem.ID

o_celonis_SalesOrderItem.ID

r_e_celonis_Quotation_SalesOrderItem.OBJECT_ID

o_celonis_DeliveryItem.ID

r_e_celonis_DeliveryItem_SalesOrderItem.ID

o_celonis_SalesOrderItem.ID

r_e_celonis_DeliveryItem_SalesOrderItem.OBJECT_ID

Result

Column1 : string

Column2 : string

'o_celonis_BillingDocumentItem'

'e_celonis_CreateBillingDocument'

'o_celonis_DeliveryItem'

'e_celonis_CreateDelivery'

'o_celonis_DeliveryItem'

'e_celonis_ExecutePicking'

'o_celonis_Quotation'

'e_celonis_ClearInvoiceItem'

'o_celonis_SalesOrder'

'e_celonis_CreateSalesOrder'

'o_celonis_SalesOrderItem'

'e_celonis_ChangeSalesOrder'

'o_celonis_SalesOrderItem'

'e_celonis_CreateBillingDocument'

'o_celonis_SalesOrderItem'

'e_celonis_CreateDelivery'

'o_celonis_SalesOrderItem'

'e_celonis_CreateSalesOrder'