DBA Data[Home] [Help]

APPS.GMF_BATCH_VALIDATIONS dependencies on GMF_CALENDAR_ASSIGNMENTS

Line 61: gme_batch_header gbh, gmf_calendar_assignments gca

57:
58: CURSOR Get_period_id (p_date DATE) IS
59: SELECT gps.period_id
60: FROM gmf_period_statuses gps, gmf_organization_definitions god, gmf_fiscal_policies gfp,
61: gme_batch_header gbh, gmf_calendar_assignments gca
62: WHERE gbh.batch_id = p_batch_id
63: AND gbh.organization_id = god.organization_id
64: AND god.legal_entity_id = gfp.legal_entity_id
65: AND gfp.delete_mark = 0