DBA Data[Home] [Help]

APPS.GMF_VALIDATIONS_PVT dependencies on ORG_ORGANIZATION_DEFINITIONS

Line 2485: org_organization_definitions b

2481: CURSOR Cur_period
2482: IS
2483: SELECT period_id
2484: FROM gmf_period_statuses a,
2485: org_organization_definitions b
2486: WHERE b.organization_id = p_organization_id
2487: AND b.legal_entity = a.legal_entity_id
2488: AND a.calendar_code = p_calendar_code
2489: AND a.period_code = p_period_code