Cost Management - EBS (MOSC)

MOSC Banner

SQL on BOM_DEPARTMENT not populating values in CMCACW

edited Jun 27, 2018 5:01AM in Cost Management - EBS (MOSC) 1 commentAnswered

Why this is happening in actual cost worker program. When I run SQL outside it returns values while from cost worker program not working. Below SQL failing when running from actual cost worker.

Parameter values are populated.

  SELECT bd.department_id

               INTO l_dept_id

            FROM bom_departments bd,

                 wip_operations wo

            WHERE bd.department_id = wo.department_id

              AND wo.wip_entity_id = p_wip_entity_id

              AND wo.operation_seq_num = p_opseq_num;

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