DBA Data[Home] [Help]

APPS.EAM_FORECAST_PVT dependencies on WIP_EAM_PERIOD_BALANCES

Line 105: FROM cst_distribution_lite_v cdv, wip_eam_period_balances wepb, org_acct_periods oap,

101: oap.period_start_date,
102: oap.period_num,
103: oap.period_year,
104: (cdv.base_transaction_value)as value
105: FROM cst_distribution_lite_v cdv, wip_eam_period_balances wepb, org_acct_periods oap,
106: mfg_lookups mf
107: WHERE cdv.operation_seq_num is not null
108: and mf.lookup_type = 'CST_ACCOUNTING_LINE_TYPE'
109: and mf.lookup_code in (7,8)