in my package i am having master package which is calling 10 child packages.
5 packages should run on daily basis 5 packages should run on monthly basis.
if i schedule my master package on daily basis only 5 packages should run.if i run on monthly basis 10 packages should run.
can any one show me a way how to do this task?
i think its possible through precedence constraints?