DBA Data[Home] [Help]

APPS.JTF_ESC_WF_EVENTS_PVT dependencies on WF_PARAMETER_LIST_T

Line 122: * @param p_list the wf parameter list type used to store BES attributes with their values

118: * @param p_attribute_name the attribute used for the Busines Event
119: * @param p_old_value the old value for the attribute - used during update event
120: * @param p_new_value the new value for the attribute - used for all events
121: * @param p_action the parameter to determine the nature of event - Create or Update or Delete
122: * @param p_list the wf parameter list type used to store BES attributes with their values
123: * @param publish_if_change the flag to determine publishing old and new values on an Update Event
124: * @rep:scope private
125: * @rep:lifecycle active
126: * @rep:displayname Set Attributes to List

Line 134: P_LIST IN OUT NOCOPY WF_PARAMETER_LIST_T,

130: P_ATTRIBUTE_NAME IN VARCHAR2,
131: P_OLD_VALUE IN VARCHAR2,
132: P_NEW_VALUE IN VARCHAR2,
133: P_ACTION IN VARCHAR2,
134: P_LIST IN OUT NOCOPY WF_PARAMETER_LIST_T,
135: PUBLISH_IF_CHANGE IN VARCHAR2 DEFAULT 'Y'
136: );
137:
138: /*#

Line 146: * @param p_list the wf parameter list type used to store BES attributes with their values

142: * @param p_attribute_name the attribute used for the Busines Event
143: * @param p_old_value the old value for the attribute - used for update event
144: * @param p_new_value the new value for the attribute - used for all events
145: * @param p_action the parameter to determine the nature of event - Create or Update or Delete
146: * @param p_list the wf parameter list type used to store BES attributes with their values
147: * @param publish_if_change the flag to determine publishing old and new values on an Update Event
148: * @rep:scope private
149: * @rep:lifecycle active
150: * @rep:displayname Set Attributes to List

Line 158: P_LIST IN OUT NOCOPY WF_PARAMETER_LIST_T,

154: P_ATTRIBUTE_NAME IN VARCHAR2,
155: P_OLD_VALUE IN NUMBER,
156: P_NEW_VALUE IN NUMBER,
157: P_ACTION IN VARCHAR2,
158: P_LIST IN OUT NOCOPY WF_PARAMETER_LIST_T,
159: PUBLISH_IF_CHANGE IN VARCHAR2 DEFAULT 'Y'
160: );
161:
162: /*#

Line 170: * @param p_list the wf parameter list type used to store BES attributes with their values

166: * @param p_attribute_name the attribute used for the Busines Event
167: * @param p_old_value the old value for the attribute - used for update event
168: * @param p_new_value the new value for the attribute - used for all events
169: * @param p_action the parameter to determine the nature of event - Create or Update or Delete
170: * @param p_list the wf parameter list type used to store BES attributes with their values
171: * @param publish_if_change the flag to determine publishing old and new values on an Update Event
172: * @rep:scope private
173: * @rep:lifecycle active
174: * @rep:displayname Set Attributes to List

Line 182: P_LIST IN OUT NOCOPY WF_PARAMETER_LIST_T,

178: P_ATTRIBUTE_NAME IN VARCHAR2,
179: P_OLD_VALUE IN DATE,
180: P_NEW_VALUE IN DATE,
181: P_ACTION IN VARCHAR2,
182: P_LIST IN OUT NOCOPY WF_PARAMETER_LIST_T,
183: PUBLISH_IF_CHANGE IN VARCHAR2 DEFAULT 'Y'
184: );
185:
186: