Discrete Manufacturing - EBS (MOSC)

MOSC Banner

Customer wants to create trigger on wip_requirement_operations table.He wants to evaluate how much r

edited Apr 26, 2018 5:08AM in Discrete Manufacturing - EBS (MOSC) 1 commentAnswered

Customer wants to create trigger on wip_requirement_operations table.He wants to evaluate how much risk it is going to  have to systems, how much influence it would have on the system capacity.

Create Or Replace Package chwm_data_pkg Is

-- Private type declarations

  Procedure popup_job_list(p_organization_id   Number,

                           p_wip_entity_id     Number,

                           p_inventory_item_id Number,

                           p_operation_seq_num Number,

                           p_action_type       Varchar2);

End chwm_data_pkg;

/

Create Or Replace Package Body chwm_data_pkg Is

  -- Private type declarations

  Procedure popup_job_list(p_organization_id   Number,

                           p_wip_entity_id     Number,

Howdy, Stranger!

Log In

To view full details, sign in to My Oracle Support Community.

Register

Don't have a My Oracle Support Community account? Click here to get started.

Category Leaderboard

Top contributors this month

New to My Oracle Support Community? Visit our Welcome Center

MOSC Help Center