DBA Data[Home] [Help]

APPS.GMF_VALIDATIONS_PVT dependencies on ORG_ORGANIZATION_DEFINITIONS

Line 2487: org_organization_definitions b

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