Inner Package Parameters -
06-20-2006
, 04:55 PM
I am calling package BBB from package AAA. I have several parameters to be
passed into BBB from AAA. If I need to set one of the parameters to NULL
which is a valid value. How can I do it?
I've tried leaving the value blank and I get <not displayable> as the value,
I've tried a space, didn't think it would work, and <NULL>.
Any idea how to accomplish would be appreciated. |