DBA Data[Home] [Help]

APPS.WMS_PARAMETERS_PKG dependencies on WMS_PARAMETERS_PKG

Line 1: package body WMS_PARAMETERS_PKG as

1: package body WMS_PARAMETERS_PKG as
2: /* $Header: WMSPPARB.pls 120.1 2005/06/20 07:10:33 appldev ship $ */
3: procedure INSERT_ROW (
4: X_ROWID IN OUT NOCOPY /* file.sql.39 change */ VARCHAR2,
5: X_PARAMETER_ID in NUMBER,

Line 672: wms_parameters_pkg.update_row

668: l_parameter_type_code := fnd_number.canonical_to_number(x_parameter_type_code);
669: l_data_type_code := fnd_number.canonical_to_number(x_data_type_code);
670: l_flexfield_application_id :=
671: fnd_number.canonical_to_number(x_flexfield_application_id);
672: wms_parameters_pkg.update_row
673: (
674: x_parameter_id => l_parameter_id
675: ,x_object_id => l_object_id
676: ,x_db_object_ref_type_code => l_db_object_ref_type_code

Line 722: wms_parameters_pkg.insert_row

718: ,x_use_for_op_selection_flag => x_use_for_op_selection_flag
719: );
720: EXCEPTION
721: WHEN no_data_found THEN
722: wms_parameters_pkg.insert_row
723: (
724: x_rowid => l_row_id
725: ,x_parameter_id => l_parameter_id
726: ,x_object_id => l_object_id

Line 775: end WMS_PARAMETERS_PKG;

771: ,x_use_for_op_selection_flag => x_use_for_op_selection_flag
772: );
773: END;
774: END load_row;
775: end WMS_PARAMETERS_PKG;