Get all debriefs
get
/fscmRestApi/resources/11.13.18.05/debriefs
Request
Query Parameters
-
expand: string
When this parameter is provided, the specified children are included in the resource payload (instead of just a link). The value of this query parameter is "all" or "". More than one child can be specified using comma as a separator. Example: ?expand=Employees,Localizations. Nested children can also be provided following the format "Child.NestedChild" (Example: ?expand=Employees.Managers). If a nested child is provided (Example: Employees.Managers), the missing children will be processed implicitly. For example, "?expand=Employees.Managers" is the same as "?expand=Employees,Employees.Managers" (which will expand Employees and Managers).
-
fields: string
This parameter filters the resource fields. Only the specified fields are returned, which means that if no fields are specified, no fields are returned (useful to get only the links). If an indirect child resource is provided (Example: Employees.Managers), the missing children will be processed implicitly. For example, "?fields=Employees.Managers:Empname" is the same as "?fields=;Employees:;Employees.Managers:Empname" (which will only return the "Empname" field for Managers). the value of this query parameter is a list of resource fields. The attribute can be a direct (Example: Employees) or indirect (Example: Employees.Managers) child. It cannot be combined with expand query parameter. If both are provided, only fields will be considered.
Format: ?fields=Attribute1,Attribute2
Format for fields in child resource: ?fields=Accessor1:Attribute1,Attribute2 -
finder: string
Used as a predefined finder to search the collection.
Format: ?finder=<finderName>;<variableName>=<variableValue>,<variableName2>=<variableValue2>
The following are the available finder names and corresponding finder variables:- PrimaryKey: Finds debrief headers according to the specified primary key.
Finder Variables:- DebriefHeaderId; integer; Value that uniquely identifies the debrief header.
- PrimaryKey: Finds debrief headers according to the specified primary key.
-
limit: integer
This parameter restricts the number of resources returned inside the resource collection. If the limit exceeds the resource count then the framework will only return the available resources.
-
links: string
This parameter can be used to show only certain links while accessing a singular resource or a resource collection. The parameter value format is a comma-separated list of : <link_relation>
Example:
self,canonical -
offset: integer
Used to define the starting position of the resource collection. If offset exceeds the resource count then no resources are returned. Default value is 0.
-
onlyData: boolean
The resource item payload will be filtered in order to contain only data (no links section, for example).
-
orderBy: string
This parameter orders a resource collection based on the specified fields. The parameter value is a comma-separated string of attribute names, each optionally followed by a colon and "asc" or "desc". Specify "asc" for ascending and "desc" for descending. The default value is "asc". For example, ?orderBy=field1:asc,field2:desc
-
q: string
This query parameter defines the where clause. The resource collection will be queried using the provided expressions. The value of this query parameter is one or more expressions. Example: ?q=Deptno>=10 and <= 30;Loc!=NY
Format: ?q=expression1;expression2
You can use these queryable attributes to filter this collection resource using the q query parameter:- AssetId; integer; Value that uniquely identifies the asset.
- AssetNumber; string; Number that identifies the asset.
- BUName; string; Name of the business unit where the sales order is created.
- BUOrgId; integer; Value that uniquely identifies the business unit.
- BillToAddress; string; Value that defines the bill-to address of the bill-to party.
- BillToPartyId; integer; Value that uniquely identifies the customer's bill-to party.
- BillToPartyName; string; Name of the customer's bill-to party.
- BillToPartySiteId; integer; Value that uniquely identifies the bill-to party.
- CostOrganizationCode; string; Abbreviation that identifies the maintenance organization.
- CostOrganizationId; integer; Value that uniquely identifies the maintenance organization.
- CostOrganizationName; string; Name of the maintenance organization.
- CreateChargesFlag; boolean; Value that pulls the charges created for maintenance work orders for a debrief transaction.
- CreatedBy; string; Who column: indicates the user who created the row for debrief.
- CreationDate; string; Who column: indicates the date and time row created for debrief.
- CurrencyCode; string; Abbreviation that identifies the currency for repricing the debrief.
- CustomerAccountId; integer; Value that uniquely identifies the customer account.
- CustomerAccountNumber; string; Number that identifies the customer account.
- CustomerName; string; Name of the customer.
- DebriefHeaderId; integer; Value that uniquely identifies the debrief header record.
- DebriefNumber; string; Number that uniquely identifies the debrief header record.
- DebriefStatus; string; Value that defines the meaning of the debrief status. The Values are derived from lookup ORA_RCL_DEBRIEF_STATUS.
- DebriefStatusCode; string; Abbreviation that identifies the status of the debrief header. A list of accepted values is defined in the lookup type ORA_RCL_DEBRIEF_STATUS. You cannot add additional debrief statuses.
- FreezePrice; string; Value that indicates whether or not the price is frozen when creating the sales order.
- IncidentReportedDate; string; The actual reported date of the service.
- LastUpdateDate; string; Who column: indicates the date and time of the last update of the row for debrief.
- LastUpdateLogin; string; Who column: indicates the session login associated with the user who last updated the row for debrief.
- LastUpdatedBy; string; Who column: indicates the user who last updated the row for debrief.
- ObjectVersionNumber; integer; Number that is used to implement optimistic locking. This number is incremented every time the row is updated. The number is compared at the start and end of a transaction to detect whether another session has updated the row since it was most recently queried.
- OrderId; number; Value that uniquely identifies the order.
- OrderNumber; string; Number that uniquely identifies the order.
- ParentEntityCode; string; Abbreviation that identifies the parent entity of the debrief header.
- ParentEntityCodeMeaning; string; Meaning of the parent entity code. A list of accepted values is defined in the lookup type ORA_RCL_SOURCE_DOC_TYPE.
- ParentEntityId; integer; Value that uniquely identifies the parent entity of the debrief header.
- ParentEntityName; string; Name of the parent entity associated with the debrief.
- ParentEntityNumber; string; Number that identifies the parent document associated with the service logistics debrief record.
- PartyId; integer; Value that uniquely identifies the customer party (HZ_PARTIES) associated with the service logistics debrief record (RCL_DEBRIEF_HEADERS).
- ProductItemDescription; string; Value that defines description of the product item.
- ProductItemId; integer; Value that uniquely identifies the product (EGP_SYSTEM_ITEMS) associated with the service logistics debrief record (RCL_DEBRIEF_HEADERS).
- ProductItemNumber; string; Number that uniquely identifies the product (EGP_SYSTEM_ITEMS) associated with the service logistics debrief record (RCL_DEBRIEF_HEADERS).
- ProductSerialNumber; string; Serial number that identifies the product.
- PurchaseOrder; string; Value that defines the purchase order number from the service request for the debrief header.
- Quantity; number; Asset quantity ordered for the return material authorization (RMA) line.
- ReceivedQuantity; number; Asset quantity received for the return material authorization (RMA) line.
- RepriceFlag; boolean; Value that identifies the repricing of the debrief. Contains one of the following values: true or false. If true, initiates repricing for the debrief. If false, doesn't initiate repricing for the debrief.
- ServiceRequestId; integer; Value that uniquely identifies the service request.
- ServiceRequestNumber; string; Number that identifies the service request.
- ShipToAddress; string; Shipping or service address of the customer.
- ShipToPartySiteId; integer; Value that uniquely identifies the ship-to party.
- TechnicianEmailAddress; string; Email address of the technician.
- TechnicianPartyId; integer; Value that uniquely identifies the technician resource (HZ_PARTIES) associated with the service logistics debrief record (RCL_DEBRIEF_HEADERS).
- TechnicianPartyName; string; Name of the technician.
- TechnicianPartyNumber; string; Party number of the technician.
- WorkArea; string; Location where the service will be performed by the field service technician.
- WorkOrderSubTypeCode; string; Abbreviation that identifies the work order subtype.
- WorkOrderSubTypeMeaning; string; Meaning of the work order subtype.
-
totalResults: boolean
The resource collection representation will include the "estimated row count" when "?totalResults=true", otherwise the count is not included. The default value is "false".
Header Parameters
-
Metadata-Context: string
If the REST API supports runtime customizations, the shape of the service may change during runtime. The REST client may isolate itself from these changes or choose to interact with the latest version of the API by specifying this header. For example: Metadata-Context:sandbox="TrackEmployeeFeature".
-
REST-Framework-Version: string
The protocol version between a REST client and service. If the client does not specify this header in the request the server will pick a default version for the API.
There's no request body for this operation.
Back to TopResponse
Supported Media Types
- application/json
Default Response
The following table describes the default response for this task.
Headers
-
Metadata-Context:
If the REST API supports runtime customizations, the shape of the service may change during runtime. The REST client may isolate itself from these changes or choose to interact with the latest version of the API by specifying this header. For example: Metadata-Context:sandbox="TrackEmployeeFeature".
-
REST-Framework-Version:
The protocol version between a REST client and service. If the client does not specify this header in the request the server will pick a default version for the API.
Root Schema : debriefs
Type:
Show Source
object-
count(required): integer
The number of resource instances returned in the current range.
-
hasMore(required): boolean
Indicates whether more resources are available on the server than the subset returned in the response. If the value is true, then there are more resources to retrieve from the server. The default value is false.
-
items: array
Items
Title:
ItemsThe items in the collection. -
limit(required): integer
The actual paging size used by the server.
-
links(required): array
Links
Title:
LinksThe link relations associated with the resource instance. -
offset(required): integer
The offset value used in the current page.
-
totalResults: integer
The estimated row count when "?totalResults=true", otherwise the count is not included.
Nested Schema : Links
Type:
arrayTitle:
LinksThe link relations associated with the resource instance.
Show Source
Nested Schema : debriefs-item-response
Type:
Show Source
object-
AssetId: integer
(int64)
Value that uniquely identifies the asset.
-
AssetNumber: string
Maximum Length:
80Number that identifies the asset. -
BillToAddress: string
Read Only:
trueMaximum Length:4000Value that defines the bill-to address of the bill-to party. -
BillToPartyId: integer
(int64)
Value that uniquely identifies the customer's bill-to party.
-
BillToPartyName: string
Read Only:
trueMaximum Length:360Name of the customer's bill-to party. -
BillToPartySiteId: integer
(int64)
Value that uniquely identifies the bill-to party.
-
BUName: string
Maximum Length:
240Name of the business unit where the sales order is created. -
BUOrgId: integer
(int64)
Value that uniquely identifies the business unit.
-
CostOrganizationCode: string
Maximum Length:
18Abbreviation that identifies the maintenance organization. -
CostOrganizationId: integer
(int64)
Value that uniquely identifies the maintenance organization.
-
CostOrganizationName: string
Read Only:
trueMaximum Length:240Name of the maintenance organization. -
CreateChargesFlag: boolean
Value that pulls the charges created for maintenance work orders for a debrief transaction.
-
CreatedBy: string
Read Only:
trueMaximum Length:64Who column: indicates the user who created the row for debrief. -
CreationDate: string
(date-time)
Read Only:
trueWho column: indicates the date and time row created for debrief. -
CurrencyCode: string
Abbreviation that identifies the currency for repricing the debrief.
-
CustomerAccountId: integer
(int64)
Value that uniquely identifies the customer account.
-
CustomerAccountNumber: string
Maximum Length:
30Number that identifies the customer account. -
CustomerName: string
Maximum Length:
360Name of the customer. -
DebriefHeaderId: integer
(int64)
Value that uniquely identifies the debrief header record.
-
DebriefNumber: string
Maximum Length:
30Number that uniquely identifies the debrief header record. -
debriefsDFF: array
Flexfields for Debriefs
Title:
Flexfields for DebriefsA flexible data field that includes all the extensible flexfields for a debrief. -
DebriefStatus: string
Read Only:
trueMaximum Length:80Value that defines the meaning of the debrief status. The Values are derived from lookup ORA_RCL_DEBRIEF_STATUS. -
DebriefStatusCode: string
Maximum Length:
30Default Value:NEWAbbreviation that identifies the status of the debrief header. A list of accepted values is defined in the lookup type ORA_RCL_DEBRIEF_STATUS. You cannot add additional debrief statuses. -
FreezePrice: string
Maximum Length:
1Value that indicates whether or not the price is frozen when creating the sales order. -
IncidentReportedDate: string
(date-time)
The actual reported date of the service.
-
LastUpdateDate: string
(date-time)
Read Only:
trueWho column: indicates the date and time of the last update of the row for debrief. -
LastUpdatedBy: string
Read Only:
trueMaximum Length:64Who column: indicates the user who last updated the row for debrief. -
LastUpdateLogin: string
Read Only:
trueMaximum Length:32Who column: indicates the session login associated with the user who last updated the row for debrief. -
lines: array
Debrief Lines
Title:
Debrief LinesInformation about service activity, labor item, start time, end time, material item, quantity, unit of measure, expense item, amount, and currency code. -
links: array
Links
Title:
LinksThe link relations associated with the resource instance. -
ObjectVersionNumber: integer
(int32)
Number that is used to implement optimistic locking. This number is incremented every time the row is updated. The number is compared at the start and end of a transaction to detect whether another session has updated the row since it was most recently queried.
-
OrderId: number
Read Only:
trueValue that uniquely identifies the order. -
OrderNumber: string
Read Only:
trueMaximum Length:50Number that uniquely identifies the order. -
ParentEntityCode: string
Maximum Length:
30Abbreviation that identifies the parent entity of the debrief header. -
ParentEntityCodeMeaning: string
Maximum Length:
80Meaning of the parent entity code. A list of accepted values is defined in the lookup type ORA_RCL_SOURCE_DOC_TYPE. -
ParentEntityId: integer
(int64)
Value that uniquely identifies the parent entity of the debrief header.
-
ParentEntityName: string
Maximum Length:
400Name of the parent entity associated with the debrief. -
ParentEntityNumber: string
Maximum Length:
30Number that identifies the parent document associated with the service logistics debrief record. -
PartyId: integer
(int64)
Value that uniquely identifies the customer party (HZ_PARTIES) associated with the service logistics debrief record (RCL_DEBRIEF_HEADERS).
-
ProductItemDescription: string
Read Only:
trueMaximum Length:240Value that defines description of the product item. -
ProductItemId: integer
(int64)
Value that uniquely identifies the product (EGP_SYSTEM_ITEMS) associated with the service logistics debrief record (RCL_DEBRIEF_HEADERS).
-
ProductItemNumber: string
Maximum Length:
300Number that uniquely identifies the product (EGP_SYSTEM_ITEMS) associated with the service logistics debrief record (RCL_DEBRIEF_HEADERS). -
ProductSerialNumber: string
Maximum Length:
80Serial number that identifies the product. -
projectDetailsDFF: array
Flexfields for Project Details
Title:
Flexfields for Project DetailsA flexible data field that includes all the extensible flexfields for a project. -
PurchaseOrder: string
Maximum Length:
50Value that defines the purchase order number from the service request for the debrief header. -
Quantity: number
Read Only:
trueAsset quantity ordered for the return material authorization (RMA) line. -
ReceivedQuantity: number
Read Only:
trueAsset quantity received for the return material authorization (RMA) line. -
RepriceFlag: boolean
Value that identifies the repricing of the debrief. Contains one of the following values: true or false. If true, initiates repricing for the debrief. If false, doesn't initiate repricing for the debrief.
-
ServiceRequestId: integer
(int64)
Read Only:
trueValue that uniquely identifies the service request. -
ServiceRequestNumber: string
Read Only:
trueMaximum Length:30Number that identifies the service request. -
ShipToAddress: string
Read Only:
trueMaximum Length:4000Shipping or service address of the customer. -
ShipToPartySiteId: integer
(int64)
Value that uniquely identifies the ship-to party.
-
TechnicianEmailAddress: string
Read Only:
trueMaximum Length:320Email address of the technician. -
TechnicianPartyId: integer
(int64)
Value that uniquely identifies the technician resource (HZ_PARTIES) associated with the service logistics debrief record (RCL_DEBRIEF_HEADERS).
-
TechnicianPartyName: string
Maximum Length:
360Name of the technician. -
TechnicianPartyNumber: string
Read Only:
trueMaximum Length:30Party number of the technician. -
WorkArea: string
Read Only:
trueMaximum Length:256Location where the service will be performed by the field service technician. -
WorkOrderSubTypeCode: string
Maximum Length:
30Abbreviation that identifies the work order subtype. -
WorkOrderSubTypeMeaning: string
Read Only:
trueMaximum Length:80Meaning of the work order subtype.
Nested Schema : Flexfields for Debriefs
Type:
arrayTitle:
Flexfields for DebriefsA flexible data field that includes all the extensible flexfields for a debrief.
Show Source
Nested Schema : Debrief Lines
Type:
arrayTitle:
Debrief LinesInformation about service activity, labor item, start time, end time, material item, quantity, unit of measure, expense item, amount, and currency code.
Show Source
Nested Schema : Links
Type:
arrayTitle:
LinksThe link relations associated with the resource instance.
Show Source
Nested Schema : Flexfields for Project Details
Type:
arrayTitle:
Flexfields for Project DetailsA flexible data field that includes all the extensible flexfields for a project.
Show Source
-
Array of:
object Discriminator: __FLEX_Context
Discriminator:
{ "propertyName":"__FLEX_Context", "mapping":{ "AP_Distribution_Sets":"#/components/schemas/oracle_apps_flex_scm_serviceLogistics_billing_debrief_workOrders_pjcWorkOrder_view_PJCDFFAP__5FDistribution__5FSetsVO-item-response", "AP_Invoice_Distribution":"#/components/schemas/oracle_apps_flex_scm_serviceLogistics_billing_debrief_workOrders_pjcWorkOrder_view_PJCDFFAP__5FInvoice__5FDistributionVO-item-response", "AP_Invoice_Line":"#/components/schemas/oracle_apps_flex_scm_serviceLogistics_billing_debrief_workOrders_pjcWorkOrder_view_PJCDFFAP__5FInvoice__5FLineVO-item-response", "EXM_Expense_Report":"#/components/schemas/oracle_apps_flex_scm_serviceLogistics_billing_debrief_workOrders_pjcWorkOrder_view_PJCDFFEXM__5FExpense__5FReportVO-item-response", "EXM_Expense_Report_Line":"#/components/schemas/oracle_apps_flex_scm_serviceLogistics_billing_debrief_workOrders_pjcWorkOrder_view_PJCDFFEXM__5FExpense__5FReport__5FLineVO-item-response", "INV_Misc_Transactions":"#/components/schemas/oracle_apps_flex_scm_serviceLogistics_billing_debrief_workOrders_pjcWorkOrder_view_PJCDFFINV__5FMisc__5FTransactionsVO-item-response", "OM_Sales_Order":"#/components/schemas/oracle_apps_flex_scm_serviceLogistics_billing_debrief_workOrders_pjcWorkOrder_view_PJCDFFOM__5FSales__5FOrderVO-item-response", "PJC_All":"#/components/schemas/oracle_apps_flex_scm_serviceLogistics_billing_debrief_workOrders_pjcWorkOrder_view_PJCDFFPJC__5FAllVO-item-response", "PJC_Expenditure_Batch":"#/components/schemas/oracle_apps_flex_scm_serviceLogistics_billing_debrief_workOrders_pjcWorkOrder_view_PJCDFFPJC__5FExpenditure__5FBatchVO-item-response", "POR_Requisition":"#/components/schemas/oracle_apps_flex_scm_serviceLogistics_billing_debrief_workOrders_pjcWorkOrder_view_PJCDFFPOR__5FRequisitionVO-item-response", "POR_User_Preferences":"#/components/schemas/oracle_apps_flex_scm_serviceLogistics_billing_debrief_workOrders_pjcWorkOrder_view_PJCDFFPOR__5FUser__5FPreferencesVO-item-response", "PO_Purchase_Order":"#/components/schemas/oracle_apps_flex_scm_serviceLogistics_billing_debrief_workOrders_pjcWorkOrder_view_PJCDFFPO__5FPurchase__5FOrderVO-item-response", "PO_Purchase_Order_Line":"#/components/schemas/oracle_apps_flex_scm_serviceLogistics_billing_debrief_workOrders_pjcWorkOrder_view_PJCDFFPO__5FPurchase__5FOrder__5FLineVO-item-response", "PO_Purchase_Order_Schedule":"#/components/schemas/oracle_apps_flex_scm_serviceLogistics_billing_debrief_workOrders_pjcWorkOrder_view_PJCDFFPO__5FPurchase__5FOrder__5FScheduleVO-item-response" } }
Nested Schema : debriefs-debriefsDFF-item-response
Type:
Show Source
object-
__FLEX_Context: string
Title:
Context SegmentMaximum Length:30Descriptive flexfield context name for the debrief header. -
__FLEX_Context_DisplayValue: string
Title:
Context SegmentContext Segment -
DebriefHeaderId: integer
(int64)
Value that uniquely identifies the debrief header.
-
links: array
Links
Title:
LinksThe link relations associated with the resource instance.
Nested Schema : Links
Type:
arrayTitle:
LinksThe link relations associated with the resource instance.
Show Source
Nested Schema : link
Type:
Show Source
object-
href: string
Title:
hyperlink referenceThe URI to the related resource. -
kind: string
Title:
kindAllowed Values:[ "collection", "item", "describe", "other" ]The kind of the related resource. -
name: string
Title:
nameThe name of the link to the related resource. -
properties: object
properties
-
rel: string
Title:
relationAllowed Values:[ "self", "lov", "parent", "canonical", "child", "enclosure", "action", "custom" ]The name of the relation to the resource instance. Example: self.
Nested Schema : properties
Type:
Show Source
object-
changeIndicator: string
Change indicator or the ETag value of the resource instance.
Nested Schema : debriefs-lines-item-response
Type:
Show Source
object-
AppliedCurrencyCode: string
Read Only:
trueMaximum Length:15Abbreviation that identifies the currency that's applied during pricing. -
BillingType: string
Read Only:
trueMaximum Length:80Value that identifies the billing type associated with the debrief line. -
BillingTypeCode: string
Read Only:
trueMaximum Length:30Abbreviation that identifies the billing type associated with the debrief line. -
BillToAddress: string
Maximum Length:
4000Billing Address of the customer. -
BillToPartyId: integer
(int64)
Value that uniquely identifies the bill-to party (HZ_PARTIES).
-
BillToPartyName: string
Maximum Length:
360Name of the bill-to customer party. -
BillToPartySiteId: integer
(int64)
Value that uniquely identifies the bill-to party.
-
charges: array
Charges
Title:
ChargesService charges for a debrief line. -
CommonInventoryFlag: boolean
Maximum Length:
1Attribute that uniquely identifies the project inventory source for debrief transaction. Contains one of the following values: null, true, or false. If true, issuing parts from project common inventory is allowed during debrief material process .If false or null, issuing parts from project common inventory is not allowed during debrief material process. This attribute does not have a default value. -
CreatedBy: string
Read Only:
trueMaximum Length:64Who column: indicates the user who created the row for the debrief line. -
CreationDate: string
(date-time)
Read Only:
trueWho column: indicates the date and time row created for the debrief line. -
CurrencyCode: string
Maximum Length:
15Abbreviation that identifies the currency for the expense debrief line (FND_CURRENCIES). -
CustomerAccountId: integer
(int64)
Value that uniquely identifies the customer account.
-
CustomerAccountNumber: string
Maximum Length:
30Number that identifies the customer account. -
DebriefHeaderId: integer
(int64)
Value that uniquely identifies the debrief header record.
-
DebriefLineId: integer
(int64)
Value that uniquely identifies the debrief line record.
-
ErrorText: string
Maximum Length:
2000Value that describes the debrief error. -
ExpenseAmount: number
Expense debrief amount.
-
FieldServiceActivityId: integer
(int64)
Value that uniquely identifies a field service activity.
-
FieldServiceActivityNumber: string
Read Only:
trueMaximum Length:160Number that uniquely identifies a field service activity. -
InventoryItemDescription: string
Read Only:
trueMaximum Length:240Description of the item. -
InventoryItemId: integer
(int64)
Value that uniquely identifies the debrief item (EGP_SYSTEM_ITEMS). The item can be material, labor, or expense item as defined in the item's billing type (MATERIAL_BILLABLE_FLAG).
-
InventoryItemNumber: string
Maximum Length:
300Number that identifies the item associated with the debrief line (EGP_SYSTEM_ITEMS). -
InvoiceId: integer
Read Only:
trueValue that uniquely identifies the invoice. -
InvoiceNumber: string
Read Only:
trueMaximum Length:30Number that uniquely identifies the invoice. -
InvTransactionId: integer
(int64)
Value that uniquely identifies the inventory transaction record created from the debrief line.
-
ItemRevision: string
Maximum Length:
18Number that identifies the item revision. -
LaborEndDate: string
(date-time)
Date and time when the work ended.
-
LaborStartDate: string
(date-time)
Date and time when the work started.
-
LastUpdateDate: string
(date-time)
Read Only:
trueWho column: indicates the date and time of the last update of the row for the debrief line. -
LastUpdatedBy: string
Read Only:
trueMaximum Length:64Who column: indicates the user who last updated the row for the debrief line. -
LastUpdateLogin: string
Read Only:
trueMaximum Length:32Who column: indicates the session login associated to the user who last updated the row for the debrief line. -
LineCategoryCode: string
Read Only:
trueMaximum Length:30Abbreviation that identifies the line category of the service activity. -
linesDFF: array
Flexfields for Debrief Lines
Title:
Flexfields for Debrief LinesA flexible data field that includes all the extensible flexfields for a debrief line. -
LineStatus: string
Read Only:
trueMaximum Length:80Value that defines the meaning of the line status. The values are derived from the lookup ORA_RCL_DEBRIEF_STATUS. -
LineStatusCode: string
Maximum Length:
30Abbreviation that identifies the status of the debrief line. A list of accepted values is defined in the lookup type ORA_RCL_DEBRIEF_STATUS. You cannot add additional debrief statuses. -
LineType: string
Maximum Length:
30Internal code that identifies the debrief line record as material, labor, or expense line. -
LineTypeMeaning: string
Read Only:
trueMaximum Length:80Value that defines the meaning of the line type. The values are derived from the lookup EGP_MATERIAL_BILLABLE_TYPE. -
links: array
Links
Title:
LinksThe link relations associated with the resource instance. -
LotNumber: string
Maximum Length:
80Number that identifies the item's lot. -
OmInterfaceFlag: boolean
Read Only:
trueMaximum Length:1Contains one of the following values: true or false. If true, then the charges are interfaced with Oracle Fusion Cloud Order Management. If false or null, then the charges are not interfaced with Oracle Order Management. -
OrderLineId: integer
(int64)
Value that uniquely identifies the sales order line (DOO_LINES_ALL).
-
OrderNumber: string
Read Only:
trueMaximum Length:50Value that uniquely identifies the sales order number (DOO_HEADERS_ALL). -
OrganizationCode: string
Maximum Length:
18Abbreviation that identifies the inventory organization associated with the debrief line. -
OrganizationId: integer
(int64)
Value that uniquely identifies the inventory organization.
-
OriginalOrderLineId: integer
(int64)
Reference to the original order line for which the correction is created.
-
ParentInstanceDescription: string
Read Only:
trueMaximum Length:240Value that defines the description of the parent instance of an asset. -
ParentInstanceId: integer
(int64)
Value that uniquely identifies the parent instance of an asset.
-
ParentInstanceNumber: string
Maximum Length:
80Number that identifies the parent instance of an asset. -
PartyId: integer
(int64)
Value that uniquely identifies the customer party.
-
PartyName: string
Maximum Length:
360Name of the customer. -
PricingSegment: string
Read Only:
trueMaximum Length:80Value that describes the name of the pricing segment. -
PricingSegmentCode: string
Read Only:
trueMaximum Length:30Abbreviation that identifies the pricing segment. -
PricingSegmentExplanation: string
Read Only:
trueMaximum Length:1000Value that describes the detailed explanation of the pricing segment. -
PricingStrategy: string
Read Only:
trueMaximum Length:80Value that describes the name of the pricing strategy. -
PricingStrategyExplanation: string
Read Only:
trueMaximum Length:1000Value that describes the detailed explanation of the pricing strategy. -
PricingStrategyId: integer
(int64)
Read Only:
trueValue that uniquely identifies the pricing strategy. -
Quantity: number
Quantity of the debriefed item.
-
ReasonCode: string
Maximum Length:
30This attribute is not currently used. -
RepairOrderId: integer
(int64)
Read Only:
trueValue that uniquely identifies the repair order. -
RepairOrderNumber: string
Read Only:
trueMaximum Length:120Number that uniquely identifies the repair order. -
RepriceFlag: boolean
Maximum Length:
80Value to be used to price a debrief line after manual adjustments are applied. It triggers repricing of the debrief line. -
RequisitionHeaderId: integer
(int64)
Read Only:
trueValue that uniquely identifies the requisition header. -
RequisitionLineId: integer
(int64)
Value that uniquely identifies the requisition line.
-
RequisitionLineNumber: number
Read Only:
trueNumber that uniquely identifies the line associated with a purchase requisition. -
RequisitionNumber: string
Read Only:
trueMaximum Length:64Number that identifies the requisition. -
ReservationId: integer
(int64)
Value that uniquely identifies the inventory reservation created for part installation debrief lines.
-
SerialNumber: string
Maximum Length:
80Serial number that identifies the item debriefed. -
ServiceActivity: string
Read Only:
trueMaximum Length:120Value that defines name of the service activity. -
ServiceActivityCode: string
Maximum Length:
30Abbreviation that identifies the service activity associated with the debrief line (RCL_SERVICE_ACTIVITIES_VL). -
ServiceActivityDescription: string
Read Only:
trueMaximum Length:240Value that defines the description of the service activity. -
ServiceActivityId: integer
(int64)
Value that uniquely identifies the service activity of the debrief line (RCL_SERVICE_ACTIVITIES_VL).
-
SourceId: string
Maximum Length:
18Value that uniquely identifies the application where the debrief line was first entered. -
SourceType: string
Maximum Length:
30Value that identifies the application where the debrief line was first entered. -
StockLocationId: integer
Value that uniquely identifies the stocking location used in the debrief transaction (RCL_STOCK_LOCATIONS).
-
SubinventoryCode: string
Maximum Length:
10Name of the subinventory that is used to install or return the debrief transaction. -
UnitOfMeasure: string
Maximum Length:
25Unit of measure associated with the debrief line. -
UOMClass: string
Read Only:
trueMaximum Length:10Value that indicates the unit of measure (UOM) class associated with the debrief line. -
UOMCode: string
Maximum Length:
3Abbreviation that identifies the unit of measure used in the debrief transaction. -
WoResourceTransactionId: integer
(int64)
Value that uniquely identifies the resource transaction record created from the debrief line.
-
WorkOrderId: integer
(int64)
Read Only:
trueValue that uniquely identifies the work order. -
WorkOrderNumber: string
Read Only:
trueMaximum Length:120Number that uniquely identifies the work order. -
ZeroChargeFlag: boolean
Read Only:
trueMaximum Length:1Contains one of the following values: true or false . If true, then the charges are not billable. If false, then the charges are billable and the value is greater than zero.
Nested Schema : Flexfields for Debrief Lines
Type:
arrayTitle:
Flexfields for Debrief LinesA flexible data field that includes all the extensible flexfields for a debrief line.
Show Source
-
Array of:
object Discriminator: __FLEX_Context
Discriminator:
{ "propertyName":"__FLEX_Context", "mapping":{ "E":"#/components/schemas/oracle_apps_flex_scm_serviceLogistics_billing_debrief_DebriefLineDFF_view_DebriefLineDFFEVO-item-response", "EE":"#/components/schemas/oracle_apps_flex_scm_serviceLogistics_billing_debrief_DebriefLineDFF_view_DebriefLineDFFEEVO-item-response", "EF":"#/components/schemas/oracle_apps_flex_scm_serviceLogistics_billing_debrief_DebriefLineDFF_view_DebriefLineDFFEFVO-item-response", "EL":"#/components/schemas/oracle_apps_flex_scm_serviceLogistics_billing_debrief_DebriefLineDFF_view_DebriefLineDFFELVO-item-response", "EM":"#/components/schemas/oracle_apps_flex_scm_serviceLogistics_billing_debrief_DebriefLineDFF_view_DebriefLineDFFEMVO-item-response", "F":"#/components/schemas/oracle_apps_flex_scm_serviceLogistics_billing_debrief_DebriefLineDFF_view_DebriefLineDFFFVO-item-response", "L":"#/components/schemas/oracle_apps_flex_scm_serviceLogistics_billing_debrief_DebriefLineDFF_view_DebriefLineDFFLVO-item-response", "M":"#/components/schemas/oracle_apps_flex_scm_serviceLogistics_billing_debrief_DebriefLineDFF_view_DebriefLineDFFMVO-item-response" } }
Nested Schema : Links
Type:
arrayTitle:
LinksThe link relations associated with the resource instance.
Show Source
Nested Schema : debriefs-lines-charges-item-response
Type:
Show Source
object-
Amount: number
Read Only:
trueTotal value of the line item in the header currency. -
CanAdjustFlag: boolean
Read Only:
trueMaximum Length:1Indicates whether manual adjustments can be performed or not. -
ChargeAppliesTo: string
Read Only:
trueMaximum Length:80Name of the charge applied. -
ChargeAppliesToCode: string
Read Only:
trueMaximum Length:30Value that indicates whether a charge is applied to shipment or return. -
ChargeCurrency: string
Read Only:
trueMaximum Length:25Name of the charge currency. -
ChargeCurrencyCode: string
Read Only:
trueMaximum Length:15Abbreviation that identifies charge currency. -
ChargeDefinition: string
Read Only:
trueMaximum Length:80Name of the charge definition. -
ChargeDefinitionCode: string
Read Only:
trueMaximum Length:30Value that describes the charge code. -
ChargeSubtype: string
Read Only:
trueMaximum Length:80Name of the charge subtype. -
ChargeSubtypeCode: string
Read Only:
trueMaximum Length:30Value that identifies charge subtype. -
ChargeType: string
Read Only:
trueMaximum Length:80Name of the charge type. -
ChargeTypeCode: string
Read Only:
trueMaximum Length:30Value that identifies the charge type. -
HeaderCurrency: string
Read Only:
trueMaximum Length:25Name of the debrief header currency. -
HeaderCurrencyCode: string
Read Only:
trueMaximum Length:15Abbreviation that identifies the debrief header currency. -
links: array
Links
Title:
LinksThe link relations associated with the resource instance. -
ParentEntityId: integer
(int64)
Read Only:
trueValue that uniquely identifies the line to which the charge is associated. -
ParentHeaderId: number
Read Only:
trueValue that uniquely identifies the parent header record. -
PriceElement: string
Read Only:
trueMaximum Length:1000Name of the pricing element. -
PriceElementCode: string
Read Only:
trueMaximum Length:30Value that identifies the pricing element. -
PriceElementUsageCode: string
Read Only:
trueMaximum Length:30Unique code that identifies the price element usage. -
PriceType: string
Read Only:
trueMaximum Length:80Name of the price type. -
PriceTypeCode: string
Read Only:
trueMaximum Length:30Value that identifies price type. -
Quantity: number
Read Only:
truePricing quantity. -
QuantityUnitOfMeasure: string
Read Only:
trueMaximum Length:25Meaning of the unit of measure of the pricing quantity. -
QuantityUOM: string
Read Only:
trueMaximum Length:3Abbreviation that identifies the unit of measure for the pricing quantity. -
SequenceNumber: integer
(int64)
Read Only:
trueIndicates the sequence for the charge. -
ServiceChargeComponentId: integer
(int64)
Read Only:
trueUnique identifier of the service charge component. -
ServiceChargeId: integer
Read Only:
trueValue that uniquely identifies the service charge. -
YourPrice: number
Read Only:
trueUnit price of the line item in the header currency.
Nested Schema : Links
Type:
arrayTitle:
LinksThe link relations associated with the resource instance.
Show Source
Nested Schema : Discriminator: __FLEX_Context
Type:
objectDiscriminator: __FLEX_Context
Discriminator Values
Match One Schema
Show Source
-
E -
object
oracle_apps_flex_scm_serviceLogistics_billing_debrief_DebriefLineDFF_view_DebriefLineDFFEVO-item-response
-
EE -
object
oracle_apps_flex_scm_serviceLogistics_billing_debrief_DebriefLineDFF_view_DebriefLineDFFEEVO-item-response
-
EF -
object
oracle_apps_flex_scm_serviceLogistics_billing_debrief_DebriefLineDFF_view_DebriefLineDFFEFVO-item-response
-
EL -
object
oracle_apps_flex_scm_serviceLogistics_billing_debrief_DebriefLineDFF_view_DebriefLineDFFELVO-item-response
-
EM -
object
oracle_apps_flex_scm_serviceLogistics_billing_debrief_DebriefLineDFF_view_DebriefLineDFFEMVO-item-response
-
F -
object
oracle_apps_flex_scm_serviceLogistics_billing_debrief_DebriefLineDFF_view_DebriefLineDFFFVO-item-response
-
L -
object
oracle_apps_flex_scm_serviceLogistics_billing_debrief_DebriefLineDFF_view_DebriefLineDFFLVO-item-response
-
M -
object
oracle_apps_flex_scm_serviceLogistics_billing_debrief_DebriefLineDFF_view_DebriefLineDFFMVO-item-response
Nested Schema : oracle_apps_flex_scm_serviceLogistics_billing_debrief_DebriefLineDFF_view_DebriefLineDFFEVO-item-response
Type:
Show Source
object-
__FLEX_Context: string
Title:
Context SegmentMaximum Length:30Default Value:EDescriptive flexfield context name for debrief lines. -
__FLEX_Context_DisplayValue: string
Title:
Context SegmentContext Segment -
DebriefLineId: integer
(int64)
Value that uniquely identifies the debrief line.
-
links: array
Links
Title:
LinksThe link relations associated with the resource instance.
Nested Schema : oracle_apps_flex_scm_serviceLogistics_billing_debrief_DebriefLineDFF_view_DebriefLineDFFEEVO-item-response
Type:
Show Source
object-
__FLEX_Context: string
Title:
Context SegmentMaximum Length:30Default Value:EEDescriptive flexfield context name for debrief lines. -
__FLEX_Context_DisplayValue: string
Title:
Context SegmentContext Segment -
DebriefLineId: integer
(int64)
Value that uniquely identifies the debrief line.
-
links: array
Links
Title:
LinksThe link relations associated with the resource instance.
Nested Schema : oracle_apps_flex_scm_serviceLogistics_billing_debrief_DebriefLineDFF_view_DebriefLineDFFEFVO-item-response
Type:
Show Source
object-
__FLEX_Context: string
Title:
Context SegmentMaximum Length:30Default Value:EFDescriptive flexfield context name for debrief lines. -
__FLEX_Context_DisplayValue: string
Title:
Context SegmentContext Segment -
DebriefLineId: integer
(int64)
Value that uniquely identifies the debrief line.
-
links: array
Links
Title:
LinksThe link relations associated with the resource instance.
Nested Schema : oracle_apps_flex_scm_serviceLogistics_billing_debrief_DebriefLineDFF_view_DebriefLineDFFELVO-item-response
Type:
Show Source
object-
__FLEX_Context: string
Title:
Context SegmentMaximum Length:30Default Value:ELDescriptive flexfield context name for debrief lines. -
__FLEX_Context_DisplayValue: string
Title:
Context SegmentContext Segment -
DebriefLineId: integer
(int64)
Value that uniquely identifies the debrief line.
-
links: array
Links
Title:
LinksThe link relations associated with the resource instance.
Nested Schema : oracle_apps_flex_scm_serviceLogistics_billing_debrief_DebriefLineDFF_view_DebriefLineDFFEMVO-item-response
Type:
Show Source
object-
__FLEX_Context: string
Title:
Context SegmentMaximum Length:30Default Value:EMDescriptive flexfield context name for debrief lines. -
__FLEX_Context_DisplayValue: string
Title:
Context SegmentContext Segment -
DebriefLineId: integer
(int64)
Value that uniquely identifies the debrief line.
-
links: array
Links
Title:
LinksThe link relations associated with the resource instance.
Nested Schema : oracle_apps_flex_scm_serviceLogistics_billing_debrief_DebriefLineDFF_view_DebriefLineDFFFVO-item-response
Type:
Show Source
object-
__FLEX_Context: string
Title:
Context SegmentMaximum Length:30Default Value:FDescriptive flexfield context name for debrief lines. -
__FLEX_Context_DisplayValue: string
Title:
Context SegmentContext Segment -
DebriefLineId: integer
(int64)
Value that uniquely identifies the debrief line.
-
links: array
Links
Title:
LinksThe link relations associated with the resource instance.
Nested Schema : oracle_apps_flex_scm_serviceLogistics_billing_debrief_DebriefLineDFF_view_DebriefLineDFFLVO-item-response
Type:
Show Source
object-
__FLEX_Context: string
Title:
Context SegmentMaximum Length:30Default Value:LDescriptive flexfield context name for debrief lines. -
__FLEX_Context_DisplayValue: string
Title:
Context SegmentContext Segment -
DebriefLineId: integer
(int64)
Value that uniquely identifies the debrief line.
-
links: array
Links
Title:
LinksThe link relations associated with the resource instance.
Nested Schema : oracle_apps_flex_scm_serviceLogistics_billing_debrief_DebriefLineDFF_view_DebriefLineDFFMVO-item-response
Type:
Show Source
object-
__FLEX_Context: string
Title:
Context SegmentMaximum Length:30Default Value:MDescriptive flexfield context name for debrief lines. -
__FLEX_Context_DisplayValue: string
Title:
Context SegmentContext Segment -
DebriefLineId: integer
(int64)
Value that uniquely identifies the debrief line.
-
links: array
Links
Title:
LinksThe link relations associated with the resource instance.
Nested Schema : Links
Type:
arrayTitle:
LinksThe link relations associated with the resource instance.
Show Source
Nested Schema : Links
Type:
arrayTitle:
LinksThe link relations associated with the resource instance.
Show Source
Nested Schema : Links
Type:
arrayTitle:
LinksThe link relations associated with the resource instance.
Show Source
Nested Schema : Links
Type:
arrayTitle:
LinksThe link relations associated with the resource instance.
Show Source
Nested Schema : Links
Type:
arrayTitle:
LinksThe link relations associated with the resource instance.
Show Source
Nested Schema : Links
Type:
arrayTitle:
LinksThe link relations associated with the resource instance.
Show Source
Nested Schema : Links
Type:
arrayTitle:
LinksThe link relations associated with the resource instance.
Show Source
Nested Schema : Links
Type:
arrayTitle:
LinksThe link relations associated with the resource instance.
Show Source
Nested Schema : Discriminator: __FLEX_Context
Type:
objectDiscriminator: __FLEX_Context
Discriminator Values
- AP_Distribution_Sets
- AP_Invoice_Distribution
- AP_Invoice_Line
- EXM_Expense_Report
- EXM_Expense_Report_Line
- INV_Misc_Transactions
- OM_Sales_Order
- PJC_All
- PJC_Expenditure_Batch
- POR_Requisition
- POR_User_Preferences
- PO_Purchase_Order
- PO_Purchase_Order_Line
- PO_Purchase_Order_Schedule
Match One Schema
Show Source
-
AP_Distribution_Sets -
object
oracle_apps_flex_scm_serviceLogistics_billing_debrief_workOrders_pjcWorkOrder_view_PJCDFFAP__5FDistribution__5FSetsVO-item-response
-
AP_Invoice_Distribution -
object
oracle_apps_flex_scm_serviceLogistics_billing_debrief_workOrders_pjcWorkOrder_view_PJCDFFAP__5FInvoice__5FDistributionVO-item-response
-
AP_Invoice_Line -
object
oracle_apps_flex_scm_serviceLogistics_billing_debrief_workOrders_pjcWorkOrder_view_PJCDFFAP__5FInvoice__5FLineVO-item-response
-
EXM_Expense_Report -
object
oracle_apps_flex_scm_serviceLogistics_billing_debrief_workOrders_pjcWorkOrder_view_PJCDFFEXM__5FExpense__5FReportVO-item-response
-
EXM_Expense_Report_Line -
object
oracle_apps_flex_scm_serviceLogistics_billing_debrief_workOrders_pjcWorkOrder_view_PJCDFFEXM__5FExpense__5FReport__5FLineVO-item-response
-
INV_Misc_Transactions -
object
oracle_apps_flex_scm_serviceLogistics_billing_debrief_workOrders_pjcWorkOrder_view_PJCDFFINV__5FMisc__5FTransactionsVO-item-response
-
OM_Sales_Order -
object
oracle_apps_flex_scm_serviceLogistics_billing_debrief_workOrders_pjcWorkOrder_view_PJCDFFOM__5FSales__5FOrderVO-item-response
-
PJC_All -
object
oracle_apps_flex_scm_serviceLogistics_billing_debrief_workOrders_pjcWorkOrder_view_PJCDFFPJC__5FAllVO-item-response
-
PJC_Expenditure_Batch -
object
oracle_apps_flex_scm_serviceLogistics_billing_debrief_workOrders_pjcWorkOrder_view_PJCDFFPJC__5FExpenditure__5FBatchVO-item-response
-
POR_Requisition -
object
oracle_apps_flex_scm_serviceLogistics_billing_debrief_workOrders_pjcWorkOrder_view_PJCDFFPOR__5FRequisitionVO-item-response
-
POR_User_Preferences -
object
oracle_apps_flex_scm_serviceLogistics_billing_debrief_workOrders_pjcWorkOrder_view_PJCDFFPOR__5FUser__5FPreferencesVO-item-response
-
PO_Purchase_Order -
object
oracle_apps_flex_scm_serviceLogistics_billing_debrief_workOrders_pjcWorkOrder_view_PJCDFFPO__5FPurchase__5FOrderVO-item-response
-
PO_Purchase_Order_Line -
object
oracle_apps_flex_scm_serviceLogistics_billing_debrief_workOrders_pjcWorkOrder_view_PJCDFFPO__5FPurchase__5FOrder__5FLineVO-item-response
-
PO_Purchase_Order_Schedule -
object
oracle_apps_flex_scm_serviceLogistics_billing_debrief_workOrders_pjcWorkOrder_view_PJCDFFPO__5FPurchase__5FOrder__5FScheduleVO-item-response
Nested Schema : oracle_apps_flex_scm_serviceLogistics_billing_debrief_workOrders_pjcWorkOrder_view_PJCDFFAP__5FDistribution__5FSetsVO-item-response
Type:
Show Source
object-
__FLEX_Context: string
Title:
Context ValueRead Only:trueMaximum Length:40Default Value:AP_Distribution_SetsDescriptive flexfield context name for the project details. -
__FLEX_Context_DisplayValue: string
Title:
Context ValueDescriptive flexfield context display value for project details. -
_BILLABLE_FLAG: string
Title:
BillableMaximum Length:1Billable -
_BILLABLE_FLAG_Display: string
Title:
BillableBillable -
_CAPITALIZABLE_FLAG: string
Title:
CapitalizableMaximum Length:1Capitalizable -
_CAPITALIZABLE_FLAG_Display: string
Title:
CapitalizableCapitalizable -
_CONTRACT_ID: integer
(int64)
Title:
Contract NumberContract Number -
_CONTRACT_ID_Display: string
Title:
Contract NumberContract Number -
_EXPENDITURE_TYPE_ID: integer
(int64)
Title:
Expenditure TypeExpenditure Type -
_EXPENDITURE_TYPE_ID_Display: string
Title:
Expenditure TypeExpenditure Type -
_ORGANIZATION_ID: integer
(int64)
Title:
Expenditure OrganizationExpenditure Organization -
_ORGANIZATION_ID_Display: string
Title:
Expenditure OrganizationExpenditure Organization -
_PROJECT_ID: integer
(int64)
Title:
Project NumberProject Number -
_PROJECT_ID_Display: string
Title:
Project NumberProject Number -
_RESERVED_ATTRIBUTE1: string
Title:
Funding SourceMaximum Length:150Funding Source -
_RESERVED_ATTRIBUTE1_Display: string
Title:
Funding SourceFunding Source -
_TASK_ID: integer
(int64)
Title:
Task NumberTask Number -
_TASK_ID_Display: string
Title:
Task NumberTask Number -
_WORK_TYPE_ID: integer
(int64)
Title:
Work TypeWork Type -
_WORK_TYPE_ID_Display: string
Title:
Work TypeWork Type -
DebriefHeaderId: integer
(int64)
Value that uniquely identifies the project details used by the debrief header. It is a primary key that the application generates when it creates the debrief header.
-
links: array
Links
Title:
LinksThe link relations associated with the resource instance.
Nested Schema : oracle_apps_flex_scm_serviceLogistics_billing_debrief_workOrders_pjcWorkOrder_view_PJCDFFAP__5FInvoice__5FDistributionVO-item-response
Type:
Show Source
object-
__FLEX_Context: string
Title:
Context ValueRead Only:trueMaximum Length:40Default Value:AP_Invoice_DistributionDescriptive flexfield context name for the project details. -
__FLEX_Context_DisplayValue: string
Title:
Context ValueDescriptive flexfield context display value for project details. -
_BILLABLE_FLAG: string
Title:
BillableMaximum Length:1Billable -
_BILLABLE_FLAG_Display: string
Title:
BillableBillable -
_CAPITALIZABLE_FLAG: string
Title:
CapitalizableMaximum Length:1Capitalizable -
_CAPITALIZABLE_FLAG_Display: string
Title:
CapitalizableCapitalizable -
_CONTRACT_ID: integer
(int64)
Title:
Contract NumberContract Number -
_CONTRACT_ID_Display: string
Title:
Contract NumberContract Number -
_EXPENDITURE_ITEM_DATE: string
(date)
Title:
Expenditure Item DateExpenditure Item Date -
_EXPENDITURE_TYPE_ID: integer
(int64)
Title:
Expenditure TypeExpenditure Type -
_EXPENDITURE_TYPE_ID_Display: string
Title:
Expenditure TypeExpenditure Type -
_ORGANIZATION_ID: integer
(int64)
Title:
Expenditure OrganizationExpenditure Organization -
_ORGANIZATION_ID_Display: string
Title:
Expenditure OrganizationExpenditure Organization -
_PROJECT_ID: integer
(int64)
Title:
Project NumberProject Number -
_PROJECT_ID_Display: string
Title:
Project NumberProject Number -
_RESERVED_ATTRIBUTE1: string
Title:
Funding SourceMaximum Length:150Funding Source -
_RESERVED_ATTRIBUTE1_Display: string
Title:
Funding SourceFunding Source -
_TASK_ID: integer
(int64)
Title:
Task NumberTask Number -
_TASK_ID_Display: string
Title:
Task NumberTask Number -
_WORK_TYPE_ID: integer
(int64)
Title:
Work TypeWork Type -
_WORK_TYPE_ID_Display: string
Title:
Work TypeWork Type -
DebriefHeaderId: integer
(int64)
Value that uniquely identifies the project details used by the debrief header. It is a primary key that the application generates when it creates the debrief header.
-
links: array
Links
Title:
LinksThe link relations associated with the resource instance.
Nested Schema : oracle_apps_flex_scm_serviceLogistics_billing_debrief_workOrders_pjcWorkOrder_view_PJCDFFAP__5FInvoice__5FLineVO-item-response
Type:
Show Source
object-
__FLEX_Context: string
Title:
Context ValueRead Only:trueMaximum Length:40Default Value:AP_Invoice_LineDescriptive flexfield context name for the project details. -
__FLEX_Context_DisplayValue: string
Title:
Context ValueDescriptive flexfield context display value for project details. -
_BILLABLE_FLAG: string
Title:
BillableMaximum Length:1Billable -
_BILLABLE_FLAG_Display: string
Title:
BillableBillable -
_CAPITALIZABLE_FLAG: string
Title:
CapitalizableMaximum Length:1Capitalizable -
_CAPITALIZABLE_FLAG_Display: string
Title:
CapitalizableCapitalizable -
_CONTRACT_ID: integer
(int64)
Title:
Contract NumberContract Number -
_CONTRACT_ID_Display: string
Title:
Contract NumberContract Number -
_EXPENDITURE_ITEM_DATE: string
(date)
Title:
Expenditure Item DateExpenditure Item Date -
_EXPENDITURE_TYPE_ID: integer
(int64)
Title:
Expenditure TypeExpenditure Type -
_EXPENDITURE_TYPE_ID_Display: string
Title:
Expenditure TypeExpenditure Type -
_ORGANIZATION_ID: integer
(int64)
Title:
Expenditure OrganizationExpenditure Organization -
_ORGANIZATION_ID_Display: string
Title:
Expenditure OrganizationExpenditure Organization -
_PROJECT_ID: integer
(int64)
Title:
Project NumberProject Number -
_PROJECT_ID_Display: string
Title:
Project NumberProject Number -
_RESERVED_ATTRIBUTE1: string
Title:
Funding SourceMaximum Length:150Funding Source -
_RESERVED_ATTRIBUTE1_Display: string
Title:
Funding SourceFunding Source -
_TASK_ID: integer
(int64)
Title:
Task NumberTask Number -
_TASK_ID_Display: string
Title:
Task NumberTask Number -
_WORK_TYPE_ID: integer
(int64)
Title:
Work TypeWork Type -
_WORK_TYPE_ID_Display: string
Title:
Work TypeWork Type -
DebriefHeaderId: integer
(int64)
Value that uniquely identifies the project details used by the debrief header. It is a primary key that the application generates when it creates the debrief header.
-
links: array
Links
Title:
LinksThe link relations associated with the resource instance.
Nested Schema : oracle_apps_flex_scm_serviceLogistics_billing_debrief_workOrders_pjcWorkOrder_view_PJCDFFEXM__5FExpense__5FReportVO-item-response
Type:
Show Source
object-
__FLEX_Context: string
Title:
Context ValueRead Only:trueMaximum Length:40Default Value:EXM_Expense_ReportDescriptive flexfield context name for the project details. -
__FLEX_Context_DisplayValue: string
Title:
Context ValueDescriptive flexfield context display value for project details. -
_BILLABLE_FLAG: string
Title:
BillableMaximum Length:1Billable -
_BILLABLE_FLAG_Display: string
Title:
BillableBillable -
_CAPITALIZABLE_FLAG: string
Title:
CapitalizableMaximum Length:1Capitalizable -
_CAPITALIZABLE_FLAG_Display: string
Title:
CapitalizableCapitalizable -
_CONTRACT_ID: integer
(int64)
Title:
Contract NumberContract Number -
_CONTRACT_ID_Display: string
Title:
Contract NumberContract Number -
_EXPENDITURE_ITEM_DATE: string
(date)
Title:
Expenditure Item DateExpenditure Item Date -
_EXPENDITURE_TYPE_ID: integer
(int64)
Title:
Expenditure TypeExpenditure Type -
_ORGANIZATION_ID: integer
(int64)
Title:
Expenditure OrganizationExpenditure Organization -
_ORGANIZATION_ID_Display: string
Title:
Expenditure OrganizationExpenditure Organization -
_PROJECT_ID: integer
(int64)
Title:
Project NumberProject Number -
_PROJECT_ID_Display: string
Title:
Project NumberProject Number -
_RESERVED_ATTRIBUTE1: string
Title:
Funding SourceMaximum Length:150Funding Source -
_RESERVED_ATTRIBUTE1_Display: string
Title:
Funding SourceFunding Source -
_TASK_ID: integer
(int64)
Title:
Task NumberTask Number -
_TASK_ID_Display: string
Title:
Task NumberTask Number -
_WORK_TYPE_ID: integer
(int64)
Title:
Work TypeWork Type -
_WORK_TYPE_ID_Display: string
Title:
Work TypeWork Type -
DebriefHeaderId: integer
(int64)
Value that uniquely identifies the project details used by the debrief header. It is a primary key that the application generates when it creates the debrief header.
-
links: array
Links
Title:
LinksThe link relations associated with the resource instance.
Nested Schema : oracle_apps_flex_scm_serviceLogistics_billing_debrief_workOrders_pjcWorkOrder_view_PJCDFFEXM__5FExpense__5FReport__5FLineVO-item-response
Type:
Show Source
object-
__FLEX_Context: string
Title:
Context ValueRead Only:trueMaximum Length:40Default Value:EXM_Expense_Report_LineDescriptive flexfield context name for the project details. -
__FLEX_Context_DisplayValue: string
Title:
Context ValueDescriptive flexfield context display value for project details. -
_BILLABLE_FLAG: string
Title:
BillableMaximum Length:1Billable -
_BILLABLE_FLAG_Display: string
Title:
BillableBillable -
_CAPITALIZABLE_FLAG: string
Title:
CapitalizableMaximum Length:1Capitalizable -
_CAPITALIZABLE_FLAG_Display: string
Title:
CapitalizableCapitalizable -
_CONTRACT_ID: integer
(int64)
Title:
Contract NumberContract Number -
_CONTRACT_ID_Display: string
Title:
Contract NumberContract Number -
_EXPENDITURE_ITEM_DATE: string
(date)
Title:
Expenditure Item DateExpenditure Item Date -
_EXPENDITURE_TYPE_ID: integer
(int64)
Title:
Expenditure TypeExpenditure Type -
_ORGANIZATION_ID: integer
(int64)
Title:
Expenditure OrganizationExpenditure Organization -
_ORGANIZATION_ID_Display: string
Title:
Expenditure OrganizationExpenditure Organization -
_PROJECT_ID: integer
(int64)
Title:
Project NumberProject Number -
_PROJECT_ID_Display: string
Title:
Project NumberProject Number -
_RESERVED_ATTRIBUTE1: string
Title:
Funding SourceMaximum Length:150Funding Source -
_RESERVED_ATTRIBUTE1_Display: string
Title:
Funding SourceFunding Source -
_TASK_ID: integer
(int64)
Title:
Task NumberTask Number -
_TASK_ID_Display: string
Title:
Task NumberTask Number -
_WORK_TYPE_ID: integer
(int64)
Title:
Work TypeWork Type -
_WORK_TYPE_ID_Display: string
Title:
Work TypeWork Type -
DebriefHeaderId: integer
(int64)
Value that uniquely identifies the project details used by the debrief header. It is a primary key that the application generates when it creates the debrief header.
-
links: array
Links
Title:
LinksThe link relations associated with the resource instance.
Nested Schema : oracle_apps_flex_scm_serviceLogistics_billing_debrief_workOrders_pjcWorkOrder_view_PJCDFFINV__5FMisc__5FTransactionsVO-item-response
Type:
Show Source
object-
__FLEX_Context: string
Title:
Context ValueRead Only:trueMaximum Length:40Default Value:INV_Misc_TransactionsDescriptive flexfield context name for the project details. -
__FLEX_Context_DisplayValue: string
Title:
Context ValueDescriptive flexfield context display value for project details. -
_BILLABLE_FLAG: string
Title:
BillableMaximum Length:1Billable -
_BILLABLE_FLAG_Display: string
Title:
BillableBillable -
_CAPITALIZABLE_FLAG: string
Title:
CapitalizableMaximum Length:1Capitalizable -
_CAPITALIZABLE_FLAG_Display: string
Title:
CapitalizableCapitalizable -
_CONTRACT_ID: integer
(int64)
Title:
Contract NumberContract Number -
_CONTRACT_ID_Display: string
Title:
Contract NumberContract Number -
_EXPENDITURE_ITEM_DATE: string
(date)
Title:
Expenditure Item DateExpenditure Item Date -
_EXPENDITURE_TYPE_ID: integer
(int64)
Title:
Expenditure TypeExpenditure Type -
_EXPENDITURE_TYPE_ID_Display: string
Title:
Expenditure TypeExpenditure Type -
_ORGANIZATION_ID: integer
(int64)
Title:
Expenditure OrganizationExpenditure Organization -
_ORGANIZATION_ID_Display: string
Title:
Expenditure OrganizationExpenditure Organization -
_PROJECT_ID: integer
(int64)
Title:
Project NumberProject Number -
_PROJECT_ID_Display: string
Title:
Project NumberProject Number -
_RESERVED_ATTRIBUTE1: string
Title:
Funding SourceMaximum Length:150Funding Source -
_RESERVED_ATTRIBUTE1_Display: string
Title:
Funding SourceFunding Source -
_TASK_ID: integer
(int64)
Title:
Task NumberTask Number -
_TASK_ID_Display: string
Title:
Task NumberTask Number -
_WORK_TYPE_ID: integer
(int64)
Title:
Work TypeWork Type -
_WORK_TYPE_ID_Display: string
Title:
Work TypeWork Type -
DebriefHeaderId: integer
(int64)
Value that uniquely identifies the project details used by the debrief header. It is a primary key that the application generates when it creates the debrief header.
-
links: array
Links
Title:
LinksThe link relations associated with the resource instance.
Nested Schema : oracle_apps_flex_scm_serviceLogistics_billing_debrief_workOrders_pjcWorkOrder_view_PJCDFFOM__5FSales__5FOrderVO-item-response
Type:
Show Source
object-
__FLEX_Context: string
Title:
Context ValueRead Only:trueMaximum Length:40Default Value:OM_Sales_OrderDescriptive flexfield context name for the project details. -
__FLEX_Context_DisplayValue: string
Title:
Context ValueDescriptive flexfield context display value for project details. -
billableFlag: string
Title:
BillableMaximum Length:1Billable -
billableFlag_Display: string
Title:
BillableBillable -
capitalizableFlag: string
Title:
CapitalizableMaximum Length:1Capitalizable -
capitalizableFlag_Display: string
Title:
CapitalizableCapitalizable -
contractId: integer
(int64)
Title:
Contract NumberContract Number -
contractId_Display: string
Title:
Contract NumberContract Number -
DebriefHeaderId: integer
(int64)
Value that uniquely identifies the project details used by the debrief header. It is a primary key that the application generates when it creates the debrief header.
-
expenditureItemDate: string
(date)
Title:
Expenditure Item DateExpenditure Item Date -
expenditureTypeId: integer
(int64)
Title:
Expenditure TypeExpenditure Type -
expenditureTypeId_Display: string
Title:
Expenditure TypeExpenditure Type -
links: array
Links
Title:
LinksThe link relations associated with the resource instance. -
organizationId: integer
(int64)
Title:
Expenditure OrganizationExpenditure Organization -
organizationId_Display: string
Title:
Expenditure OrganizationExpenditure Organization -
projectId: integer
(int64)
Title:
Project NumberProject Number -
projectId_Display: string
Title:
Project NumberProject Number -
reservedAttribute1: string
Title:
Funding SourceMaximum Length:150Funding Source -
reservedAttribute1_Display: string
Title:
Funding SourceFunding Source -
taskId: integer
(int64)
Title:
Task NumberTask Number -
taskId_Display: string
Title:
Task NumberTask Number -
workTypeId: integer
(int64)
Title:
Work TypeWork Type -
workTypeId_Display: string
Title:
Work TypeWork Type
Nested Schema : oracle_apps_flex_scm_serviceLogistics_billing_debrief_workOrders_pjcWorkOrder_view_PJCDFFPJC__5FAllVO-item-response
Type:
Show Source
object-
__FLEX_Context: string
Title:
Context ValueRead Only:trueMaximum Length:40Default Value:PJC_AllDescriptive flexfield context name for the project details. -
__FLEX_Context_DisplayValue: string
Title:
Context ValueDescriptive flexfield context display value for project details. -
_BILLABLE_FLAG: string
Title:
BillableMaximum Length:1Billable -
_BILLABLE_FLAG_DisplayValue: string
Title:
BillableBillable -
_CAPITALIZABLE_FLAG: string
Title:
CapitalizableMaximum Length:1Capitalizable -
_CAPITALIZABLE_FLAG_DisplayValue: string
Title:
CapitalizableCapitalizable -
_CONTRACT_ID: integer
(int64)
Title:
Contract NumberContract Number -
_CONTRACT_ID_Display: string
Title:
Contract NumberContract Number -
_EXPENDITURE_ITEM_DATE: string
(date)
Title:
Expenditure Item DateExpenditure Item Date -
_EXPENDITURE_TYPE_ID: integer
(int64)
Title:
Expenditure TypeExpenditure Type -
_EXPENDITURE_TYPE_ID_Display: string
Title:
Expenditure TypeExpenditure Type -
_ORGANIZATION_ID: integer
(int64)
Title:
Expenditure OrganizationExpenditure Organization -
_ORGANIZATION_ID_Display: string
Title:
Expenditure OrganizationExpenditure Organization -
_PROJECT_ID: integer
(int64)
Title:
Project NumberProject Number -
_PROJECT_ID_Display: string
Title:
Project NumberProject Number -
_RESERVED_ATTRIBUTE1: string
Title:
Funding SourceMaximum Length:150Funding Source -
_RESERVED_ATTRIBUTE1_Display: string
Title:
Funding SourceFunding Source -
_TASK_ID: integer
(int64)
Title:
Task NumberTask Number -
_TASK_ID_Display: string
Title:
Task NumberTask Number -
_WORK_TYPE_ID: integer
(int64)
Title:
Work TypeWork Type -
_WORK_TYPE_ID_Display: string
Title:
Work TypeWork Type -
DebriefHeaderId: integer
(int64)
Value that uniquely identifies the project details used by the debrief header. It is a primary key that the application generates when it creates the debrief header.
-
links: array
Links
Title:
LinksThe link relations associated with the resource instance.
Nested Schema : oracle_apps_flex_scm_serviceLogistics_billing_debrief_workOrders_pjcWorkOrder_view_PJCDFFPJC__5FExpenditure__5FBatchVO-item-response
Type:
Show Source
object-
__FLEX_Context: string
Title:
Context ValueRead Only:trueMaximum Length:40Default Value:PJC_Expenditure_BatchDescriptive flexfield context name for the project details. -
__FLEX_Context_DisplayValue: string
Title:
Context ValueDescriptive flexfield context display value for project details. -
_BILLABLE_FLAG: string
Title:
BillableMaximum Length:1Billable -
_BILLABLE_FLAG_Display: string
Title:
BillableBillable -
_CAPITALIZABLE_FLAG: string
Title:
CapitalizableMaximum Length:1Capitalizable -
_CAPITALIZABLE_FLAG_Display: string
Title:
CapitalizableCapitalizable -
_CONTRACT_ID: integer
(int64)
Title:
Contract NumberContract Number -
_CONTRACT_ID_Display: string
Title:
Contract NumberContract Number -
_EXPENDITURE_ITEM_DATE: string
(date)
Title:
Expenditure Item DateExpenditure Item Date -
_EXPENDITURE_TYPE_ID: integer
(int64)
Title:
Expenditure TypeExpenditure Type -
_EXPENDITURE_TYPE_ID_Display: string
Title:
Expenditure TypeExpenditure Type -
_ORGANIZATION_ID: integer
(int64)
Title:
Expenditure OrganizationExpenditure Organization -
_ORGANIZATION_ID_Display: string
Title:
Expenditure OrganizationExpenditure Organization -
_PROJECT_ID: integer
(int64)
Title:
Project NumberProject Number -
_PROJECT_ID_Display: string
Title:
Project NumberProject Number -
_RESERVED_ATTRIBUTE1: string
Title:
Funding SourceMaximum Length:150Funding Source -
_RESERVED_ATTRIBUTE1_Display: string
Title:
Funding SourceFunding Source -
_TASK_ID: integer
(int64)
Title:
Task NumberTask Number -
_TASK_ID_Display: string
Title:
Task NumberTask Number -
_WORK_TYPE_ID: integer
(int64)
Title:
Work TypeWork Type -
_WORK_TYPE_ID_Display: string
Title:
Work TypeWork Type -
DebriefHeaderId: integer
(int64)
Value that uniquely identifies the project details used by the debrief header. It is a primary key that the application generates when it creates the debrief header.
-
links: array
Links
Title:
LinksThe link relations associated with the resource instance.
Nested Schema : oracle_apps_flex_scm_serviceLogistics_billing_debrief_workOrders_pjcWorkOrder_view_PJCDFFPOR__5FRequisitionVO-item-response
Type:
Show Source
object-
__FLEX_Context: string
Title:
Context ValueRead Only:trueMaximum Length:40Default Value:POR_RequisitionDescriptive flexfield context name for the project details. -
__FLEX_Context_DisplayValue: string
Title:
Context ValueDescriptive flexfield context display value for project details. -
_BILLABLE_FLAG: string
Title:
BillableMaximum Length:1Billable -
_BILLABLE_FLAG_Display: string
Title:
BillableBillable -
_CAPITALIZABLE_FLAG: string
Title:
CapitalizableMaximum Length:1Capitalizable -
_CAPITALIZABLE_FLAG_Display: string
Title:
CapitalizableCapitalizable -
_CONTRACT_ID: integer
(int64)
Title:
Contract NumberContract Number -
_CONTRACT_ID_Display: string
Title:
Contract NumberContract Number -
_EXPENDITURE_ITEM_DATE: string
(date)
Title:
Expenditure Item DateExpenditure Item Date -
_EXPENDITURE_TYPE_ID: integer
(int64)
Title:
Expenditure TypeExpenditure Type -
_EXPENDITURE_TYPE_ID_Display: string
Title:
Expenditure TypeExpenditure Type -
_ORGANIZATION_ID: integer
(int64)
Title:
Expenditure OrganizationExpenditure Organization -
_ORGANIZATION_ID_Display: string
Title:
Expenditure OrganizationExpenditure Organization -
_PROJECT_ID: integer
(int64)
Title:
Project NumberProject Number -
_PROJECT_ID_Display: string
Title:
Project NumberProject Number -
_RESERVED_ATTRIBUTE1: string
Title:
Funding SourceMaximum Length:150Funding Source -
_RESERVED_ATTRIBUTE1_Display: string
Title:
Funding SourceFunding Source -
_TASK_ID: integer
(int64)
Title:
Task NumberTask Number -
_TASK_ID_Display: string
Title:
Task NumberTask Number -
_WORK_TYPE_ID: integer
(int64)
Title:
Work TypeWork Type -
_WORK_TYPE_ID_Display: string
Title:
Work TypeWork Type -
DebriefHeaderId: integer
(int64)
Value that uniquely identifies the project details used by the debrief header. It is a primary key that the application generates when it creates the debrief header.
-
links: array
Links
Title:
LinksThe link relations associated with the resource instance.
Nested Schema : oracle_apps_flex_scm_serviceLogistics_billing_debrief_workOrders_pjcWorkOrder_view_PJCDFFPOR__5FUser__5FPreferencesVO-item-response
Type:
Show Source
object-
__FLEX_Context: string
Title:
Context ValueRead Only:trueMaximum Length:40Default Value:POR_User_PreferencesDescriptive flexfield context name for the project details. -
__FLEX_Context_DisplayValue: string
Title:
Context ValueDescriptive flexfield context display value for project details. -
_CONTRACT_ID: integer
(int64)
Title:
Contract NumberContract Number -
_CONTRACT_ID_Display: string
Title:
Contract NumberContract Number -
_EXPENDITURE_TYPE_ID: integer
(int64)
Title:
Expenditure TypeExpenditure Type -
_EXPENDITURE_TYPE_ID_Display: string
Title:
Expenditure TypeExpenditure Type -
_ORGANIZATION_ID: integer
(int64)
Title:
Expenditure OrganizationExpenditure Organization -
_ORGANIZATION_ID_Display: string
Title:
Expenditure OrganizationExpenditure Organization -
_PROJECT_ID: integer
(int64)
Title:
Project NumberProject Number -
_PROJECT_ID_Display: string
Title:
Project NumberProject Number -
_RESERVED_ATTRIBUTE1: string
Title:
Funding SourceMaximum Length:150Funding Source -
_RESERVED_ATTRIBUTE1_Display: string
Title:
Funding SourceFunding Source -
_TASK_ID: integer
(int64)
Title:
Task NumberTask Number -
_TASK_ID_Display: string
Title:
Task NumberTask Number -
DebriefHeaderId: integer
(int64)
Value that uniquely identifies the project details used by the debrief header. It is a primary key that the application generates when it creates the debrief header.
-
links: array
Links
Title:
LinksThe link relations associated with the resource instance.
Nested Schema : oracle_apps_flex_scm_serviceLogistics_billing_debrief_workOrders_pjcWorkOrder_view_PJCDFFPO__5FPurchase__5FOrderVO-item-response
Type:
Show Source
object-
__FLEX_Context: string
Title:
Context ValueRead Only:trueMaximum Length:40Default Value:PO_Purchase_OrderDescriptive flexfield context name for the project details. -
__FLEX_Context_DisplayValue: string
Title:
Context ValueDescriptive flexfield context display value for project details. -
_BILLABLE_FLAG: string
Title:
BillableMaximum Length:1Billable -
_BILLABLE_FLAG_Display: string
Title:
BillableBillable -
_CAPITALIZABLE_FLAG: string
Title:
CapitalizableMaximum Length:1Capitalizable -
_CAPITALIZABLE_FLAG_Display: string
Title:
CapitalizableCapitalizable -
_CONTRACT_ID: integer
(int64)
Title:
Contract NumberContract Number -
_CONTRACT_ID_Display: string
Title:
Contract NumberContract Number -
_EXPENDITURE_ITEM_DATE: string
(date)
Title:
Expenditure Item DateExpenditure Item Date -
_EXPENDITURE_TYPE_ID: integer
(int64)
Title:
Expenditure TypeExpenditure Type -
_EXPENDITURE_TYPE_ID_Display: string
Title:
Expenditure TypeExpenditure Type -
_ORGANIZATION_ID: integer
(int64)
Title:
Expenditure OrganizationExpenditure Organization -
_ORGANIZATION_ID_Display: string
Title:
Expenditure OrganizationExpenditure Organization -
_PROJECT_ID: integer
(int64)
Title:
Project NumberProject Number -
_PROJECT_ID_Display: string
Title:
Project NumberProject Number -
_RESERVED_ATTRIBUTE1: string
Title:
Funding SourceMaximum Length:150Funding Source -
_RESERVED_ATTRIBUTE1_Display: string
Title:
Funding SourceFunding Source -
_TASK_ID: integer
(int64)
Title:
Task NumberTask Number -
_TASK_ID_Display: string
Title:
Task NumberTask Number -
_WORK_TYPE_ID: integer
(int64)
Title:
Work TypeWork Type -
_WORK_TYPE_ID_Display: string
Title:
Work TypeWork Type -
DebriefHeaderId: integer
(int64)
Value that uniquely identifies the project details used by the debrief header. It is a primary key that the application generates when it creates the debrief header.
-
links: array
Links
Title:
LinksThe link relations associated with the resource instance.
Nested Schema : oracle_apps_flex_scm_serviceLogistics_billing_debrief_workOrders_pjcWorkOrder_view_PJCDFFPO__5FPurchase__5FOrder__5FLineVO-item-response
Type:
Show Source
object-
__FLEX_Context: string
Title:
Context ValueRead Only:trueMaximum Length:40Default Value:PO_Purchase_Order_LineDescriptive flexfield context name for the project details. -
__FLEX_Context_DisplayValue: string
Title:
Context ValueDescriptive flexfield context display value for project details. -
_BILLABLE_FLAG: string
Title:
BillableMaximum Length:1Billable -
_BILLABLE_FLAG_Display: string
Title:
BillableBillable -
_CAPITALIZABLE_FLAG: string
Title:
CapitalizableMaximum Length:1Capitalizable -
_CAPITALIZABLE_FLAG_Display: string
Title:
CapitalizableCapitalizable -
_CONTRACT_ID: integer
(int64)
Title:
Contract NumberContract Number -
_CONTRACT_ID_Display: string
Title:
Contract NumberContract Number -
_EXPENDITURE_ITEM_DATE: string
(date)
Title:
Expenditure Item DateExpenditure Item Date -
_EXPENDITURE_TYPE_ID: integer
(int64)
Title:
Expenditure TypeExpenditure Type -
_EXPENDITURE_TYPE_ID_Display: string
Title:
Expenditure TypeExpenditure Type -
_ORGANIZATION_ID: integer
(int64)
Title:
Expenditure OrganizationExpenditure Organization -
_ORGANIZATION_ID_Display: string
Title:
Expenditure OrganizationExpenditure Organization -
_PROJECT_ID: integer
(int64)
Title:
Project NumberProject Number -
_PROJECT_ID_Display: string
Title:
Project NumberProject Number -
_RESERVED_ATTRIBUTE1: string
Title:
Funding SourceMaximum Length:150Funding Source -
_RESERVED_ATTRIBUTE1_Display: string
Title:
Funding SourceFunding Source -
_TASK_ID: integer
(int64)
Title:
Task NumberTask Number -
_TASK_ID_Display: string
Title:
Task NumberTask Number -
_WORK_TYPE_ID: integer
(int64)
Title:
Work TypeWork Type -
_WORK_TYPE_ID_Display: string
Title:
Work TypeWork Type -
DebriefHeaderId: integer
(int64)
Value that uniquely identifies the project details used by the debrief header. It is a primary key that the application generates when it creates the debrief header.
-
links: array
Links
Title:
LinksThe link relations associated with the resource instance.
Nested Schema : oracle_apps_flex_scm_serviceLogistics_billing_debrief_workOrders_pjcWorkOrder_view_PJCDFFPO__5FPurchase__5FOrder__5FScheduleVO-item-response
Type:
Show Source
object-
__FLEX_Context: string
Title:
Context ValueRead Only:trueMaximum Length:40Default Value:PO_Purchase_Order_ScheduleDescriptive flexfield context name for the project details. -
__FLEX_Context_DisplayValue: string
Title:
Context ValueDescriptive flexfield context display value for project details. -
_BILLABLE_FLAG: string
Title:
BillableMaximum Length:1Billable -
_BILLABLE_FLAG_Display: string
Title:
BillableBillable -
_CAPITALIZABLE_FLAG: string
Title:
CapitalizableMaximum Length:1Capitalizable -
_CAPITALIZABLE_FLAG_Display: string
Title:
CapitalizableCapitalizable -
_CONTRACT_ID: integer
(int64)
Title:
Contract NumberContract Number -
_CONTRACT_ID_Display: string
Title:
Contract NumberContract Number -
_EXPENDITURE_ITEM_DATE: string
(date)
Title:
Expenditure Item DateExpenditure Item Date -
_EXPENDITURE_TYPE_ID: integer
(int64)
Title:
Expenditure TypeExpenditure Type -
_EXPENDITURE_TYPE_ID_Display: string
Title:
Expenditure TypeExpenditure Type -
_ORGANIZATION_ID: integer
(int64)
Title:
Expenditure OrganizationExpenditure Organization -
_ORGANIZATION_ID_Display: string
Title:
Expenditure OrganizationExpenditure Organization -
_PROJECT_ID: integer
(int64)
Title:
Project NumberProject Number -
_PROJECT_ID_Display: string
Title:
Project NumberProject Number -
_RESERVED_ATTRIBUTE1: string
Title:
Funding SourceMaximum Length:150Funding Source -
_RESERVED_ATTRIBUTE1_Display: string
Title:
Funding SourceFunding Source -
_TASK_ID: integer
(int64)
Title:
Task NumberTask Number -
_TASK_ID_Display: string
Title:
Task NumberTask Number -
_WORK_TYPE_ID: integer
(int64)
Title:
Work TypeWork Type -
_WORK_TYPE_ID_Display: string
Title:
Work TypeWork Type -
DebriefHeaderId: integer
(int64)
Value that uniquely identifies the project details used by the debrief header. It is a primary key that the application generates when it creates the debrief header.
-
links: array
Links
Title:
LinksThe link relations associated with the resource instance.
Nested Schema : Links
Type:
arrayTitle:
LinksThe link relations associated with the resource instance.
Show Source
Nested Schema : Links
Type:
arrayTitle:
LinksThe link relations associated with the resource instance.
Show Source
Nested Schema : Links
Type:
arrayTitle:
LinksThe link relations associated with the resource instance.
Show Source
Nested Schema : Links
Type:
arrayTitle:
LinksThe link relations associated with the resource instance.
Show Source
Nested Schema : Links
Type:
arrayTitle:
LinksThe link relations associated with the resource instance.
Show Source
Nested Schema : Links
Type:
arrayTitle:
LinksThe link relations associated with the resource instance.
Show Source
Nested Schema : Links
Type:
arrayTitle:
LinksThe link relations associated with the resource instance.
Show Source
Nested Schema : Links
Type:
arrayTitle:
LinksThe link relations associated with the resource instance.
Show Source
Nested Schema : Links
Type:
arrayTitle:
LinksThe link relations associated with the resource instance.
Show Source
Nested Schema : Links
Type:
arrayTitle:
LinksThe link relations associated with the resource instance.
Show Source
Nested Schema : Links
Type:
arrayTitle:
LinksThe link relations associated with the resource instance.
Show Source
Nested Schema : Links
Type:
arrayTitle:
LinksThe link relations associated with the resource instance.
Show Source
Nested Schema : Links
Type:
arrayTitle:
LinksThe link relations associated with the resource instance.
Show Source
Nested Schema : Links
Type:
arrayTitle:
LinksThe link relations associated with the resource instance.
Show Source