DBA Data[Home] [Help]

APPS.WIP_FLOW_DERIVE dependencies on MTL_PARAMETERS

Line 596: from mtl_parameters

592:
593: select ORGANIZATION_ID
594: into p_org_id
595: --from ORG_ORGANIZATION_DEFINITIONS
596: from mtl_parameters
597: where ORGANIZATION_CODE = p_org_name ;
598:
599: elsif (p_org_id is not null) and (p_org_name is null) then
600:

Line 604: from mtl_parameters

600:
601: select ORGANIZATION_CODE
602: into p_org_name
603: --from ORG_ORGANIZATION_DEFINITIONS
604: from mtl_parameters
605: where ORGANIZATION_ID = p_org_id ;
606:
607: end if ;
608: