DBA Data[Home] [Help]

APPS.INVTROAP dependencies on MTL_PLANNERS

Line 791: from MTL_PLANNERS

787: aname => 'ORG_ID');
788:
789: select employee_id
790: into l_planner_id
791: from MTL_PLANNERS
792: where planner_code = l_planner_code and
793: organization_id = l_org_id;
794:
795: wf_engine.setitemattrNumber( itemtype => itemtype,