DBA Data[Home] [Help]

APPS.PO_MSG_MAPPING_UTL SQL Statements

The following lines contain the word 'select', 'insert', 'update' or 'delete':

Line: 118

  g_msg_tsfm_context_list.DELETE;
Line: 164

  l_msg_tsfm_list(PO_VAL_CONSTANTS.c_uom_update_valid) :=
    create_msg_record('PO_CAT_INACTIVE_VALUE', 'UOM_CODE', c_uom_code, 0);
Line: 170

  l_msg_tsfm_list(PO_VAL_CONSTANTS.c_uom_update_not_null) :=
    create_msg_record('PO_CAT_COLUMN_NOT_NULL', 'UOM_CODE', c_uom_code, 0);
Line: 182

  l_msg_tsfm_list(PO_VAL_CONSTANTS.c_item_desc_update_not_null) :=
    create_msg_record('PO_CAT_COLUMN_NOT_NULL', 'ITEM_DESCRIPTION', c_item_desc, 0);
Line: 188

  l_msg_tsfm_list(PO_VAL_CONSTANTS.c_unit_price_update_not_null) :=
    create_msg_record('PO_CAT_COLUMN_NOT_NULL', 'UNIT_PRICE', c_unit_price, 0);
Line: 192

  l_msg_tsfm_list(PO_VAL_CONSTANTS.c_unit_price_update_ge_zero) :=
    create_msg_record('PO_CAT_LT_ZERO', 'UNIT_PRICE', c_unit_price, 0);
Line: 198

  l_msg_tsfm_list(PO_VAL_CONSTANTS.c_cat_id_update_not_null) :=
    create_msg_record('PO_CAT_COLUMN_NOT_NULL', 'CATEGORY', c_category, 0);
Line: 239

  l_msg_tsfm_list(PO_VAL_CONSTANTS.c_ip_cat_id_update_valid) :=
    create_msg_record('PO_CAT_INACTIVE_VALUE', 'IP_CATEGORY_NAME', c_ip_category, 0);
Line: 243

  l_msg_tsfm_list(PO_VAL_CONSTANTS.c_item_desc_update_unupdatable) :=
    create_msg_record('PO_CAT_DIFF_ITEM_DESC', 'ITEM_DESCRIPTION', c_item_desc, 0);
Line: 253

  l_msg_tsfm_list(PO_VAL_CONSTANTS.c_cat_id_update_not_updatable) :=
    create_msg_record('PO_CAT_NO_PO_CAT_UPDATE', 'CATEGORY', c_category, 0);