DBA Data[Home] [Help]

APPS.XLA_JE_VALIDATION_PKG dependencies on FND_ID_FLEX_STRUCTURES_VL

Line 3739: FROM fnd_id_flex_structures_vl

3735: AND s.ledger_id IS NULL;
3736:
3737: CURSOR c_coa_structure_name (p_coa_id INTEGER) IS
3738: SELECT id_flex_structure_name
3739: FROM fnd_id_flex_structures_vl
3740: WHERE application_id = 101
3741: AND id_flex_num = p_coa_id;
3742:
3743: l_account VARCHAR2(2000) := NULL;