DBA Data[Home] [Help]

APPS.IGF_AP_MATCHING_PROCESS_PKG dependencies on WF_EVENT_T

Line 2041: l_event_t wf_event_t;

2037: */
2038:
2039:
2040: l_message_class VARCHAR2(30);
2041: l_event_t wf_event_t;
2042: l_raise_event VARCHAR2(50);
2043: l_seq_val VARCHAR2(100);
2044: l_parameter_list_t wf_parameter_list_t;
2045:

Line 2097: -- initialize the wf_event_t object

2093:
2094: -- Raise Business Event Notification
2095: l_raise_event := 'oracle.apps.igf.ap.PushedIsir';
2096:
2097: -- initialize the wf_event_t object
2098: wf_event_t.initialize(l_event_t);
2099:
2100: -- Adding the parameters to the parameter list
2101: wf_event.addparametertolist( p_name => 'M_SI_ID',

Line 2098: wf_event_t.initialize(l_event_t);

2094: -- Raise Business Event Notification
2095: l_raise_event := 'oracle.apps.igf.ap.PushedIsir';
2096:
2097: -- initialize the wf_event_t object
2098: wf_event_t.initialize(l_event_t);
2099:
2100: -- Adding the parameters to the parameter list
2101: wf_event.addparametertolist( p_name => 'M_SI_ID',
2102: p_value => g_isir_intrface_rec.si_id ,

Line 2174: l_event_t wf_event_t;

2170: */
2171:
2172:
2173: l_message_class VARCHAR2(30);
2174: l_event_t wf_event_t;
2175: l_raise_event VARCHAR2(50);
2176: l_seq_val VARCHAR2(100);
2177: l_parameter_list_t wf_parameter_list_t;
2178:

Line 2206: -- initialize the wf_event_t object

2202:
2203: -- Raise Business Event Notification
2204: l_raise_event := 'oracle.apps.igf.ap.DemographicChange';
2205:
2206: -- initialize the wf_event_t object
2207: wf_event_t.initialize(l_event_t);
2208:
2209: -- Adding the parameters to the parameter list
2210: wf_event.addparametertolist( p_name => 'M_SI_ID',

Line 2207: wf_event_t.initialize(l_event_t);

2203: -- Raise Business Event Notification
2204: l_raise_event := 'oracle.apps.igf.ap.DemographicChange';
2205:
2206: -- initialize the wf_event_t object
2207: wf_event_t.initialize(l_event_t);
2208:
2209: -- Adding the parameters to the parameter list
2210: wf_event.addparametertolist( p_name => 'M_SI_ID',
2211: p_value => g_isir_intrface_rec.si_id ,