Get all lines

get

/fscmRestApi/resources/11.13.18.05/debriefs/{DebriefHeaderId}/child/lines

Request

Path Parameters
Query Parameters
  • This parameter specifies dependencies which are fields that are set before and rolled back after generating the response. Generally they are used to preview the effects of an attribute change. The fields specified in this parameter are always set in the resource instance in question. When a child resource collection is requested and the parameter is set, the fields will be set in the parent resource instance before generating the resource collection payload. The value of this query parameter is a set of dependency fields. Example: dependency=ProductId=2

    Format: <attr1>=<val1>,<attr2>=<value2>
  • 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).
  • 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
  • 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 lines according to the specified primary key.
      Finder Variables:
      • DebriefLineId; integer; Value that uniquely identifies the debrief line.
  • 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.
  • 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
  • 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.
  • The resource item payload will be filtered in order to contain only data (no links section, for example).
  • 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
  • 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:
    • AppliedCurrencyCode; string; Abbreviation that identifies the currency that's applied during pricing.
    • BillToAddress; string; Billing Address of the customer.
    • BillToPartyId; integer; Value that uniquely identifies the bill-to party (HZ_PARTIES).
    • BillToPartyName; string; Name of the bill-to customer party.
    • BillToPartySiteId; integer; Value that uniquely identifies the bill-to party.
    • BillingType; string; Value that identifies the billing type associated with the debrief line.
    • BillingTypeCode; string; Abbreviation that identifies the billing type associated with the debrief line.
    • CommonInventoryFlag; boolean; Attribute 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; Who column: indicates the user who created the row for the debrief line.
    • CreationDate; string; Who column: indicates the date and time row created for the debrief line.
    • CurrencyCode; string; Abbreviation that identifies the currency for the expense debrief line (FND_CURRENCIES).
    • CustomerAccountId; integer; Value that uniquely identifies the customer account.
    • CustomerAccountNumber; string; Number that identifies the customer account.
    • DebriefHeaderId; integer; Value that uniquely identifies the debrief header record.
    • DebriefLineId; integer; Value that uniquely identifies the debrief line record.
    • ErrorText; string; Value that describes the debrief error.
    • ExpenseAmount; number; Expense debrief amount.
    • InventoryItemDescription; string; Description of the item.
    • InventoryItemId; integer; 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; Number that identifies the item associated with the debrief line (EGP_SYSTEM_ITEMS).
    • InvoiceId; integer; Value that uniquely identifies the invoice.
    • InvoiceNumber; string; Number that uniquely identifies the invoice.
    • ItemRevision; string; Number that identifies the item revision.
    • LaborEndDate; string; Date and time when the work ended.
    • LaborStartDate; string; Date and time when the work started.
    • LastUpdateDate; string; Who column: indicates the date and time of the last update of the row for the debrief line.
    • LastUpdateLogin; string; Who column: indicates the session login associated to the user who last updated the row for the debrief line.
    • LastUpdatedBy; string; Who column: indicates the user who last updated the row for the debrief line.
    • LineCategoryCode; string; Abbreviation that identifies the line category of the service activity.
    • LineStatus; string; Value that defines the meaning of the line status. The values are derived from the lookup ORA_RCL_DEBRIEF_STATUS.
    • LineStatusCode; string; Abbreviation 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; Internal code that identifies the debrief line record as material, labor, or expense line.
    • LineTypeMeaning; string; Value that defines the meaning of the line type. The values are derived from the lookup EGP_MATERIAL_BILLABLE_TYPE.
    • LotNumber; string; Number that identifies the item's lot.
    • OmInterfaceFlag; boolean; Contains 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; Value that uniquely identifies the sales order line (DOO_LINES_ALL).
    • OrderNumber; string; Value that uniquely identifies the sales order number (DOO_HEADERS_ALL).
    • OrganizationCode; string; Abbreviation that identifies the inventory organization associated with the debrief line.
    • OrganizationId; integer; Value that uniquely identifies the inventory organization.
    • OriginalOrderLineId; integer; Reference to the original order line for which the correction is created.
    • ParentInstanceId; integer; Value that uniquely identifies the parent instance of an asset.
    • PartyId; integer; Value that uniquely identifies the customer party.
    • PartyName; string; Name of the customer.
    • PricingSegment; string; Value that describes the name of the pricing segment.
    • PricingSegmentCode; string; Abbreviation that identifies the pricing segment.
    • PricingSegmentExplanation; string; Value that describes the detailed explanation of the pricing segment.
    • PricingStrategy; string; Value that describes the name of the pricing strategy.
    • PricingStrategyExplanation; string; Value that describes the detailed explanation of the pricing strategy.
    • PricingStrategyId; integer; Value that uniquely identifies the pricing strategy.
    • Quantity; number; Quantity of the debriefed item.
    • ReasonCode; string; This attribute is not currently used.
    • RepairOrderId; integer; Value that uniquely identifies the repair order.
    • RepairOrderNumber; string; Number that uniquely identifies the repair order.
    • ReservationId; integer; Value that uniquely identifies the inventory reservation created for part installation debrief lines.
    • SerialNumber; string; Serial number that identifies the item debriefed.
    • ServiceActivity; string; Value that defines name of the service activity.
    • ServiceActivityCode; string; Abbreviation that identifies the service activity associated with the debrief line (RCL_SERVICE_ACTIVITIES_VL).
    • ServiceActivityDescription; string; Value that defines the description of the service activity.
    • ServiceActivityId; integer; Value that uniquely identifies the service activity of the debrief line (RCL_SERVICE_ACTIVITIES_VL).
    • SourceId; string; Value that uniquely identifies the application where the debrief line was first entered.
    • SourceType; string; Value 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; Name of the subinventory that is used to install or return the debrief transaction.
    • UOMClass; string; Value that indicates the unit of measure (UOM) class associated with the debrief line.
    • UOMCode; string; Abbreviation that identifies the unit of measure used in the debrief transaction.
    • UnitOfMeasure; string; Unit of measure associated with the debrief line.
    • ZeroChargeFlag; boolean; Contains 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.
  • 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
  • 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".
  • 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 Top

