DBA Data[Home] [Help]

APPS.FND_OAM_DSCRAM_UNITS_PKG dependencies on FND_OAM_DSCRAM_RUNS_PKG

Line 1662: FND_OAM_DSCRAM_RUNS_PKG.GET_RUN_ARG_CONTEXT(l_arg_context);

1658:
1659: -- for now, just use the arg context of the run for execution, later we may want to introduce
1660: -- a specific task context that layers on top of the run context that lets units communicate
1661: -- values without affecting other tasks
1662: FND_OAM_DSCRAM_RUNS_PKG.GET_RUN_ARG_CONTEXT(l_arg_context);
1663:
1664: -- in the lowest debug level, print the arg context
1665: IF fnd_oam_debug.test(1) THEN
1666: FND_OAM_DSCRAM_ARGS_PKG.PRINT_ARG_CONTEXT(l_arg_context);

Line 1731: FND_OAM_DSCRAM_RUNS_PKG.SET_RUN_ARG_CONTEXT(l_arg_context);

1727: END IF;
1728:
1729: --if sucessfull, set the run arg context to our local context, can't modify object by reference
1730: IF x_return_status = FND_API.G_RET_STS_SUCCESS THEN
1731: FND_OAM_DSCRAM_RUNS_PKG.SET_RUN_ARG_CONTEXT(l_arg_context);
1732: END IF;
1733:
1734: fnd_oam_debug.log(2, l_ctxt, 'EXIT');
1735: EXCEPTION