DBA Data[Home] [Help]

APPS.RCV_RMA_TRANSACTIONS dependencies on RCV_ROUTING_STEPS

Line 3544: FROM rcv_routing_steps

3540: ) IS
3541: BEGIN
3542: SELECT MAX(routing_step_id)
3543: INTO x_routing_step_id_record.routing_step_id
3544: FROM rcv_routing_steps
3545: WHERE step_name = x_routing_step_id_record.routing_step;
3546:
3547: IF (x_routing_step_id_record.routing_step_id IS NULL) THEN
3548: x_routing_step_id_record.error_record.error_status := rcv_error_pkg.g_ret_sts_error;