DBA Data[Home] [Help]

APPS.WMS_RESTRICTION_FORM_PKG dependencies on WMS_RESTRICTIONS_PKG

Line 266: wms_restrictions_pkg.insert_row

262: raise fnd_api.g_exc_error;
263: end if;
264:
265: /* call the table handler to do the insert */
266: wms_restrictions_pkg.insert_row
267: (
268: x_rowid => p_rowid
269: ,x_rule_id => p_rule_id
270: ,x_sequence_number => p_sequence_number

Line 428: wms_restrictions_pkg.lock_row (

424: elsif x_return_status = fnd_api.g_ret_sts_error then
425: raise fnd_api.g_exc_error;
426: end if;
427:
428: wms_restrictions_pkg.lock_row (
429: x_rowid => p_rowid
430: ,x_rule_id => p_rule_id
431: ,x_sequence_number => p_sequence_number
432: ,x_parameter_id => p_parameter_id

Line 595: wms_restrictions_pkg.update_row

591: l_user_id := fnd_global.user_id;
592: l_login_id := fnd_global.login_id;
593:
594: /* call the table handler to do the update */
595: wms_restrictions_pkg.update_row
596: (
597: x_rowid => p_rowid
598: ,x_rule_id => p_rule_id
599: ,x_sequence_number => p_sequence_number

Line 729: wms_restrictions_pkg.delete_row(p_rowid);

725: elsif x_return_status = fnd_api.g_ret_sts_error then
726: raise fnd_api.g_exc_error;
727: end if;
728:
729: wms_restrictions_pkg.delete_row(p_rowid);
730: fnd_msg_pub.count_and_get( p_count => x_msg_count
731: ,p_data => x_msg_data );
732: x_return_status := l_return_status;
733: