DBA Data[Home] [Help]

APPS.GMF_ALLOC_PROC dependencies on XLE_ENTITY_PROFILES

Line 504: xle_entity_profiles xep

500: CURSOR Cur_get_le(p_period_id NUMBER) IS
501: SELECT gps.legal_entity_id,
502: xep.name
503: FROM gmf_period_statuses gps,
504: xle_entity_profiles xep
505: WHERE gps.period_id = p_period_id
506: AND gps.legal_entity_id = xep.legal_entity_id
507: AND gps.delete_mark = 0;
508: