DBA Data[Home] [Help]

APPS.WMS_LABEL_FORMATS_PKG dependencies on WMS_LABEL_FORMATS_PKG

Line 1: package body WMS_LABEL_FORMATS_PKG as

1: package body WMS_LABEL_FORMATS_PKG as
2: /* $Header: WMSLBFMB.pls 120.2 2005/06/22 09:25:52 appldev ship $ */
3:
4: TRACE_LEVEL CONSTANT NUMBER := 2;
5: TRACE_PROMPT CONSTANT VARCHAR2(10) := 'LB_FORMATS';

Line 402: wms_label_formats_pkg.update_row

398: INV_LOG_UTIL.trace(' load_row():l_label_format_id : '||l_label_format_id , TRACE_PROMPT, TRACE_LEVEL);
399: END IF;
400:
401: l_msg := 'LOAD_ROW(): ' ||l_label_format_id;
402: wms_label_formats_pkg.update_row
403: (
404: x_label_format_id => l_label_format_id
405: ,x_label_format_name => x_label_format_name
406: ,x_format_description => x_format_description

Line 438: wms_label_formats_pkg.insert_row

434: ,x_attribute15 => x_attribute15
435: );
436: EXCEPTION
437: WHEN no_data_found THEN
438: wms_label_formats_pkg.insert_row
439: (
440: x_rowid => l_row_id
441: , x_label_format_id => l_label_format_id
442: ,x_label_format_name => x_label_format_name

Line 475: end WMS_LABEL_FORMATS_PKG;

471: ,x_attribute15 => x_attribute15
472: );
473: END;
474: END load_row;
475: end WMS_LABEL_FORMATS_PKG;