Hi guru,
I need to copy a selection of data but with a custom package because I need to fix a parameter:
E.g.:
Source:
CATEGORY TIME DATASOURCE value
B 2011.10 DS_P 100
Target:
CATEGORY TIME DATASOURCE value
B 2011.11 DS_P 100
The fixed parameter will be the datasource DS_P.
My question is:
is it possible to set default parameter DS_P in package in order to avoid user to copy only this datasource? in this case, how can I forbid the user to change this fixed parameter?
thanks in advance.
Marco