DBA Data[Home] [Help]

APPS.XLA_JE_VALIDATION_PKG dependencies on FND_ID_FLEX_STRUCTURES_VL

Line 4020: FROM fnd_id_flex_structures_vl

4016: AND s.ledger_id IS NULL;
4017:
4018: CURSOR c_coa_structure_name (p_coa_id INTEGER) IS
4019: SELECT id_flex_structure_name
4020: FROM fnd_id_flex_structures_vl
4021: WHERE application_id = 101
4022: AND id_flex_num = p_coa_id;
4023:
4024: l_account VARCHAR2(2000) := NULL;