DBA Data[Home] [Help]

APPS.WF_WS_SAMPLES dependencies on WF_WS_SAMPLES

Line 1: package body WF_WS_SAMPLES as

1: package body WF_WS_SAMPLES as
2: -- $Header: wfwssmplb.pls 120.0 2005/10/13 12:40:01 jdang noship $
3:
4: --
5: -- generate (PUBLIC)

Line 39: wf_core.context('WF_WS_SAMPLES', 'Generate', p_event_name, p_event_key);

35:
36: exception
37:
38: when others then
39: wf_core.context('WF_WS_SAMPLES', 'Generate', p_event_name, p_event_key);
40: raise;
41:
42: end generate;
43:

Line 45: end WF_WS_SAMPLES;

41:
42: end generate;
43:
44:
45: end WF_WS_SAMPLES;