DBA Data[Home] [Help]

APPS.GMF_BATCH_VALIDATIONS dependencies on GMF_ORGANIZATION_DEFINITIONS

Line 60: FROM gmf_period_statuses gps, gmf_organization_definitions god, gmf_fiscal_policies gfp,

56: AND rt.doc_type = 'PROD') txn;
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