DBA Data[Home] [Help]

APPS.GL_GLXDALST_XMLP_PKG dependencies on FND_ID_FLEX_STRUCTURES_TL

Line 17: fnd_id_flex_structures_tl f,

13: --period_type, type, default_ledger
14: period_type, l_type, default_ledger
15: FROM gl_access_sets a,
16: gl_ledgers l,
17: fnd_id_flex_structures_tl f,
18: gl_period_types p
19: WHERE a.access_set_id = P_ACCESS_SET_ID
20: AND l.ledger_id (+) = a.default_ledger_id
21: AND f.application_id = 101