DBA Data[Home] [Help]

APPS.GCS_CONS_IMPACT_ANALYSIS_PKG dependencies on WF_EVENT_T

Line 759: p_event in out nocopy wf_event_t)

755: RETURN 'SUCCESS';
756: END hierarchy_altered;
757:
758: FUNCTION data_sub_load_executed(p_subscription_guid in raw,
759: p_event in out nocopy wf_event_t)
760: RETURN VARCHAR2
761:
762: IS
763: l_parameter_list wf_parameter_list_t;

Line 961: p_event in out nocopy wf_event_t)

957: RETURN 'SUCCESS';
958: END data_sub_load_executed;
959:
960: FUNCTION acqdisp_altered(p_subscription_guid in raw,
961: p_event in out nocopy wf_event_t)
962: RETURN VARCHAR2
963:
964: IS
965:

Line 1148: p_event in out nocopy wf_event_t)

1144: RETURN 'SUCCESS';
1145: END acqdisp_altered;
1146:
1147: FUNCTION adjustment_altered(p_subscription_guid in raw,
1148: p_event in out nocopy wf_event_t)
1149: RETURN VARCHAR2
1150:
1151: IS
1152: l_entry_id NUMBER(15);

Line 1281: p_event in out nocopy wf_event_t)

1277: RETURN 'SUCCESS';
1278: END adjustment_altered;
1279:
1280: FUNCTION daily_rates_altered(p_subscription_guid in raw,
1281: p_event in out nocopy wf_event_t)
1282: RETURN VARCHAR2
1283:
1284: IS
1285: l_parameter_list wf_parameter_list_t;

Line 1419: p_event in out nocopy wf_event_t)

1415: RETURN 'SUCCESS';
1416: END daily_rates_altered;
1417:
1418: FUNCTION historical_rates_altered(p_subscription_guid in raw,
1419: p_event in out nocopy wf_event_t)
1420: RETURN VARCHAR2
1421:
1422: IS
1423:

Line 1858: p_event in out nocopy wf_event_t)

1854: -- p_event Standard Business Event Parameter
1855: -- Notes
1856: -- Bugfix 5613302
1857: FUNCTION adjustment_disabled(p_subscription_guid in raw,
1858: p_event in out nocopy wf_event_t)
1859: RETURN VARCHAR2
1860:
1861: IS
1862: l_entry_id NUMBER(15);