DBA Data[Home] [Help]

APPS.WSH_CONTAINER_PUB dependencies on STANDARD

Line 171: -- 13) other standard parameters

167: -- 9) num_digits - precision for number of digits
168: -- 10) quantity - number of containers
169: -- 11) container_name - container name if creating 1 container
170: -- 12) table of container ids - out table of ids
171: -- 13) other standard parameters
172: --
173: -- Description: This procedure takes in a container item id or container item
174: -- name and other necessary parameters to create one or more containers and
175: -- creates the required containers. It returns a table of container instance

Line 176: -- ids (delivery detail ids) along with the standard out parameters.

172: --
173: -- Description: This procedure takes in a container item id or container item
174: -- name and other necessary parameters to create one or more containers and
175: -- creates the required containers. It returns a table of container instance
176: -- ids (delivery detail ids) along with the standard out parameters.
177: ------------------------------------------------------------------------------
178:
179: /*#
180: * This procedure is used to create containers. More than one container can be created

Line 207: -- Standard parameters

203: * @rep:lifecycle active
204: * @rep:displayname Create Containers
205: */
206: PROCEDURE Create_Containers (
207: -- Standard parameters
208: p_api_version IN NUMBER,
209: p_init_msg_list IN VARCHAR2 DEFAULT FND_API.G_FALSE,
210: p_commit IN VARCHAR2 DEFAULT FND_API.G_FALSE,
211: p_validation_level IN NUMBER DEFAULT FND_API.G_VALID_LEVEL_FULL,

Line 240: -- 2) other standard parameters

236: -- Procedure: Update_Container
237: --
238: -- Parameters: 1) container_rec - container record of type
239: -- wsh_delivery_details_pub.changedattributerectype
240: -- 2) other standard parameters
241: --
242: -- Description: This procedure takes in a record of container attributes that
243: -- contains the name and delivery detail id of container to update the
244: -- container record in WSH_DELIVERY_DETAILS with the attributes input in the

Line 264: -- Standard parameters

260: * @rep:lifecycle active
261: * @rep:displayname Update Container
262: */
263: PROCEDURE Update_Container (
264: -- Standard parameters
265: p_api_version IN NUMBER,
266: p_init_msg_list IN VARCHAR2 DEFAULT FND_API.G_FALSE,
267: p_commit IN VARCHAR2 DEFAULT FND_API.G_FALSE,
268: p_validation_level IN NUMBER DEFAULT FND_API.G_VALID_LEVEL_FULL,

Line 294: -- 6) other standard parameters

290: -- containers that are created during the autopacking
291: -- 5) pack cont flag - a 'Y' or 'N' value to determine whether to
292: -- to autopack the detail containers that are created into
293: -- parent containers.
294: -- 6) other standard parameters
295: --
296: -- Description: This procedure takes in a table of ids of either delivery lines
297: -- or container or deliveries and autopacks the lines/containers/deliveries
298: -- into detail containers. The grouping id table is used only if the input

Line 343: -- Standard parameters

339: * @rep:lifecycle active
340: * @rep:displayname Autopack Lines/Containers/Deliveries
341: */
342: PROCEDURE Auto_Pack (
343: -- Standard parameters
344: p_api_version IN NUMBER,
345: p_init_msg_list IN VARCHAR2 DEFAULT FND_API.G_FALSE,
346: p_commit IN VARCHAR2 DEFAULT FND_API.G_FALSE,
347: p_validation_level IN NUMBER DEFAULT FND_API.G_VALID_LEVEL_FULL,

Line 381: -- 9) other standard parameters

377: -- 7) delivery_name - name of delivery that container is being
378: -- assigned to.
379: -- 8) action_code - action code 'Pack', 'Assign', 'Unpack' or
380: -- 'Unassign' to specify what action to perform.
381: -- 9) other standard parameters
382: --
383: -- Description: This procedure takes in a table of delivery detail ids and
384: -- name and/or delivery detail id of container to pack. If the action code is
385: -- is assign then delivery id and delivery name must be specified. The API

Line 416: -- Standard parameters

412: * @rep:lifecycle active
413: * @rep:displayname Container Actions
414: */
415: PROCEDURE Container_Actions (
416: -- Standard parameters
417: p_api_version IN NUMBER,
418: p_init_msg_list IN VARCHAR2 DEFAULT FND_API.G_FALSE,
419: p_commit IN VARCHAR2 DEFAULT FND_API.G_FALSE,
420: p_validation_level IN NUMBER DEFAULT FND_API.G_VALID_LEVEL_FULL,