DBA Data[Home] [Help]

APPS.GME_RESOURCE_ENGINE_PVT dependencies on GME_BATCH_STEPS_DBL

Line 1072: IF NOT gme_batch_steps_dbl.fetch_row (p_batch_step => l_batch_step

1068: x_return_status := fnd_api.g_ret_sts_success;
1069: x_step_resources_rec := p_step_resources_rec;
1070: l_batch_step.batchstep_id := x_step_resources_rec.batchstep_id;
1071:
1072: IF NOT gme_batch_steps_dbl.fetch_row (p_batch_step => l_batch_step
1073: ,x_batch_step => l_batch_step) THEN
1074: RAISE fnd_api.g_exc_error;
1075: END IF;
1076: