DBA Data[Home] [Help]

APPS.XLE_UTILITIES_GRP dependencies on GL_LEDGER_LE_BSV_SPECIFIC_V

Line 2214: FROM GL_LEDGER_LE_BSV_SPECIFIC_V

2210: SELECT legal_entity_id,
2211: legal_entity_name
2212: INTO l_legal_entity_id,
2213: l_legal_entity_name
2214: FROM GL_LEDGER_LE_BSV_SPECIFIC_V
2215: WHERE ledger_id = p_ledger_id
2216: AND segment_value = p_bsv;
2217:
2218: