DBA Data[Home] [Help]

APPS.INL_LANDEDCOST_PVT dependencies on XLE_FP_OU_LEDGER_V

Line 2163: xle_fp_ou_ledger_v l,

2159:
2160: SELECT DISTINCT gl.currency_code
2161: INTO l_le_currency_code
2162: FROM gl_ledgers gl,
2163: xle_fp_ou_ledger_v l,
2164: inl_ship_headers oh
2165: WHERE gl.ledger_id = l.ledger_id
2166: AND l.legal_entity_id = oh.legal_entity_id
2167: AND oh.ship_header_id = p_ship_header_id;