DBA Data[Home] [Help]

APPS.GCS_DATASUB_WF_PKG dependencies on WF_EVENT_T

Line 98: -- p_event - wf_event_t param

94: -- An API to populate the gcs_dats_sub_dtls.
95: -- This API has subscription with the business event "oracle.apps.fem.oglintg.balrule.execute"
96: -- Arguments
97: -- p_subscription_guid - This subscription GUID is passed when the event is raised
98: -- p_event - wf_event_t param
99: -- Notes
100: --
101:
102: FUNCTION populate_ogl_datasub_dtls(p_subscription_guid IN RAW,

Line 103: p_event IN OUT NOCOPY wf_event_t)

99: -- Notes
100: --
101:
102: FUNCTION populate_ogl_datasub_dtls(p_subscription_guid IN RAW,
103: p_event IN OUT NOCOPY wf_event_t)
104: RETURN VARCHAR2;
105:
106: --
107: -- function

Line 114: -- p_event - wf_event_t param

110: -- An API to handle the UNDO Event submitted via EPF.
111: -- This API has subscription with the business event "oracle.apps.fem.ud.complete"
112: -- Arguments
113: -- p_subscription_guid - This subscription GUID is passed when the event is raised
114: -- p_event - wf_event_t param
115: -- Notes
116: -- Bug Fix : 5647099
117: FUNCTION handle_undo_event(p_subscription_guid IN RAW,
118: p_event IN OUT NOCOPY wf_event_t)

Line 118: p_event IN OUT NOCOPY wf_event_t)

114: -- p_event - wf_event_t param
115: -- Notes
116: -- Bug Fix : 5647099
117: FUNCTION handle_undo_event(p_subscription_guid IN RAW,
118: p_event IN OUT NOCOPY wf_event_t)
119: RETURN VARCHAR2;
120:
121: END GCS_DATASUB_WF_PKG;