DBA Data[Home] [Help]

APPS.OZF_WEBADI_INTERFACE_PVT dependencies on OZF_RESALE_BATCHES_ALL_S

Line 1349: SELECT ozf_resale_batches_all_s.nextval

1345: -- the first time this API call is made. Batch is created when batch count = 0
1346: -- ==============================================================================
1347:
1348: IF l_status_code = 'NEW' AND l_batch_count = 0 THEN
1349: SELECT ozf_resale_batches_all_s.nextval
1350: INTO l_resale_batch_rec.resale_batch_id
1351: FROM DUAL;
1352:
1353: -- ==============================================================================