DBA Data[Home] [Help]

APPS.WIP_OVERCOMPLETION dependencies on WIP_OPERATIONS_INFO

Line 463: WIP_OPERATIONS_INFO.first_operation

459:
460:
461: /* For the parent wip_entity_id, find the first operation */
462:
463: WIP_OPERATIONS_INFO.first_operation
464: (
465: p_org_id =>to_number(x_org_id),
466: p_wip_entity_id => to_number(x_wip_entity_id),
467: p_line_id => to_number(x_line_id),

Line 957: WIP_OPERATIONS_INFO.first_operation

953:
954:
955: /* For the parent wip_entity_id, find the first operation */
956:
957: WIP_OPERATIONS_INFO.first_operation
958: (
959: p_org_id => to_number(x_org_id),
960: p_wip_entity_id => to_number(x_wip_entity_id),
961: p_line_id => to_number(x_line_id),