DBA Data[Home] [Help]

APPS.OZF_WEBADI_INTERFACE_PVT dependencies on OZF_RESALE_BATCHES_ALL_S

Line 1738: SELECT ozf_resale_batches_all_s.nextval

1734: -- the first time this API call is made. Batch is created when batch count = 0
1735: -- ==============================================================================
1736:
1737: IF l_status_code = 'NEW' AND l_batch_count = 0 THEN
1738: SELECT ozf_resale_batches_all_s.nextval
1739: INTO l_resale_batch_rec.resale_batch_id
1740: FROM DUAL;
1741:
1742: -- ==============================================================================