DBA Data[Home] [Help]

APPS.INV_TRANSACTION_FLOW_PUB dependencies on MTL_TRANSACTION_FLOW_LINES

Line 144: mtl_transaction_flow_lines t_line,

140: icp.inventory_accrual_account_id,
141: icp.expense_accrual_account_id,
142: icp.intercompany_cogs_account_id
143: FROM
144: mtl_transaction_flow_lines t_line,
145: mtl_intercompany_parameters icp
146: WHERE
147: t_line.header_id = l_header_id
148: and icp.ship_organization_id=t_line.from_org_id

Line 491: mtl_transaction_flow_lines t_line,

487: icp.expense_accrual_account_id,
488: icp.intercompany_cogs_account_id
489: FROM
490: mtl_transaction_flow_headers t_hdr,
491: mtl_transaction_flow_lines t_line,
492: mtl_intercompany_parameters icp
493: WHERE
494: t_hdr.header_id = l_header_id
495: AND t_hdr.header_id = t_line.header_id (+)