DBA Data[Home] [Help]

APPS.EGO_WF_WRAPPER_PVT dependencies on ORG_ORGANIZATION_DEFINITIONS

Line 377: from org_organization_definitions

373: l_org_id NUMBER;
374:
375: Cursor c_get_org_id(p_organization_code VARCHAR2) is
376: Select organization_id
377: from org_organization_definitions
378: where organization_code = p_organization_code;
379: BEGIN
380:
381: l_event_name := p_event_name ;