DBA Data[Home] [Help]

APPS.XTR_FPS2_P dependencies on GL_LEDGER_LE_V

Line 242: GL_LEDGER_LE_V c,

238: cursor COMP_DFLT is
239: select a.PARTY_CODE, a.SHORT_NAME, d.CURRENCY_CODE, b.NAME
240: from XTR_PARTIES_V a,
241: XTR_MASTER_CURRENCIES b,
242: GL_LEDGER_LE_V c,
243: GL_SETS_OF_BOOKS d
244: where a.PARTY_TYPE = 'C'
245: and a.DEFAULT_COMPANY = 'Y'
246: and c.LEGAL_ENTITY_ID = a.LEGAL_ENTITY_ID

Line 255: GL_LEDGER_LE_V c,

251: cursor COMP_CCY is
252: select d.CURRENCY_CODE, b.NAME
253: from XTR_PARTIES_V a,
254: XTR_MASTER_CURRENCIES b,
255: GL_LEDGER_LE_V c,
256: GL_SETS_OF_BOOKS d
257: where a.PARTY_TYPE = 'C'
258: and a.PARTY_CODE = l_comp
259: and c.LEGAL_ENTITY_ID = a.LEGAL_ENTITY_ID