DBA Data[Home] [Help]

APPS.INVPUOPI dependencies on MTL_PARAMETERS

Line 840: --4932347: Using MTL_PARAMETERS instead of org_org

836: RETURN INTEGER
837: is
838: begin
839:
840: --4932347: Using MTL_PARAMETERS instead of org_org
841: select organization_id
842: into org_id
843: from mtl_parameters
844: where organization_code = org_code;

Line 843: from mtl_parameters

839:
840: --4932347: Using MTL_PARAMETERS instead of org_org
841: select organization_id
842: into org_id
843: from mtl_parameters
844: where organization_code = org_code;
845:
846: return(0);
847: