DBA Data[Home] [Help]

APPS.GCS_DATASUB_WF_PKG dependencies on WF_EVENT_T

Line 2298: -- p_event - wf_event_t param

2294: -- An API to populate the gcs_dats_sub_dtls.
2295: -- This API has subscription with the business event "oracle.apps.fem.oglintg.balrule.execute"
2296: -- Arguments
2297: -- p_subscription_guid - This subscription GUID is passed when the event is raised
2298: -- p_event - wf_event_t param
2299: -- Notes
2300: --
2301:
2302: FUNCTION populate_ogl_datasub_dtls(p_subscription_guid in raw,

Line 2303: p_event in out nocopy wf_event_t)

2299: -- Notes
2300: --
2301:
2302: FUNCTION populate_ogl_datasub_dtls(p_subscription_guid in raw,
2303: p_event in out nocopy wf_event_t)
2304: RETURN VARCHAR2 IS
2305: l_parameter_list wf_parameter_list_t;
2306: l_bal_rule_version_id NUMBER;
2307: l_bal_rule_id NUMBER;

Line 3252: -- p_event - wf_event_t param

3248: -- An API to handle the UNDO Event submitted via EPF.
3249: -- This API has subscription with the business event "oracle.apps.fem.ud.complete"
3250: -- Arguments
3251: -- p_subscription_guid - This subscription GUID is passed when the event is raised
3252: -- p_event - wf_event_t param
3253: -- Notes
3254: -- Bug Fix : 5647099
3255: FUNCTION handle_undo_event(p_subscription_guid IN RAW,
3256: p_event IN OUT NOCOPY wf_event_t)

Line 3256: p_event IN OUT NOCOPY wf_event_t)

3252: -- p_event - wf_event_t param
3253: -- Notes
3254: -- Bug Fix : 5647099
3255: FUNCTION handle_undo_event(p_subscription_guid IN RAW,
3256: p_event IN OUT NOCOPY wf_event_t)
3257: RETURN VARCHAR2 IS
3258: l_parameter_list wf_parameter_list_t;
3259: l_undo_request_id NUMBER;
3260: l_dataset_code NUMBER;