DBA Data[Home] [Help]

APPS.GCS_WEBADI_PKG dependencies on WF_PARAMETER_LIST_T

Line 197: l_parameter_list wf_parameter_list_t;

193: p_entity_id IN NUMBER,
194: p_cal_period_id IN NUMBER) IS
195: l_event_name VARCHAR2(100) := 'oracle.apps.gcs.setup.historicalrates.update';
196: l_event_key VARCHAR2(100) := NULL;
197: l_parameter_list wf_parameter_list_t;
198: l_api_name VARCHAR2(30) := 'HRATE_IMPORT';
199: BEGIN
200: -- In case of an error, we will roll back to this point in time.
201: SAVEPOINT gcs_hrate_import_start;