Wikiยทschemaยทschema/flog-rbsc-bench-stk-cons-dtl.md

flog_rbsc_bench_stk_cons_dtl

Logs bench stock part consumption transactions through Aircraft Maintenance Execution (AME) processes. Tracks backflushing operations and inventory deductions.

Process: LINEMAINTENANCE ยท Component: BasFltLog ยท Table type: Transaction Table Category: Organize the table related to the Aircraft Maintenance Execution ( AME ) package which tracks part consumption, resources, materials, component removals and component replacement.

This table is the canonical store for the BenchStockConsump entity.

Primary key

rbsc_ou_instance, rbsc_mr_no, rbsc_iss_no

Columns (36)

#ColumnTypeDescription
1rbsc_ou_instance ๐Ÿ”‘intOrganization Unit in Which the Bench Stock Consumption is Done
2rbsc_package_novarcharPackage Reference Number for Bench Stock Consumption
3rbsc_task_novarcharTask Number Against Which the Bench Stock Consumption is Done
4rbsc_tally_nointTally Number
5rbsc_part_novarcharBench Stock Part Consumed
6rbsc_serial_novarcharSerial Number of the Part
7rbsc_lot_novarcharLot Number of the Part
8rbsc_remarksvarcharRemarks
9rbsc_warehousevarcharWarehouse
10rbsc_stock_statvarcharStock Status
11rbsc_conditionvarcharCondition of the Part
12rbsc_zonevarcharWarehouse Zone
13rbsc_binvarcharWarehouse Bin
14rbsc_mr_no ๐Ÿ”‘varcharMaterial Request Number Generated for Bench Stock Consumption
15rbsc_iss_no ๐Ÿ”‘varcharIssue Number Generated for Bench Stock Consumption
16rbsc_track_idbigintUnique Tracking Id of the Task Against Which the Bench Stock Consumption is Done
17rbsc_used_qtynumericConsumed Quantity
18rbsc_rec_statusvarcharStatus
19rbsc_part_key_seqnoBigintUnique Key Which Identifies the Bench Stock Consumptions Part
20rbsc_created_byvarcharThe User Who Has Consumed the Bench Stock Part and Recorded the Details in the System
21rbsc_created_datedatetimeThe Date and Time in Which the Bench Stock Consumption is Done
22rbsc_modified_byvarcharThe User Who Has Last Modified the Bench Stock Consumption Details
23rbsc_modified_datedatetimeThe Date and Time in Which the Bench Stock Consumption is Last Modified
24rbsc_timestampintTimestamp
25rbsc_issue_track_idBigintUnique Id Which Associates the Bench Stock Consumption with Corresponding Issue Transaction
26rbsc_mr_track_idBigintUnique Id Which Associates the Bench Stock Consumption with Corresponding Material Request Transaction
27rbsc_key_Seq_noBigintUnique Key Which Uniquely Identifies the Bench Stock Consumption Across Packages
28rbsc_stock_uomvarcharStock UOM of the Consumed Part
29rbsc_part_descvarcharPart Description
30rbsc_issue_basisvarcharIssue Basis of the Consumed Part
31rbsc_part_typevarcharType of the Consumed Part
32rbsc_uom_descvarcharUOM Description
33rbsc_issueCostnumericIssue Cost
34rbsc_issue_LineNointIssue Transaction Line Number
35rbsc_MR_PriorityvarcharMaterial Request Priority Number
36rbsc_line_nointBench Stock Transaction Line Number

Relationships (1)

  • Task (FLOG_TLGWU_WORK_UNIT_DTL) โ†’ HAS_BENCH_STOCK (this table is target)
    • Join: FLOG_TLGWU_WORK_UNIT_DTL.TLGWU_TRACK_ID = flog_rbsc_bench_stk_cons_dtl.rbsc_track_id
    • Task has bench stock consumption

Sample rows (from live DB)

rbsc_ou_instancerbsc_package_norbsc_task_norbsc_tally_norbsc_part_norbsc_serial_no
2vp-000247-2012VP-000247-2012/110-0101-3-2769:36361##
2vp-000247-2012VP-000247-2012/110-0101-3-2769:36361##
2vp-000247-2012VP-000247-2012/110-0101-3-2769:36361##

Showing 3 of 118 rows.

See also