DBA Data[Home] [Help]

APPS.EAM_FORECAST_PVT dependencies on MFG_LOOKUPS

Line 106: mfg_lookups mf

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)
110: and mf.meaning = cdv.line_type_name

Line 147: wip_eam_parameters ep, mfg_lookups mf

143: oap.period_num,
144: oap.period_year,
145: (cdv.base_transaction_value) value
146: FROM cst_distribution_lite_v cdv, org_acct_periods oap, wip_discrete_jobs wdj,
147: wip_eam_parameters ep, mfg_lookups mf
148: WHERE ep.organization_id = cdv.organization_id
149: and cdv.wip_entity_id = wdj.wip_entity_id
150: and cdv.organization_id = wdj.organization_id
151: and cdv.operation_seq_num is null