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

Line 3080: gl_code_combinations_kfv glcc,mfg_lookups mlWOtype

3076: mtl_serial_numbers msn,
3077: csi_item_instances cii,
3078: mtl_eam_locations loc, mtl_system_items_kfv msi2,
3079: bom_departments bd, hr_organization_units hou,
3080: gl_code_combinations_kfv glcc,mfg_lookups mlWOtype
3081:
3082:
3083: WHERE
3084: efc.id = ef.forecast_id AND