DBA Data[Home] [Help]

APPS.OPI_EDW_COGS_F_C dependencies on MTL_TRANSACTION_ACCOUNTS

Line 77: mtl_transaction_accounts mta,

73: FROM
74: oe_order_headers_all h,
75: oe_order_lines_all pl,
76: oe_order_lines_all l,
77: mtl_transaction_accounts mta,
78: mtl_material_transactions mmt
79: where ( (mmt.transaction_source_type_id = 2
80: and mta.transaction_source_type_id = 2)
81: or

Line 118: mtl_transaction_accounts mta,

114: oe_order_headers_all h,
115: oe_order_lines_all pl,
116: oe_order_lines_all cl,
117: oe_order_lines_all l,
118: mtl_transaction_accounts mta,
119: mtl_material_transactions mmt
120: where ( (mmt.transaction_source_type_id = 12
121: and mta.transaction_source_type_id = 12)
122: or