DBA Data[Home] [Help]

APPS.GME_VALIDATE_FLEX_FLD_PVT dependencies on GME_BATCH_STEP_RESOURCES_DBL

Line 2302: gme_batch_step_resources_dbl.fetch_row (p_step_resources

2298: IF cur_record_exists%NOTFOUND THEN
2299: l_step_resource_row := p_step_resources;
2300: ELSE
2301: l_dummy :=
2302: gme_batch_step_resources_dbl.fetch_row (p_step_resources
2303: ,l_step_resource_row);
2304: END IF;
2305:
2306: CLOSE cur_record_exists;