DBA Data[Home] [Help]

APPS.RCV_TRANSACTIONS_INTERFACE_SV dependencies on RCV_ROUTING_STEPS

Line 3955: FROM rcv_routing_steps

3951: ) IS
3952: BEGIN
3953: SELECT MAX(routing_step_id)
3954: INTO x_routing_step_id_record.routing_step_id
3955: FROM rcv_routing_steps
3956: WHERE step_name = x_routing_step_id_record.routing_step;
3957:
3958: IF (x_routing_step_id_record.routing_step_id IS NULL) THEN
3959: x_routing_step_id_record.error_record.error_status := rcv_error_pkg.g_ret_sts_error;