DBA Data[Home] [Help]

APPS.EDW_UTIL dependencies on MTL_TRANSACTION_ACCOUNTS

Line 291: MTL_TRANSACTION_ACCOUNTS

287: begin
288:
289: select sum(BASE_TRANSACTION_VALUE) into l_value
290: from
291: MTL_TRANSACTION_ACCOUNTS
292: where
293: ACCOUNTING_LINE_TYPE=1
294: and sign(primary_quantity) = decode(p_action_id,2,
295: sign(p_quantity),