Response

Supported Media Types

Default Response

The following table describes the default response for this task.
Headers
  • 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".
  • 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.
Body ()
Root Schema : debriefs-lines
Type: object
Show Source
Nested Schema : Items
Type: array
Title: Items
The items in the collection.
Show Source
Nested Schema : debriefs-lines-item-response
Type: object
Show Source
Nested Schema : Charges
Type: array
Title: Charges
The Charges resource is used to view all the service charges for a debrief line.
Show Source
Nested Schema : Flexfields for Debrief Lines
Type: array
Title: Flexfields for Debrief Lines
The Flexfields for Debrief Lines resource manages the flexfields for a debrief line.
Show Source
  • 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 : debriefs-lines-charges-item-response
Type: object
Show Source
Nested Schema : Discriminator: __FLEX_Context
Type: object
Discriminator: __FLEX_Context

Discriminator Values

Match One Schema
Show Source
Nested Schema : oracle_apps_flex_scm_serviceLogistics_billing_debrief_DebriefLineDFF_view_DebriefLineDFFEVO-item-response
Type: object
Show Source
Nested Schema : oracle_apps_flex_scm_serviceLogistics_billing_debrief_DebriefLineDFF_view_DebriefLineDFFEEVO-item-response
Type: object
Show Source
Nested Schema : oracle_apps_flex_scm_serviceLogistics_billing_debrief_DebriefLineDFF_view_DebriefLineDFFEFVO-item-response
Type: object
Show Source
Nested Schema : oracle_apps_flex_scm_serviceLogistics_billing_debrief_DebriefLineDFF_view_DebriefLineDFFELVO-item-response
Type: object
Show Source
Nested Schema : oracle_apps_flex_scm_serviceLogistics_billing_debrief_DebriefLineDFF_view_DebriefLineDFFEMVO-item-response
Type: object
Show Source
Nested Schema : oracle_apps_flex_scm_serviceLogistics_billing_debrief_DebriefLineDFF_view_DebriefLineDFFFVO-item-response
Type: object
Show Source
Nested Schema : oracle_apps_flex_scm_serviceLogistics_billing_debrief_DebriefLineDFF_view_DebriefLineDFFLVO-item-response
Type: object
Show Source
Nested Schema : oracle_apps_flex_scm_serviceLogistics_billing_debrief_DebriefLineDFF_view_DebriefLineDFFMVO-item-response
Type: object
Show Source
Back to Top