DBA Data[Home] [Help]

APPS.FND_OAM_DSCRAM_RUNS_PKG dependencies on FND_OAM_DSCRAM_ARGS_PKG

Line 74: PROCEDURE GET_RUN_ARG_CONTEXT(px_arg_context IN OUT NOCOPY FND_OAM_DSCRAM_ARGS_PKG.arg_context);

70: -- px_arg_context: the variable receiving the run arg_context
71: -- Exceptions:
72: -- If the run state isn't initialized yet,
73: -- a NO_DATA_FOUND exception is thrown.
74: PROCEDURE GET_RUN_ARG_CONTEXT(px_arg_context IN OUT NOCOPY FND_OAM_DSCRAM_ARGS_PKG.arg_context);
75:
76: -- Accessor function to obtain parts of the run state
77: -- Invariants:
78: -- State must have been initialized by a prior call to ASSIGN

Line 84: PROCEDURE SET_RUN_ARG_CONTEXT(p_arg_context IN FND_OAM_DSCRAM_ARGS_PKG.arg_context);

80: -- p_arg_context: the new run arg_context
81: -- Exceptions:
82: -- If the run state isn't initialized yet,
83: -- a NO_DATA_FOUND exception is thrown.
84: PROCEDURE SET_RUN_ARG_CONTEXT(p_arg_context IN FND_OAM_DSCRAM_ARGS_PKG.arg_context);
85:
86: -- After a worker has been assigned to a worker and a bundle, this is called by the
87: -- bundle's assign to create the arg context for the run. This is placed here instead
88: -- of in the ASSIGN_WORKER_TO_RUN because we need run and bundle state to be initialized