DBA Data[Home] [Help]

APPS.GMF_ALLOC_PROC dependencies on XLE_ENTITY_PROFILES

Line 374: xle_entity_profiles xep

370: CURSOR Cur_get_le(p_period_id NUMBER) IS
371: SELECT gps.legal_entity_id,
372: xep.name
373: FROM gmf_period_statuses gps,
374: xle_entity_profiles xep
375: WHERE gps.period_id = p_period_id
376: AND gps.legal_entity_id = xep.legal_entity_id
377: AND gps.delete_mark = 0;
378: