How does one pass a dynamic value into the oracle job scheduler when the underlying command is a stored procedure?
example procedure:
create procedure foo (bar varchar2)
...
Job creation in OEM:
Command type: Stored Procedure
Arguments: myDynamicValue