Revenue_plan_lines

This table includes data related to planned revenue records associated with a revenue recognition plan. All planned revenue lines require a parent revenue recognition plan

Important: This table's data is available only when the Advanced Revenue Management feature is enabled in the account.

Columns

Name Type Length Precision Scale References In Description
accounting_period_id NUMBER 39 0 accounting_period_id
Accounting_periods
Accounting period ID
amount NUMBER 20 2 Amount
date_created TIMESTAMP Date created
date_last_modified TIMESTAMP Date last modified
deferral_account_id NUMBER 39 0 account_id
Accounts
Deferral account ID
is_recognized VARCHAR2 3 Whether the revenue is recognized
journal_id NUMBER 39 0 transaction_id
Transactions
Journal ID
plan_id NUMBER 39 0 plan_id
Revenue_plans
Plan ID
planned_revenue_type VARCHAR2 250 Planned revenue type
recognition_account_id NUMBER 39 0 account_id
Accounts
Recognition account ID

Foreign keys in this table

FK Name FK Column Name PK Table Name PK Column Name Key Seq
revenue_plan_lines_accounting_periods_fk accounting_period_id Accounting_periods accounting_period_id 1
revenue_plan_lines_accounts_fk deferral_account_id Accounts account_id 1
revenue_plan_lines_accounts_fk_1 recognition_account_id Accounts account_id 1
revenue_plan_lines_revenue_plans_fk plan_id Revenue_plans plan_id 1
revenue_plan_lines_transactions_fk journal_id Transactions transaction_id 1