I am working on bods logic which will generate start date and end date based on week start ( monday) and week end ( sunday).For example if I am running my job on 05/07/2024 ( sysdate)Start date: 01/07/2024End date: 07/07/2024I am using day_of_week an...