DBA Data[Home] [Help]

APPS.WIP_FLOW_DERIVE dependencies on MTL_PARAMETERS

Line 587: from mtl_parameters

583:
584: select ORGANIZATION_ID
585: into p_org_id
586: --from ORG_ORGANIZATION_DEFINITIONS
587: from mtl_parameters
588: where ORGANIZATION_CODE = p_org_name ;
589:
590: elsif (p_org_id is not null) and (p_org_name is null) then
591:

Line 595: from mtl_parameters

591:
592: select ORGANIZATION_CODE
593: into p_org_name
594: --from ORG_ORGANIZATION_DEFINITIONS
595: from mtl_parameters
596: where ORGANIZATION_ID = p_org_id ;
597:
598: end if ;
599: