DBA Data[Home] [Help]

APPS.WIP_DIAG_DATA_COLL dependencies on ORG_ORGANIZATION_DEFINITIONS

Line 5790: from org_organization_definitions

5786: l_org_code varchar2(255) ;
5787: begin
5788: select organization_code
5789: into l_org_code
5790: from org_organization_definitions
5791: where organization_id = p_org_id ;
5792:
5793: return l_org_code ;
5794: end ;