Search Results jai_fbt_repository
AI-generated from documented ETRM metadata — verify critical details on the linked pages.
Overview
JAI_FBT_REPOSITORY is a transactional table owned by the JA (Asia/Pacific Localizations) schema in Oracle EBS 12.1.1 and 12.2.2. It stores all transactions that attract Fringe Benefit Tax (FBT), supporting statutory reporting obligations for Asia/Pacific legislation, particularly Australia. The table captures the tax-relevant attributes of each qualifying transaction, including taxable basis, computed tax and surcharge amounts, cess amounts, and the accounting distribution used for settlement. It is a VALID dictionary object with a documented physical schema of 39 columns in ETRM 12.2.2.
From a Data Vault modeling perspective, the mined FK structure suggests classification as a link. The table sits at the intersection of multiple business entities — legal entities, accounting flexfield combinations, invoice distributions, and general ledger journals — rather than representing a single durable business concept. A hub-and-link interpretation would treat each FBT transaction as a relationship event connecting a legal entity, a distribution account, and a period, with satellite attributes such as tax amounts and settlement status attached to that event.
Key Information Stored
The primary key is JAI_FBT_REPOSITORY_PK, defined on FBT_TRANSACTION_ID, which serves as the system-generated surrogate identifier for each FBT transaction record. A unique index, JAI_FBT_REPOSITORY_U1, is also documented on FBT_TRANSACTION_ID, making it the sole documented business-key candidate.
The most significant columns include:
- FBT_TRANSACTION_ID — surrogate primary key uniquely identifying each qualifying transaction.
- LEGAL_ENTITY_ID — the legal entity (organization) to which the FBT obligation belongs; references HR_ALL_ORGANIZATION_UNITS.
- PERIOD_START_DATE / PERIOD_END_DATE — the reporting period boundaries for the FBT calculation.
- INVOICE_DISTRIBUTION_ID / INVOICE_DATE / INVOICE_CURRENCY_CODE / DISTRIBUTION_AMT — source invoice distribution details and amount.
- FRINGE_BENEFIT_TYPE_CODE — classification of the fringe benefit driving the tax treatment.
- TAXABLE_BASIS / FBT_TAXABLE_AMOUNT — the basis of assessment and resulting taxable amount.
- FBT_TAX_AMOUNT, FBT_SURCHARGE_AMOUNT, FBT_EDU_CESS_AMOUNT, FBT_SH_CESS_AMOUNT — the computed tax, surcharge, and cess components.
- DIST_CODE_COMBINATION_ID — the accounting flexfield combination used for the distribution; references GL_CODE_COMBINATIONS.
- SETTLEMENT_ID, JE_HEADER_ID, JE_NAME, JE_LINE_NUM, PERIOD_NAME — identifiers linking the record to its settlement and journal entry posting.
- MANUAL_FLAG / MODIFIED_FLAG — indicators of user intervention or post-processing changes.
Common Use Cases and Queries
Typical usage centers on FBT liability reporting, reconciliation of FBT amounts to the general ledger, and audit trails for statutory submissions. A common query pattern retrieves all FBT transactions for a legal entity within a period:
- SELECT fbt_transaction_id, legal_entity_id, period_start_date, fbt_taxable_amount, fbt_tax_amount, fbt_surcharge_amount FROM jai_fbt_repository WHERE legal_entity_id = :p_legal_entity AND period_name = :p_period;
- Reconciliation: joining DIST_CODE_COMBINATION_ID to GL_CODE_COMBINATIONS to validate that posted FBT amounts agree with the distribution account balances.
- Journal audit: filtering on JE_HEADER_ID or JE_NAME to trace how FBT records were posted through subledger accounting to the GL.
- Exception review: filtering on MANUAL_FLAG = 'Y' or MODIFIED_FLAG = 'Y' to isolate records altered after initial calculation.
Related Objects
The following objects are most significant to JAI_FBT_REPOSITORY:
- GL_CODE_COMBINATIONS — referenced twice via DIST_CODE_COMBINATION_ID, supplying the accounting flexfield for distributions.
- HR_ALL_ORGANIZATION_UNITS — referenced via LEGAL_ENTITY_ID, identifying the responsible legal entity.
- JAI_FBT_REPOSITORY_PK / JAI_FBT_REPOSITORY_U1 — primary key constraint and unique index enforcing record uniqueness.
- GL_JE_HEADERS / GL_JE_LINES — related through JE_HEADER_ID and JE_LINE_NUM for journal entry traceability, where the localization posts FBT liabilities.
- AP invoice distribution tables — related through INVOICE_DISTRIBUTION_ID, the upstream source of qualifying transactions.
-
Table: JAI_FBT_REPOSITORY
12.2.2
owner:JA, object_type:TABLE, fnd_design_data:JA.JAI_FBT_REPOSITORY, object_name:JAI_FBT_REPOSITORY, status:VALID, product: JA - Asia/Pacific Localizations , description: This table is used to store all the transactions that attract Fringe Benefit Tax , implementation_dba_data: JA.JAI_FBT_REPOSITORY ,
-
Table: JAI_FBT_REPOSITORY
12.1.1
owner:JA, object_type:TABLE, fnd_design_data:JA.JAI_FBT_REPOSITORY, object_name:JAI_FBT_REPOSITORY, status:VALID, product: JA - Asia/Pacific Localizations , description: This table is used to store all the transactions that attract Fringe Benefit Tax , implementation_dba_data: JA.JAI_FBT_REPOSITORY ,
-
SYNONYM: APPS.JAI_FBT_REPOSITORY
12.1.1
owner:APPS, object_type:SYNONYM, object_name:JAI_FBT_REPOSITORY, status:VALID,
-
SYNONYM: APPS.JAI_FBT_REPOSITORY
12.2.2
owner:APPS, object_type:SYNONYM, object_name:JAI_FBT_REPOSITORY, status:VALID,
-
APPS.JAI_FBT_PROCESS_P SQL Statements
12.1.1
-
VIEW: JA.JAI_FBT_REPOSITORY#
12.2.2
owner:JA, object_type:VIEW, object_name:JAI_FBT_REPOSITORY#, status:VALID,
-
VIEW: JA.JAI_FBT_REPOSITORY#
12.2.2
-
APPS.JAI_FBT_PROCESS_P SQL Statements
12.2.2
-
PACKAGE BODY: APPS.JAI_FBT_PROCESS_P
12.2.2
-
PACKAGE BODY: APPS.JAI_FBT_PROCESS_P
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:JAI_FBT_PROCESS_P, status:VALID,
-
PACKAGE BODY: APPS.JAI_FBT_SETTLEMENT_P
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:JAI_FBT_SETTLEMENT_P, status:VALID,
-
PACKAGE BODY: APPS.JAI_FBT_SETTLEMENT_P
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:JAI_FBT_SETTLEMENT_P, status:VALID,
-
PACKAGE BODY: APPS.JAI_FBT_PROCESS_P
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:JAI_FBT_PROCESS_P, status:VALID,
-
APPS.JAI_FBT_SETTLEMENT_P SQL Statements
12.2.2
-
APPS.JAI_FBT_SETTLEMENT_P SQL Statements
12.1.1
-
PACKAGE BODY: APPS.JAI_FBT_PROCESS_P
12.1.1
-
TABLE: JA.JAI_FBT_REPOSITORY
12.2.2
owner:JA, object_type:TABLE, fnd_design_data:JA.JAI_FBT_REPOSITORY, object_name:JAI_FBT_REPOSITORY, status:VALID,
-
TABLE: JA.JAI_FBT_REPOSITORY
12.1.1
owner:JA, object_type:TABLE, fnd_design_data:JA.JAI_FBT_REPOSITORY, object_name:JAI_FBT_REPOSITORY, status:VALID,
-
PACKAGE: APPS.JAI_FBT_PROCESS_P
12.1.1
-
PACKAGE: APPS.JAI_FBT_PROCESS_P
12.2.2
-
12.1.1 FND Design Data
12.1.1
-
12.1.1 DBA Data
12.1.1
-
12.2.2 FND Design Data
12.2.2
-
12.2.2 DBA Data
12.2.2
-
12.2.2 DBA Data
12.2.2
-
PACKAGE BODY: APPS.JAI_FBT_SETTLEMENT_P
12.1.1
-
PACKAGE BODY: APPS.JAI_FBT_SETTLEMENT_P
12.2.2
-
Table: GL_CODE_COMBINATIONS
12.2.2
owner:GL, object_type:TABLE, fnd_design_data:SQLGL.GL_CODE_COMBINATIONS, object_name:GL_CODE_COMBINATIONS, status:VALID, product: GL - General Ledger , description: Account combinations , implementation_dba_data: GL.GL_CODE_COMBINATIONS ,
-
APPS.JAI_FBT_SETTLEMENT_P dependencies on JAI_FBT_REPOSITORY
12.1.1
-
APPS.JAI_FBT_PROCESS_P dependencies on JAI_FBT_REPOSITORY
12.2.2
-
APPS.JAI_FBT_SETTLEMENT_P dependencies on JAI_FBT_REPOSITORY
12.2.2
-
APPS.JAI_FBT_PROCESS_P dependencies on JAI_FBT_REPOSITORY
12.1.1
-
Table: HR_ALL_ORGANIZATION_UNITS
12.1.1
owner:HR, object_type:TABLE, fnd_design_data:AS.HR_ALL_ORGANIZATION_UNITS PER.HR_ALL_ORGANIZATION_UNITS, object_name:HR_ALL_ORGANIZATION_UNITS, status:VALID, product: PER - Human Resources , description: Organization unit definitions. , implementation_dba_data: HR.HR_ALL_ORGANIZATION_UNITS ,
-
Table: GL_CODE_COMBINATIONS
12.1.1
owner:GL, object_type:TABLE, fnd_design_data:SQLGL.GL_CODE_COMBINATIONS, object_name:GL_CODE_COMBINATIONS, status:VALID, product: GL - General Ledger , description: Account combinations , implementation_dba_data: GL.GL_CODE_COMBINATIONS ,
-
PACKAGE BODY: APPS.JAI_FBT_PAYMENT_P
12.1.1
-
PACKAGE BODY: APPS.JAI_FBT_PAYMENT_P
12.2.2
-
APPS.JAI_FBT_PROCESS_P dependencies on DUAL
12.1.1
-
APPS.JAI_FBT_PROCESS_P dependencies on JAI_FBT_REPOSITORY_S
12.1.1
-
APPS.JAI_FBT_PROCESS_P dependencies on STANDARD
12.1.1
-
APPS.JAI_FBT_PROCESS_P dependencies on JAI_FBT_SETUP_HEADERS
12.1.1
-
APPS.JAI_FBT_PROCESS_P dependencies on JAI_FBT_PROCESS_P
12.2.2
-
APPS.JAI_FBT_PROCESS_P dependencies on JAI_FBT_PROCESS_P
12.1.1
-
APPS.JAI_FBT_SETTLEMENT_P dependencies on JAI_FBT_SETTLEMENT
12.2.2
-
APPS.JAI_FBT_SETTLEMENT_P dependencies on JAI_FBT_SETTLEMENT
12.1.1
-
APPS.JAI_FBT_PROCESS_P dependencies on FND_LOG
12.1.1
-
APPS.JAI_FBT_PAYMENT_P dependencies on JAI_FBT_PAYMENT
12.2.2
-
APPS.JAI_FBT_PAYMENT_P dependencies on JAI_FBT_PAYMENT
12.1.1
-
eTRM - JA Tables and Views
12.1.1
description: The 'JA_CN_SYSTEM_PARAMETERS_ALL' table stores information defined by 'System Options' form, 'Electronic Accounting Book Export' program will get most data from data in the table. A legal entity can only have one record in the table. ,
-
eTRM - JA Tables and Views
12.2.2
description: The 'JA_CN_VOUCHER_NUMBER' table stores the voucher number of GL journal lines. ,
-
12.2.2 DBA Data
12.2.2