DBA Data[Home] [Help]

APPS.GCS_CONS_IMPACT_ANALYSIS_PKG dependencies on WF_EVENT_T

Line 43: p_event in out nocopy wf_event_t)

39: -- Notes
40: -- Not yet implemented, since FEM has not published a business event
41:
42: FUNCTION data_sub_load_executed(p_subscription_guid in raw,
43: p_event in out nocopy wf_event_t)
44: RETURN VARCHAR2;
45: --
46: -- Procedure
47: -- acqdisp_altered()

Line 56: p_event in out nocopy wf_event_t)

52: -- p_event Standard Business Event Parameter
53: -- Notes
54:
55: FUNCTION acqdisp_altered(p_subscription_guid in raw,
56: p_event in out nocopy wf_event_t)
57: RETURN VARCHAR2;
58:
59: --
60: -- Procedure

Line 70: p_event in out nocopy wf_event_t)

66: -- p_event Standard Business Event Parameter
67: -- Notes
68:
69: FUNCTION adjustment_altered(p_subscription_guid in raw,
70: p_event in out nocopy wf_event_t)
71: RETURN VARCHAR2;
72: --
73: -- Procedure
74: -- daily_rates_altered()

Line 83: p_event in out nocopy wf_event_t)

79: -- p_event Standard Business Event Parameter
80: -- Notes
81:
82: FUNCTION daily_rates_altered(p_subscription_guid in raw,
83: p_event in out nocopy wf_event_t)
84: RETURN VARCHAR2;
85:
86: --
87: -- Procedure

Line 97: p_event in out nocopy wf_event_t)

93: -- p_event Standard Business Event Parameter
94: -- Notes
95:
96: FUNCTION historical_rates_altered(p_subscription_guid in raw,
97: p_event in out nocopy wf_event_t)
98: RETURN VARCHAR2;
99:
100: --
101: -- Procedure

Line 150: p_event in out nocopy wf_event_t)

146: -- Notes
147: -- Bugfix 5613302
148:
149: FUNCTION adjustment_disabled(p_subscription_guid in raw,
150: p_event in out nocopy wf_event_t)
151: RETURN VARCHAR2;
152:
153: END GCS_CONS_IMPACT_ANALYSIS_PKG;
154: