DBA Data[Home] [Help]

APPS.OM_SETUP_VALID_PKG dependencies on OM_SETUP_VALID_ERRM

Line 1010: Following PL/SQL block inserts rows into the om_setup_valid_errm table.

1006: RETURN(FALSE);
1007: end;
1008: END;
1009: /*------------------------------------------------------------------------------
1010: Following PL/SQL block inserts rows into the om_setup_valid_errm table.
1011: ------------------------------------------------------------------------------*/
1012: BEGIN
1013: INSERT INTO OM_SETUP_VALID_ERRM(MESG_NAME, DESCRIPTION)
1014: VALUES('ONT_SETVAL_INVALID_PROF_OPT', 'The following profile options have not been defined at any level.');

Line 1013: INSERT INTO OM_SETUP_VALID_ERRM(MESG_NAME, DESCRIPTION)

1009: /*------------------------------------------------------------------------------
1010: Following PL/SQL block inserts rows into the om_setup_valid_errm table.
1011: ------------------------------------------------------------------------------*/
1012: BEGIN
1013: INSERT INTO OM_SETUP_VALID_ERRM(MESG_NAME, DESCRIPTION)
1014: VALUES('ONT_SETVAL_INVALID_PROF_OPT', 'The following profile options have not been defined at any level.');
1015: /*
1016: INSERT INTO OM_SETUP_VALID_ERRM(MESG_NAME, DESCRIPTION)
1017: VALUES('ONT_SETVAL_INVALID_USER_PROF_OPT', 'The following profile options should not have a value for any user that has access to an Order Management responsibility.');

Line 1016: INSERT INTO OM_SETUP_VALID_ERRM(MESG_NAME, DESCRIPTION)

1012: BEGIN
1013: INSERT INTO OM_SETUP_VALID_ERRM(MESG_NAME, DESCRIPTION)
1014: VALUES('ONT_SETVAL_INVALID_PROF_OPT', 'The following profile options have not been defined at any level.');
1015: /*
1016: INSERT INTO OM_SETUP_VALID_ERRM(MESG_NAME, DESCRIPTION)
1017: VALUES('ONT_SETVAL_INVALID_USER_PROF_OPT', 'The following profile options should not have a value for any user that has access to an Order Management responsibility.');
1018: */
1019: INSERT INTO OM_SETUP_VALID_ERRM(MESG_NAME, DESCRIPTION)
1020: VALUES('ONT_SETVAL_INVALID_USR_PRF_OPT', 'The following profile options should not have a value for any user that has access to an Order Management responsibility.');

Line 1019: INSERT INTO OM_SETUP_VALID_ERRM(MESG_NAME, DESCRIPTION)

1015: /*
1016: INSERT INTO OM_SETUP_VALID_ERRM(MESG_NAME, DESCRIPTION)
1017: VALUES('ONT_SETVAL_INVALID_USER_PROF_OPT', 'The following profile options should not have a value for any user that has access to an Order Management responsibility.');
1018: */
1019: INSERT INTO OM_SETUP_VALID_ERRM(MESG_NAME, DESCRIPTION)
1020: VALUES('ONT_SETVAL_INVALID_USR_PRF_OPT', 'The following profile options should not have a value for any user that has access to an Order Management responsibility.');
1021: INSERT INTO OM_SETUP_VALID_ERRM(MESG_NAME, DESCRIPTION)
1022: VALUES('ONT_SETVAL_INVALID_SOB', 'Set of books do not match between AR system option and GL Set of Books name profile option.');
1023: INSERT INTO OM_SETUP_VALID_ERRM(MESG_NAME, DESCRIPTION)

Line 1021: INSERT INTO OM_SETUP_VALID_ERRM(MESG_NAME, DESCRIPTION)

1017: VALUES('ONT_SETVAL_INVALID_USER_PROF_OPT', 'The following profile options should not have a value for any user that has access to an Order Management responsibility.');
1018: */
1019: INSERT INTO OM_SETUP_VALID_ERRM(MESG_NAME, DESCRIPTION)
1020: VALUES('ONT_SETVAL_INVALID_USR_PRF_OPT', 'The following profile options should not have a value for any user that has access to an Order Management responsibility.');
1021: INSERT INTO OM_SETUP_VALID_ERRM(MESG_NAME, DESCRIPTION)
1022: VALUES('ONT_SETVAL_INVALID_SOB', 'Set of books do not match between AR system option and GL Set of Books name profile option.');
1023: INSERT INTO OM_SETUP_VALID_ERRM(MESG_NAME, DESCRIPTION)
1024: VALUES('ONT_SETVAL_INVALID_MASTER_ORG', 'Item Validation Organizations do not match between OM Parameters and QP: Item Validation Organization profile option.');
1025: INSERT INTO OM_SETUP_VALID_ERRM(MESG_NAME, DESCRIPTION)

Line 1023: INSERT INTO OM_SETUP_VALID_ERRM(MESG_NAME, DESCRIPTION)

1019: INSERT INTO OM_SETUP_VALID_ERRM(MESG_NAME, DESCRIPTION)
1020: VALUES('ONT_SETVAL_INVALID_USR_PRF_OPT', 'The following profile options should not have a value for any user that has access to an Order Management responsibility.');
1021: INSERT INTO OM_SETUP_VALID_ERRM(MESG_NAME, DESCRIPTION)
1022: VALUES('ONT_SETVAL_INVALID_SOB', 'Set of books do not match between AR system option and GL Set of Books name profile option.');
1023: INSERT INTO OM_SETUP_VALID_ERRM(MESG_NAME, DESCRIPTION)
1024: VALUES('ONT_SETVAL_INVALID_MASTER_ORG', 'Item Validation Organizations do not match between OM Parameters and QP: Item Validation Organization profile option.');
1025: INSERT INTO OM_SETUP_VALID_ERRM(MESG_NAME, DESCRIPTION)
1026: VALUES('ONT_SETVAL_INVALID_SO_FLEX', 'Sales Order Key Flex Field is not included required 3 segments or not enabled or not allowed dynamic insert.');
1027: INSERT INTO OM_SETUP_VALID_ERRM(MESG_NAME, DESCRIPTION)

Line 1025: INSERT INTO OM_SETUP_VALID_ERRM(MESG_NAME, DESCRIPTION)

1021: INSERT INTO OM_SETUP_VALID_ERRM(MESG_NAME, DESCRIPTION)
1022: VALUES('ONT_SETVAL_INVALID_SOB', 'Set of books do not match between AR system option and GL Set of Books name profile option.');
1023: INSERT INTO OM_SETUP_VALID_ERRM(MESG_NAME, DESCRIPTION)
1024: VALUES('ONT_SETVAL_INVALID_MASTER_ORG', 'Item Validation Organizations do not match between OM Parameters and QP: Item Validation Organization profile option.');
1025: INSERT INTO OM_SETUP_VALID_ERRM(MESG_NAME, DESCRIPTION)
1026: VALUES('ONT_SETVAL_INVALID_SO_FLEX', 'Sales Order Key Flex Field is not included required 3 segments or not enabled or not allowed dynamic insert.');
1027: INSERT INTO OM_SETUP_VALID_ERRM(MESG_NAME, DESCRIPTION)
1028: VALUES('ONT_SETVAL_INVALID_ITMCAT_FLEX', 'Item Catalogs Key Flex Field is not enabled or not frozen.');
1029: INSERT INTO OM_SETUP_VALID_ERRM(MESG_NAME, DESCRIPTION)

Line 1027: INSERT INTO OM_SETUP_VALID_ERRM(MESG_NAME, DESCRIPTION)

1023: INSERT INTO OM_SETUP_VALID_ERRM(MESG_NAME, DESCRIPTION)
1024: VALUES('ONT_SETVAL_INVALID_MASTER_ORG', 'Item Validation Organizations do not match between OM Parameters and QP: Item Validation Organization profile option.');
1025: INSERT INTO OM_SETUP_VALID_ERRM(MESG_NAME, DESCRIPTION)
1026: VALUES('ONT_SETVAL_INVALID_SO_FLEX', 'Sales Order Key Flex Field is not included required 3 segments or not enabled or not allowed dynamic insert.');
1027: INSERT INTO OM_SETUP_VALID_ERRM(MESG_NAME, DESCRIPTION)
1028: VALUES('ONT_SETVAL_INVALID_ITMCAT_FLEX', 'Item Catalogs Key Flex Field is not enabled or not frozen.');
1029: INSERT INTO OM_SETUP_VALID_ERRM(MESG_NAME, DESCRIPTION)
1030: VALUES('ONT_SETVAL_NOTFOUND_DOC_SEQ ', 'There are no document sequences defined for Oracle Order Management.');
1031: INSERT INTO OM_SETUP_VALID_ERRM(MESG_NAME, DESCRIPTION)

Line 1029: INSERT INTO OM_SETUP_VALID_ERRM(MESG_NAME, DESCRIPTION)

1025: INSERT INTO OM_SETUP_VALID_ERRM(MESG_NAME, DESCRIPTION)
1026: VALUES('ONT_SETVAL_INVALID_SO_FLEX', 'Sales Order Key Flex Field is not included required 3 segments or not enabled or not allowed dynamic insert.');
1027: INSERT INTO OM_SETUP_VALID_ERRM(MESG_NAME, DESCRIPTION)
1028: VALUES('ONT_SETVAL_INVALID_ITMCAT_FLEX', 'Item Catalogs Key Flex Field is not enabled or not frozen.');
1029: INSERT INTO OM_SETUP_VALID_ERRM(MESG_NAME, DESCRIPTION)
1030: VALUES('ONT_SETVAL_NOTFOUND_DOC_SEQ ', 'There are no document sequences defined for Oracle Order Management.');
1031: INSERT INTO OM_SETUP_VALID_ERRM(MESG_NAME, DESCRIPTION)
1032: VALUES('ONT_SETVAL_NOTFOUND_DOC_CAT', 'A document category with the same name as the transaction type does not exist.');
1033: INSERT INTO OM_SETUP_VALID_ERRM(MESG_NAME, DESCRIPTION)

Line 1031: INSERT INTO OM_SETUP_VALID_ERRM(MESG_NAME, DESCRIPTION)

1027: INSERT INTO OM_SETUP_VALID_ERRM(MESG_NAME, DESCRIPTION)
1028: VALUES('ONT_SETVAL_INVALID_ITMCAT_FLEX', 'Item Catalogs Key Flex Field is not enabled or not frozen.');
1029: INSERT INTO OM_SETUP_VALID_ERRM(MESG_NAME, DESCRIPTION)
1030: VALUES('ONT_SETVAL_NOTFOUND_DOC_SEQ ', 'There are no document sequences defined for Oracle Order Management.');
1031: INSERT INTO OM_SETUP_VALID_ERRM(MESG_NAME, DESCRIPTION)
1032: VALUES('ONT_SETVAL_NOTFOUND_DOC_CAT', 'A document category with the same name as the transaction type does not exist.');
1033: INSERT INTO OM_SETUP_VALID_ERRM(MESG_NAME, DESCRIPTION)
1034: VALUES('ONT_SETVAL_INVALID_DOC_SEQ', 'There is not a document sequence assignment in the set of book corresponding to each operating unit with OM parameters defined for Oracle Order Management.');
1035: INSERT INTO OM_SETUP_VALID_ERRM(MESG_NAME, DESCRIPTION)

Line 1033: INSERT INTO OM_SETUP_VALID_ERRM(MESG_NAME, DESCRIPTION)

1029: INSERT INTO OM_SETUP_VALID_ERRM(MESG_NAME, DESCRIPTION)
1030: VALUES('ONT_SETVAL_NOTFOUND_DOC_SEQ ', 'There are no document sequences defined for Oracle Order Management.');
1031: INSERT INTO OM_SETUP_VALID_ERRM(MESG_NAME, DESCRIPTION)
1032: VALUES('ONT_SETVAL_NOTFOUND_DOC_CAT', 'A document category with the same name as the transaction type does not exist.');
1033: INSERT INTO OM_SETUP_VALID_ERRM(MESG_NAME, DESCRIPTION)
1034: VALUES('ONT_SETVAL_INVALID_DOC_SEQ', 'There is not a document sequence assignment in the set of book corresponding to each operating unit with OM parameters defined for Oracle Order Management.');
1035: INSERT INTO OM_SETUP_VALID_ERRM(MESG_NAME, DESCRIPTION)
1036: VALUES('ONT_SETVAL_INACTIVE_DOC_SEQ', 'The following document category should be actively assigned, in the set of books corresponding to the operating unit of the transaction type, to an active sequence.');
1037: INSERT INTO OM_SETUP_VALID_ERRM(MESG_NAME, DESCRIPTION)

Line 1035: INSERT INTO OM_SETUP_VALID_ERRM(MESG_NAME, DESCRIPTION)

1031: INSERT INTO OM_SETUP_VALID_ERRM(MESG_NAME, DESCRIPTION)
1032: VALUES('ONT_SETVAL_NOTFOUND_DOC_CAT', 'A document category with the same name as the transaction type does not exist.');
1033: INSERT INTO OM_SETUP_VALID_ERRM(MESG_NAME, DESCRIPTION)
1034: VALUES('ONT_SETVAL_INVALID_DOC_SEQ', 'There is not a document sequence assignment in the set of book corresponding to each operating unit with OM parameters defined for Oracle Order Management.');
1035: INSERT INTO OM_SETUP_VALID_ERRM(MESG_NAME, DESCRIPTION)
1036: VALUES('ONT_SETVAL_INACTIVE_DOC_SEQ', 'The following document category should be actively assigned, in the set of books corresponding to the operating unit of the transaction type, to an active sequence.');
1037: INSERT INTO OM_SETUP_VALID_ERRM(MESG_NAME, DESCRIPTION)
1038: VALUES('ONT_SETVAL_CC_NOTFOUND', 'No credit check rules exist.');
1039: /*

Line 1037: INSERT INTO OM_SETUP_VALID_ERRM(MESG_NAME, DESCRIPTION)

1033: INSERT INTO OM_SETUP_VALID_ERRM(MESG_NAME, DESCRIPTION)
1034: VALUES('ONT_SETVAL_INVALID_DOC_SEQ', 'There is not a document sequence assignment in the set of book corresponding to each operating unit with OM parameters defined for Oracle Order Management.');
1035: INSERT INTO OM_SETUP_VALID_ERRM(MESG_NAME, DESCRIPTION)
1036: VALUES('ONT_SETVAL_INACTIVE_DOC_SEQ', 'The following document category should be actively assigned, in the set of books corresponding to the operating unit of the transaction type, to an active sequence.');
1037: INSERT INTO OM_SETUP_VALID_ERRM(MESG_NAME, DESCRIPTION)
1038: VALUES('ONT_SETVAL_CC_NOTFOUND', 'No credit check rules exist.');
1039: /*
1040: INSERT INTO OM_SETUP_VALID_ERRM(MESG_NAME, DESCRIPTION)
1041: VALUES('ONT_SETVAL_CC_INVALID_TRAN_TYPE', 'Credit check rules are not enabled in the following transaction type.');

Line 1040: INSERT INTO OM_SETUP_VALID_ERRM(MESG_NAME, DESCRIPTION)

1036: VALUES('ONT_SETVAL_INACTIVE_DOC_SEQ', 'The following document category should be actively assigned, in the set of books corresponding to the operating unit of the transaction type, to an active sequence.');
1037: INSERT INTO OM_SETUP_VALID_ERRM(MESG_NAME, DESCRIPTION)
1038: VALUES('ONT_SETVAL_CC_NOTFOUND', 'No credit check rules exist.');
1039: /*
1040: INSERT INTO OM_SETUP_VALID_ERRM(MESG_NAME, DESCRIPTION)
1041: VALUES('ONT_SETVAL_CC_INVALID_TRAN_TYPE', 'Credit check rules are not enabled in the following transaction type.');
1042: */
1043: INSERT INTO OM_SETUP_VALID_ERRM(MESG_NAME, DESCRIPTION)
1044: VALUES('ONT_SETVAL_CC_INVALID_TRAN_TYP', 'Credit check rules are not enabled in the following transaction type.');

Line 1043: INSERT INTO OM_SETUP_VALID_ERRM(MESG_NAME, DESCRIPTION)

1039: /*
1040: INSERT INTO OM_SETUP_VALID_ERRM(MESG_NAME, DESCRIPTION)
1041: VALUES('ONT_SETVAL_CC_INVALID_TRAN_TYPE', 'Credit check rules are not enabled in the following transaction type.');
1042: */
1043: INSERT INTO OM_SETUP_VALID_ERRM(MESG_NAME, DESCRIPTION)
1044: VALUES('ONT_SETVAL_CC_INVALID_TRAN_TYP', 'Credit check rules are not enabled in the following transaction type.');
1045: INSERT INTO OM_SETUP_VALID_ERRM(MESG_NAME, DESCRIPTION)
1046: VALUES('ONT_SETVAL_CC_INVALID_PAY_TERM', 'There is no payment term that is enabled for credit checking.');
1047: INSERT INTO OM_SETUP_VALID_ERRM(MESG_NAME, DESCRIPTION)

Line 1045: INSERT INTO OM_SETUP_VALID_ERRM(MESG_NAME, DESCRIPTION)

1041: VALUES('ONT_SETVAL_CC_INVALID_TRAN_TYPE', 'Credit check rules are not enabled in the following transaction type.');
1042: */
1043: INSERT INTO OM_SETUP_VALID_ERRM(MESG_NAME, DESCRIPTION)
1044: VALUES('ONT_SETVAL_CC_INVALID_TRAN_TYP', 'Credit check rules are not enabled in the following transaction type.');
1045: INSERT INTO OM_SETUP_VALID_ERRM(MESG_NAME, DESCRIPTION)
1046: VALUES('ONT_SETVAL_CC_INVALID_PAY_TERM', 'There is no payment term that is enabled for credit checking.');
1047: INSERT INTO OM_SETUP_VALID_ERRM(MESG_NAME, DESCRIPTION)
1048: VALUES('ONT_SETVAL_CC_INVALID_CUST', 'There is no customer or the customer site that is enabled for credit checking.');
1049: INSERT INTO OM_SETUP_VALID_ERRM(MESG_NAME, DESCRIPTION)

Line 1047: INSERT INTO OM_SETUP_VALID_ERRM(MESG_NAME, DESCRIPTION)

1043: INSERT INTO OM_SETUP_VALID_ERRM(MESG_NAME, DESCRIPTION)
1044: VALUES('ONT_SETVAL_CC_INVALID_TRAN_TYP', 'Credit check rules are not enabled in the following transaction type.');
1045: INSERT INTO OM_SETUP_VALID_ERRM(MESG_NAME, DESCRIPTION)
1046: VALUES('ONT_SETVAL_CC_INVALID_PAY_TERM', 'There is no payment term that is enabled for credit checking.');
1047: INSERT INTO OM_SETUP_VALID_ERRM(MESG_NAME, DESCRIPTION)
1048: VALUES('ONT_SETVAL_CC_INVALID_CUST', 'There is no customer or the customer site that is enabled for credit checking.');
1049: INSERT INTO OM_SETUP_VALID_ERRM(MESG_NAME, DESCRIPTION)
1050: VALUES('ONT_SETVAL_CC_PRE_CALC_EXPO', 'The Credit Checking Initialize process is not scheduled and there is at least one credit check rule using pre-calculated Exposure.');
1051: INSERT INTO OM_SETUP_VALID_ERRM(MESG_NAME, DESCRIPTION)

Line 1049: INSERT INTO OM_SETUP_VALID_ERRM(MESG_NAME, DESCRIPTION)

1045: INSERT INTO OM_SETUP_VALID_ERRM(MESG_NAME, DESCRIPTION)
1046: VALUES('ONT_SETVAL_CC_INVALID_PAY_TERM', 'There is no payment term that is enabled for credit checking.');
1047: INSERT INTO OM_SETUP_VALID_ERRM(MESG_NAME, DESCRIPTION)
1048: VALUES('ONT_SETVAL_CC_INVALID_CUST', 'There is no customer or the customer site that is enabled for credit checking.');
1049: INSERT INTO OM_SETUP_VALID_ERRM(MESG_NAME, DESCRIPTION)
1050: VALUES('ONT_SETVAL_CC_PRE_CALC_EXPO', 'The Credit Checking Initialize process is not scheduled and there is at least one credit check rule using pre-calculated Exposure.');
1051: INSERT INTO OM_SETUP_VALID_ERRM(MESG_NAME, DESCRIPTION)
1052: VALUES('ONT_SETVAL_INVALID_ITEM', 'No item exists in the following inventory organizations with OE Transactable, Customer Ordered, Customer Order Enabled, Returnable, Internal Ordered, Internal Orders Enabled, OE Transactable enabled');
1053: INSERT INTO OM_SETUP_VALID_ERRM(MESG_NAME, DESCRIPTION)

Line 1051: INSERT INTO OM_SETUP_VALID_ERRM(MESG_NAME, DESCRIPTION)

1047: INSERT INTO OM_SETUP_VALID_ERRM(MESG_NAME, DESCRIPTION)
1048: VALUES('ONT_SETVAL_CC_INVALID_CUST', 'There is no customer or the customer site that is enabled for credit checking.');
1049: INSERT INTO OM_SETUP_VALID_ERRM(MESG_NAME, DESCRIPTION)
1050: VALUES('ONT_SETVAL_CC_PRE_CALC_EXPO', 'The Credit Checking Initialize process is not scheduled and there is at least one credit check rule using pre-calculated Exposure.');
1051: INSERT INTO OM_SETUP_VALID_ERRM(MESG_NAME, DESCRIPTION)
1052: VALUES('ONT_SETVAL_INVALID_ITEM', 'No item exists in the following inventory organizations with OE Transactable, Customer Ordered, Customer Order Enabled, Returnable, Internal Ordered, Internal Orders Enabled, OE Transactable enabled');
1053: INSERT INTO OM_SETUP_VALID_ERRM(MESG_NAME, DESCRIPTION)
1054: VALUES('ONT_SETVAL_INVALID_PRC_LST', 'No active price list exists with items assigned to it.');
1055: INSERT INTO OM_SETUP_VALID_ERRM(MESG_NAME, DESCRIPTION)

Line 1053: INSERT INTO OM_SETUP_VALID_ERRM(MESG_NAME, DESCRIPTION)

1049: INSERT INTO OM_SETUP_VALID_ERRM(MESG_NAME, DESCRIPTION)
1050: VALUES('ONT_SETVAL_CC_PRE_CALC_EXPO', 'The Credit Checking Initialize process is not scheduled and there is at least one credit check rule using pre-calculated Exposure.');
1051: INSERT INTO OM_SETUP_VALID_ERRM(MESG_NAME, DESCRIPTION)
1052: VALUES('ONT_SETVAL_INVALID_ITEM', 'No item exists in the following inventory organizations with OE Transactable, Customer Ordered, Customer Order Enabled, Returnable, Internal Ordered, Internal Orders Enabled, OE Transactable enabled');
1053: INSERT INTO OM_SETUP_VALID_ERRM(MESG_NAME, DESCRIPTION)
1054: VALUES('ONT_SETVAL_INVALID_PRC_LST', 'No active price list exists with items assigned to it.');
1055: INSERT INTO OM_SETUP_VALID_ERRM(MESG_NAME, DESCRIPTION)
1056: VALUES('ONT_SETVAL_INVALID_SLS_CRDT', 'No sales credit type exists for both quota and non-quota types.');
1057: INSERT INTO OM_SETUP_VALID_ERRM(MESG_NAME, DESCRIPTION)

Line 1055: INSERT INTO OM_SETUP_VALID_ERRM(MESG_NAME, DESCRIPTION)

1051: INSERT INTO OM_SETUP_VALID_ERRM(MESG_NAME, DESCRIPTION)
1052: VALUES('ONT_SETVAL_INVALID_ITEM', 'No item exists in the following inventory organizations with OE Transactable, Customer Ordered, Customer Order Enabled, Returnable, Internal Ordered, Internal Orders Enabled, OE Transactable enabled');
1053: INSERT INTO OM_SETUP_VALID_ERRM(MESG_NAME, DESCRIPTION)
1054: VALUES('ONT_SETVAL_INVALID_PRC_LST', 'No active price list exists with items assigned to it.');
1055: INSERT INTO OM_SETUP_VALID_ERRM(MESG_NAME, DESCRIPTION)
1056: VALUES('ONT_SETVAL_INVALID_SLS_CRDT', 'No sales credit type exists for both quota and non-quota types.');
1057: INSERT INTO OM_SETUP_VALID_ERRM(MESG_NAME, DESCRIPTION)
1058: VALUES('ONT_SETVAL_INVALID_SHIP_ORG', 'Shipping parameters have not been defined in any inventory organizations in the following shipping operating units.');
1059: INSERT INTO OM_SETUP_VALID_ERRM(MESG_NAME, DESCRIPTION)

Line 1057: INSERT INTO OM_SETUP_VALID_ERRM(MESG_NAME, DESCRIPTION)

1053: INSERT INTO OM_SETUP_VALID_ERRM(MESG_NAME, DESCRIPTION)
1054: VALUES('ONT_SETVAL_INVALID_PRC_LST', 'No active price list exists with items assigned to it.');
1055: INSERT INTO OM_SETUP_VALID_ERRM(MESG_NAME, DESCRIPTION)
1056: VALUES('ONT_SETVAL_INVALID_SLS_CRDT', 'No sales credit type exists for both quota and non-quota types.');
1057: INSERT INTO OM_SETUP_VALID_ERRM(MESG_NAME, DESCRIPTION)
1058: VALUES('ONT_SETVAL_INVALID_SHIP_ORG', 'Shipping parameters have not been defined in any inventory organizations in the following shipping operating units.');
1059: INSERT INTO OM_SETUP_VALID_ERRM(MESG_NAME, DESCRIPTION)
1060: VALUES('ONT_SETVAL_INVALID_DFLT_SUBINV', 'A default staging subinventory has not been defined in the following shipping inventory organizations.');
1061: INSERT INTO OM_SETUP_VALID_ERRM(MESG_NAME, DESCRIPTION)

Line 1059: INSERT INTO OM_SETUP_VALID_ERRM(MESG_NAME, DESCRIPTION)

1055: INSERT INTO OM_SETUP_VALID_ERRM(MESG_NAME, DESCRIPTION)
1056: VALUES('ONT_SETVAL_INVALID_SLS_CRDT', 'No sales credit type exists for both quota and non-quota types.');
1057: INSERT INTO OM_SETUP_VALID_ERRM(MESG_NAME, DESCRIPTION)
1058: VALUES('ONT_SETVAL_INVALID_SHIP_ORG', 'Shipping parameters have not been defined in any inventory organizations in the following shipping operating units.');
1059: INSERT INTO OM_SETUP_VALID_ERRM(MESG_NAME, DESCRIPTION)
1060: VALUES('ONT_SETVAL_INVALID_DFLT_SUBINV', 'A default staging subinventory has not been defined in the following shipping inventory organizations.');
1061: INSERT INTO OM_SETUP_VALID_ERRM(MESG_NAME, DESCRIPTION)
1062: VALUES('ONT_SETVAL_INVALID_SUBINV_ORGN', 'Subinventories are not defined in the following shipping inventory organizations.');
1063: INSERT INTO OM_SETUP_VALID_ERRM(MESG_NAME, DESCRIPTION)

Line 1061: INSERT INTO OM_SETUP_VALID_ERRM(MESG_NAME, DESCRIPTION)

1057: INSERT INTO OM_SETUP_VALID_ERRM(MESG_NAME, DESCRIPTION)
1058: VALUES('ONT_SETVAL_INVALID_SHIP_ORG', 'Shipping parameters have not been defined in any inventory organizations in the following shipping operating units.');
1059: INSERT INTO OM_SETUP_VALID_ERRM(MESG_NAME, DESCRIPTION)
1060: VALUES('ONT_SETVAL_INVALID_DFLT_SUBINV', 'A default staging subinventory has not been defined in the following shipping inventory organizations.');
1061: INSERT INTO OM_SETUP_VALID_ERRM(MESG_NAME, DESCRIPTION)
1062: VALUES('ONT_SETVAL_INVALID_SUBINV_ORGN', 'Subinventories are not defined in the following shipping inventory organizations.');
1063: INSERT INTO OM_SETUP_VALID_ERRM(MESG_NAME, DESCRIPTION)
1064: VALUES('ONT_SETVAL_INVALID_SHIP_OMORG', 'Shipping parameters have not been defined in the following inventory organizations.');
1065: INSERT INTO OM_SETUP_VALID_ERRM(MESG_NAME, DESCRIPTION)

Line 1063: INSERT INTO OM_SETUP_VALID_ERRM(MESG_NAME, DESCRIPTION)

1059: INSERT INTO OM_SETUP_VALID_ERRM(MESG_NAME, DESCRIPTION)
1060: VALUES('ONT_SETVAL_INVALID_DFLT_SUBINV', 'A default staging subinventory has not been defined in the following shipping inventory organizations.');
1061: INSERT INTO OM_SETUP_VALID_ERRM(MESG_NAME, DESCRIPTION)
1062: VALUES('ONT_SETVAL_INVALID_SUBINV_ORGN', 'Subinventories are not defined in the following shipping inventory organizations.');
1063: INSERT INTO OM_SETUP_VALID_ERRM(MESG_NAME, DESCRIPTION)
1064: VALUES('ONT_SETVAL_INVALID_SHIP_OMORG', 'Shipping parameters have not been defined in the following inventory organizations.');
1065: INSERT INTO OM_SETUP_VALID_ERRM(MESG_NAME, DESCRIPTION)
1066: VALUES('ONT_SETVAL_INVALID_PICK_RULES', 'No picking rule exists in the following shipping inventory organizations.');
1067: INSERT INTO OM_SETUP_VALID_ERRM(MESG_NAME, DESCRIPTION)

Line 1065: INSERT INTO OM_SETUP_VALID_ERRM(MESG_NAME, DESCRIPTION)

1061: INSERT INTO OM_SETUP_VALID_ERRM(MESG_NAME, DESCRIPTION)
1062: VALUES('ONT_SETVAL_INVALID_SUBINV_ORGN', 'Subinventories are not defined in the following shipping inventory organizations.');
1063: INSERT INTO OM_SETUP_VALID_ERRM(MESG_NAME, DESCRIPTION)
1064: VALUES('ONT_SETVAL_INVALID_SHIP_OMORG', 'Shipping parameters have not been defined in the following inventory organizations.');
1065: INSERT INTO OM_SETUP_VALID_ERRM(MESG_NAME, DESCRIPTION)
1066: VALUES('ONT_SETVAL_INVALID_PICK_RULES', 'No picking rule exists in the following shipping inventory organizations.');
1067: INSERT INTO OM_SETUP_VALID_ERRM(MESG_NAME, DESCRIPTION)
1068: VALUES('ONT_SETVAL_NO_OPEN_PERIOD', 'No open period exists in the following inventory organizations.');
1069: INSERT INTO OM_SETUP_VALID_ERRM(MESG_NAME, DESCRIPTION)

Line 1067: INSERT INTO OM_SETUP_VALID_ERRM(MESG_NAME, DESCRIPTION)

1063: INSERT INTO OM_SETUP_VALID_ERRM(MESG_NAME, DESCRIPTION)
1064: VALUES('ONT_SETVAL_INVALID_SHIP_OMORG', 'Shipping parameters have not been defined in the following inventory organizations.');
1065: INSERT INTO OM_SETUP_VALID_ERRM(MESG_NAME, DESCRIPTION)
1066: VALUES('ONT_SETVAL_INVALID_PICK_RULES', 'No picking rule exists in the following shipping inventory organizations.');
1067: INSERT INTO OM_SETUP_VALID_ERRM(MESG_NAME, DESCRIPTION)
1068: VALUES('ONT_SETVAL_NO_OPEN_PERIOD', 'No open period exists in the following inventory organizations.');
1069: INSERT INTO OM_SETUP_VALID_ERRM(MESG_NAME, DESCRIPTION)
1070: VALUES('ONT_SETVAL_INVALID_CURR_PERIOD', 'The current period is not opened in the following inventory organizations.');
1071: INSERT INTO OM_SETUP_VALID_ERRM(MESG_NAME, DESCRIPTION)

Line 1069: INSERT INTO OM_SETUP_VALID_ERRM(MESG_NAME, DESCRIPTION)

1065: INSERT INTO OM_SETUP_VALID_ERRM(MESG_NAME, DESCRIPTION)
1066: VALUES('ONT_SETVAL_INVALID_PICK_RULES', 'No picking rule exists in the following shipping inventory organizations.');
1067: INSERT INTO OM_SETUP_VALID_ERRM(MESG_NAME, DESCRIPTION)
1068: VALUES('ONT_SETVAL_NO_OPEN_PERIOD', 'No open period exists in the following inventory organizations.');
1069: INSERT INTO OM_SETUP_VALID_ERRM(MESG_NAME, DESCRIPTION)
1070: VALUES('ONT_SETVAL_INVALID_CURR_PERIOD', 'The current period is not opened in the following inventory organizations.');
1071: INSERT INTO OM_SETUP_VALID_ERRM(MESG_NAME, DESCRIPTION)
1072: VALUES('ONT_SETVAL_FC_INACTIVE_ALL', 'No active carrier exists.');
1073: INSERT INTO OM_SETUP_VALID_ERRM(MESG_NAME, DESCRIPTION)

Line 1071: INSERT INTO OM_SETUP_VALID_ERRM(MESG_NAME, DESCRIPTION)

1067: INSERT INTO OM_SETUP_VALID_ERRM(MESG_NAME, DESCRIPTION)
1068: VALUES('ONT_SETVAL_NO_OPEN_PERIOD', 'No open period exists in the following inventory organizations.');
1069: INSERT INTO OM_SETUP_VALID_ERRM(MESG_NAME, DESCRIPTION)
1070: VALUES('ONT_SETVAL_INVALID_CURR_PERIOD', 'The current period is not opened in the following inventory organizations.');
1071: INSERT INTO OM_SETUP_VALID_ERRM(MESG_NAME, DESCRIPTION)
1072: VALUES('ONT_SETVAL_FC_INACTIVE_ALL', 'No active carrier exists.');
1073: INSERT INTO OM_SETUP_VALID_ERRM(MESG_NAME, DESCRIPTION)
1074: VALUES('ONT_SETVAL_FC_INACTIVE_ORG', 'No active carrier exists in any inventory organizations under the following Operating Unit.');
1075: INSERT INTO OM_SETUP_VALID_ERRM(MESG_NAME, DESCRIPTION)

Line 1073: INSERT INTO OM_SETUP_VALID_ERRM(MESG_NAME, DESCRIPTION)

1069: INSERT INTO OM_SETUP_VALID_ERRM(MESG_NAME, DESCRIPTION)
1070: VALUES('ONT_SETVAL_INVALID_CURR_PERIOD', 'The current period is not opened in the following inventory organizations.');
1071: INSERT INTO OM_SETUP_VALID_ERRM(MESG_NAME, DESCRIPTION)
1072: VALUES('ONT_SETVAL_FC_INACTIVE_ALL', 'No active carrier exists.');
1073: INSERT INTO OM_SETUP_VALID_ERRM(MESG_NAME, DESCRIPTION)
1074: VALUES('ONT_SETVAL_FC_INACTIVE_ORG', 'No active carrier exists in any inventory organizations under the following Operating Unit.');
1075: INSERT INTO OM_SETUP_VALID_ERRM(MESG_NAME, DESCRIPTION)
1076: VALUES('ONT_SETVAL_FC_RELATIONS', 'No carrier / ship method relationships exist in any inventory organizations under the following Operating Unit.');
1077: INSERT INTO OM_SETUP_VALID_ERRM(MESG_NAME, DESCRIPTION)

Line 1075: INSERT INTO OM_SETUP_VALID_ERRM(MESG_NAME, DESCRIPTION)

1071: INSERT INTO OM_SETUP_VALID_ERRM(MESG_NAME, DESCRIPTION)
1072: VALUES('ONT_SETVAL_FC_INACTIVE_ALL', 'No active carrier exists.');
1073: INSERT INTO OM_SETUP_VALID_ERRM(MESG_NAME, DESCRIPTION)
1074: VALUES('ONT_SETVAL_FC_INACTIVE_ORG', 'No active carrier exists in any inventory organizations under the following Operating Unit.');
1075: INSERT INTO OM_SETUP_VALID_ERRM(MESG_NAME, DESCRIPTION)
1076: VALUES('ONT_SETVAL_FC_RELATIONS', 'No carrier / ship method relationships exist in any inventory organizations under the following Operating Unit.');
1077: INSERT INTO OM_SETUP_VALID_ERRM(MESG_NAME, DESCRIPTION)
1078: VALUES('ONT_SETVAL_SHIP_DOC_SEQ', 'There are no document sequences defined for Oracle Shipping.');
1079: INSERT INTO OM_SETUP_VALID_ERRM(MESG_NAME, DESCRIPTION)

Line 1077: INSERT INTO OM_SETUP_VALID_ERRM(MESG_NAME, DESCRIPTION)

1073: INSERT INTO OM_SETUP_VALID_ERRM(MESG_NAME, DESCRIPTION)
1074: VALUES('ONT_SETVAL_FC_INACTIVE_ORG', 'No active carrier exists in any inventory organizations under the following Operating Unit.');
1075: INSERT INTO OM_SETUP_VALID_ERRM(MESG_NAME, DESCRIPTION)
1076: VALUES('ONT_SETVAL_FC_RELATIONS', 'No carrier / ship method relationships exist in any inventory organizations under the following Operating Unit.');
1077: INSERT INTO OM_SETUP_VALID_ERRM(MESG_NAME, DESCRIPTION)
1078: VALUES('ONT_SETVAL_SHIP_DOC_SEQ', 'There are no document sequences defined for Oracle Shipping.');
1079: INSERT INTO OM_SETUP_VALID_ERRM(MESG_NAME, DESCRIPTION)
1080: VALUES('ONT_SETVAL_SHIP_DOC_BOL', 'There are no document categories defined for BOL.');
1081: INSERT INTO OM_SETUP_VALID_ERRM(MESG_NAME, DESCRIPTION)

Line 1079: INSERT INTO OM_SETUP_VALID_ERRM(MESG_NAME, DESCRIPTION)

1075: INSERT INTO OM_SETUP_VALID_ERRM(MESG_NAME, DESCRIPTION)
1076: VALUES('ONT_SETVAL_FC_RELATIONS', 'No carrier / ship method relationships exist in any inventory organizations under the following Operating Unit.');
1077: INSERT INTO OM_SETUP_VALID_ERRM(MESG_NAME, DESCRIPTION)
1078: VALUES('ONT_SETVAL_SHIP_DOC_SEQ', 'There are no document sequences defined for Oracle Shipping.');
1079: INSERT INTO OM_SETUP_VALID_ERRM(MESG_NAME, DESCRIPTION)
1080: VALUES('ONT_SETVAL_SHIP_DOC_BOL', 'There are no document categories defined for BOL.');
1081: INSERT INTO OM_SETUP_VALID_ERRM(MESG_NAME, DESCRIPTION)
1082: VALUES('ONT_SETVAL_SHIP_DOC_PKSLP', 'There are no document sequence categories defined for Pack Slip.');
1083: INSERT INTO OM_SETUP_VALID_ERRM(MESG_NAME, DESCRIPTION)

Line 1081: INSERT INTO OM_SETUP_VALID_ERRM(MESG_NAME, DESCRIPTION)

1077: INSERT INTO OM_SETUP_VALID_ERRM(MESG_NAME, DESCRIPTION)
1078: VALUES('ONT_SETVAL_SHIP_DOC_SEQ', 'There are no document sequences defined for Oracle Shipping.');
1079: INSERT INTO OM_SETUP_VALID_ERRM(MESG_NAME, DESCRIPTION)
1080: VALUES('ONT_SETVAL_SHIP_DOC_BOL', 'There are no document categories defined for BOL.');
1081: INSERT INTO OM_SETUP_VALID_ERRM(MESG_NAME, DESCRIPTION)
1082: VALUES('ONT_SETVAL_SHIP_DOC_PKSLP', 'There are no document sequence categories defined for Pack Slip.');
1083: INSERT INTO OM_SETUP_VALID_ERRM(MESG_NAME, DESCRIPTION)
1084: VALUES('ONT_SETVAL_SHIP_DOC_SEQ_ASSGN', 'There is not a document sequence assignment in the set of book corresponding to each operating unit with OM parameters defined for both BOL and Pack Slip.');
1085: INSERT INTO OM_SETUP_VALID_ERRM(MESG_NAME, DESCRIPTION)

Line 1083: INSERT INTO OM_SETUP_VALID_ERRM(MESG_NAME, DESCRIPTION)

1079: INSERT INTO OM_SETUP_VALID_ERRM(MESG_NAME, DESCRIPTION)
1080: VALUES('ONT_SETVAL_SHIP_DOC_BOL', 'There are no document categories defined for BOL.');
1081: INSERT INTO OM_SETUP_VALID_ERRM(MESG_NAME, DESCRIPTION)
1082: VALUES('ONT_SETVAL_SHIP_DOC_PKSLP', 'There are no document sequence categories defined for Pack Slip.');
1083: INSERT INTO OM_SETUP_VALID_ERRM(MESG_NAME, DESCRIPTION)
1084: VALUES('ONT_SETVAL_SHIP_DOC_SEQ_ASSGN', 'There is not a document sequence assignment in the set of book corresponding to each operating unit with OM parameters defined for both BOL and Pack Slip.');
1085: INSERT INTO OM_SETUP_VALID_ERRM(MESG_NAME, DESCRIPTION)
1086: VALUES('ONT_SETVAL_NOTFOUND_ROLES', 'No shipping role are defined. ');
1087: INSERT INTO OM_SETUP_VALID_ERRM(MESG_NAME, DESCRIPTION)

Line 1085: INSERT INTO OM_SETUP_VALID_ERRM(MESG_NAME, DESCRIPTION)

1081: INSERT INTO OM_SETUP_VALID_ERRM(MESG_NAME, DESCRIPTION)
1082: VALUES('ONT_SETVAL_SHIP_DOC_PKSLP', 'There are no document sequence categories defined for Pack Slip.');
1083: INSERT INTO OM_SETUP_VALID_ERRM(MESG_NAME, DESCRIPTION)
1084: VALUES('ONT_SETVAL_SHIP_DOC_SEQ_ASSGN', 'There is not a document sequence assignment in the set of book corresponding to each operating unit with OM parameters defined for both BOL and Pack Slip.');
1085: INSERT INTO OM_SETUP_VALID_ERRM(MESG_NAME, DESCRIPTION)
1086: VALUES('ONT_SETVAL_NOTFOUND_ROLES', 'No shipping role are defined. ');
1087: INSERT INTO OM_SETUP_VALID_ERRM(MESG_NAME, DESCRIPTION)
1088: VALUES('ONT_SETVAL_NOTFOUND_ROLES_USER', 'No shipping role is assigned to this user. ');
1089: /*

Line 1087: INSERT INTO OM_SETUP_VALID_ERRM(MESG_NAME, DESCRIPTION)

1083: INSERT INTO OM_SETUP_VALID_ERRM(MESG_NAME, DESCRIPTION)
1084: VALUES('ONT_SETVAL_SHIP_DOC_SEQ_ASSGN', 'There is not a document sequence assignment in the set of book corresponding to each operating unit with OM parameters defined for both BOL and Pack Slip.');
1085: INSERT INTO OM_SETUP_VALID_ERRM(MESG_NAME, DESCRIPTION)
1086: VALUES('ONT_SETVAL_NOTFOUND_ROLES', 'No shipping role are defined. ');
1087: INSERT INTO OM_SETUP_VALID_ERRM(MESG_NAME, DESCRIPTION)
1088: VALUES('ONT_SETVAL_NOTFOUND_ROLES_USER', 'No shipping role is assigned to this user. ');
1089: /*
1090: INSERT INTO OM_SETUP_VALID_ERRM(MESG_NAME, DESCRIPTION)
1091: VALUES('ONT_SETVAL_NOTFOUND_ROLES_USERS', 'No shipping role is assigned to any existing user. ');

Line 1090: INSERT INTO OM_SETUP_VALID_ERRM(MESG_NAME, DESCRIPTION)

1086: VALUES('ONT_SETVAL_NOTFOUND_ROLES', 'No shipping role are defined. ');
1087: INSERT INTO OM_SETUP_VALID_ERRM(MESG_NAME, DESCRIPTION)
1088: VALUES('ONT_SETVAL_NOTFOUND_ROLES_USER', 'No shipping role is assigned to this user. ');
1089: /*
1090: INSERT INTO OM_SETUP_VALID_ERRM(MESG_NAME, DESCRIPTION)
1091: VALUES('ONT_SETVAL_NOTFOUND_ROLES_USERS', 'No shipping role is assigned to any existing user. ');
1092: */
1093: INSERT INTO OM_SETUP_VALID_ERRM(MESG_NAME, DESCRIPTION)
1094: VALUES('ONT_SETVAL_NOTFOUND_ROLE_USERS', 'No shipping role is assigned to any existing user. ');

Line 1093: INSERT INTO OM_SETUP_VALID_ERRM(MESG_NAME, DESCRIPTION)

1089: /*
1090: INSERT INTO OM_SETUP_VALID_ERRM(MESG_NAME, DESCRIPTION)
1091: VALUES('ONT_SETVAL_NOTFOUND_ROLES_USERS', 'No shipping role is assigned to any existing user. ');
1092: */
1093: INSERT INTO OM_SETUP_VALID_ERRM(MESG_NAME, DESCRIPTION)
1094: VALUES('ONT_SETVAL_NOTFOUND_ROLE_USERS', 'No shipping role is assigned to any existing user. ');
1095: INSERT INTO OM_SETUP_VALID_ERRM(MESG_NAME, DESCRIPTION)
1096: VALUES('ONT_SETVAL_INVALID_TRAN_TYPE_1', 'No transaction type is defined in the following operating units.');
1097: INSERT INTO OM_SETUP_VALID_ERRM(MESG_NAME, DESCRIPTION)

Line 1095: INSERT INTO OM_SETUP_VALID_ERRM(MESG_NAME, DESCRIPTION)

1091: VALUES('ONT_SETVAL_NOTFOUND_ROLES_USERS', 'No shipping role is assigned to any existing user. ');
1092: */
1093: INSERT INTO OM_SETUP_VALID_ERRM(MESG_NAME, DESCRIPTION)
1094: VALUES('ONT_SETVAL_NOTFOUND_ROLE_USERS', 'No shipping role is assigned to any existing user. ');
1095: INSERT INTO OM_SETUP_VALID_ERRM(MESG_NAME, DESCRIPTION)
1096: VALUES('ONT_SETVAL_INVALID_TRAN_TYPE_1', 'No transaction type is defined in the following operating units.');
1097: INSERT INTO OM_SETUP_VALID_ERRM(MESG_NAME, DESCRIPTION)
1098: VALUES('ONT_SETVAL_INVALID_TRAN_TYPE_2', 'No Order workflow assignment exists for any the following transaction types in the following operating units.');
1099: INSERT INTO OM_SETUP_VALID_ERRM(MESG_NAME, DESCRIPTION)

Line 1097: INSERT INTO OM_SETUP_VALID_ERRM(MESG_NAME, DESCRIPTION)

1093: INSERT INTO OM_SETUP_VALID_ERRM(MESG_NAME, DESCRIPTION)
1094: VALUES('ONT_SETVAL_NOTFOUND_ROLE_USERS', 'No shipping role is assigned to any existing user. ');
1095: INSERT INTO OM_SETUP_VALID_ERRM(MESG_NAME, DESCRIPTION)
1096: VALUES('ONT_SETVAL_INVALID_TRAN_TYPE_1', 'No transaction type is defined in the following operating units.');
1097: INSERT INTO OM_SETUP_VALID_ERRM(MESG_NAME, DESCRIPTION)
1098: VALUES('ONT_SETVAL_INVALID_TRAN_TYPE_2', 'No Order workflow assignment exists for any the following transaction types in the following operating units.');
1099: INSERT INTO OM_SETUP_VALID_ERRM(MESG_NAME, DESCRIPTION)
1100: VALUES('ONT_SETVAL_INVALID_TRAN_TYPE_3', 'No line workflow exists for any the following transaction types in the following operating units.');
1101: INSERT INTO OM_SETUP_VALID_ERRM(MESG_NAME, DESCRIPTION)

Line 1099: INSERT INTO OM_SETUP_VALID_ERRM(MESG_NAME, DESCRIPTION)

1095: INSERT INTO OM_SETUP_VALID_ERRM(MESG_NAME, DESCRIPTION)
1096: VALUES('ONT_SETVAL_INVALID_TRAN_TYPE_1', 'No transaction type is defined in the following operating units.');
1097: INSERT INTO OM_SETUP_VALID_ERRM(MESG_NAME, DESCRIPTION)
1098: VALUES('ONT_SETVAL_INVALID_TRAN_TYPE_2', 'No Order workflow assignment exists for any the following transaction types in the following operating units.');
1099: INSERT INTO OM_SETUP_VALID_ERRM(MESG_NAME, DESCRIPTION)
1100: VALUES('ONT_SETVAL_INVALID_TRAN_TYPE_3', 'No line workflow exists for any the following transaction types in the following operating units.');
1101: INSERT INTO OM_SETUP_VALID_ERRM(MESG_NAME, DESCRIPTION)
1102: VALUES('ONT_SETVAL_INVALID_TRAN_TYPE_4', 'No credit checking for booking or shipping either Ordering, Packing, Picking or Shipping for any the following transaction types exists in the following operating units.');
1103: INSERT INTO OM_SETUP_VALID_ERRM(MESG_NAME, DESCRIPTION)

Line 1101: INSERT INTO OM_SETUP_VALID_ERRM(MESG_NAME, DESCRIPTION)

1097: INSERT INTO OM_SETUP_VALID_ERRM(MESG_NAME, DESCRIPTION)
1098: VALUES('ONT_SETVAL_INVALID_TRAN_TYPE_2', 'No Order workflow assignment exists for any the following transaction types in the following operating units.');
1099: INSERT INTO OM_SETUP_VALID_ERRM(MESG_NAME, DESCRIPTION)
1100: VALUES('ONT_SETVAL_INVALID_TRAN_TYPE_3', 'No line workflow exists for any the following transaction types in the following operating units.');
1101: INSERT INTO OM_SETUP_VALID_ERRM(MESG_NAME, DESCRIPTION)
1102: VALUES('ONT_SETVAL_INVALID_TRAN_TYPE_4', 'No credit checking for booking or shipping either Ordering, Packing, Picking or Shipping for any the following transaction types exists in the following operating units.');
1103: INSERT INTO OM_SETUP_VALID_ERRM(MESG_NAME, DESCRIPTION)
1104: VALUES('ONT_SETVAL_INVALID_TRAN_TYPE_5', 'Schduling level is not set for the following transaction types in the following operating units.');
1105: INSERT INTO OM_SETUP_VALID_ERRM(MESG_NAME, DESCRIPTION)

Line 1103: INSERT INTO OM_SETUP_VALID_ERRM(MESG_NAME, DESCRIPTION)

1099: INSERT INTO OM_SETUP_VALID_ERRM(MESG_NAME, DESCRIPTION)
1100: VALUES('ONT_SETVAL_INVALID_TRAN_TYPE_3', 'No line workflow exists for any the following transaction types in the following operating units.');
1101: INSERT INTO OM_SETUP_VALID_ERRM(MESG_NAME, DESCRIPTION)
1102: VALUES('ONT_SETVAL_INVALID_TRAN_TYPE_4', 'No credit checking for booking or shipping either Ordering, Packing, Picking or Shipping for any the following transaction types exists in the following operating units.');
1103: INSERT INTO OM_SETUP_VALID_ERRM(MESG_NAME, DESCRIPTION)
1104: VALUES('ONT_SETVAL_INVALID_TRAN_TYPE_5', 'Schduling level is not set for the following transaction types in the following operating units.');
1105: INSERT INTO OM_SETUP_VALID_ERRM(MESG_NAME, DESCRIPTION)
1106: VALUES('ONT_SETVAL_INVALID_TRAN_TYPE_6', 'COGS account is not set for the following transaction types in the following operating units.');
1107: INSERT INTO OM_SETUP_VALID_ERRM(MESG_NAME, DESCRIPTION)

Line 1105: INSERT INTO OM_SETUP_VALID_ERRM(MESG_NAME, DESCRIPTION)

1101: INSERT INTO OM_SETUP_VALID_ERRM(MESG_NAME, DESCRIPTION)
1102: VALUES('ONT_SETVAL_INVALID_TRAN_TYPE_4', 'No credit checking for booking or shipping either Ordering, Packing, Picking or Shipping for any the following transaction types exists in the following operating units.');
1103: INSERT INTO OM_SETUP_VALID_ERRM(MESG_NAME, DESCRIPTION)
1104: VALUES('ONT_SETVAL_INVALID_TRAN_TYPE_5', 'Schduling level is not set for the following transaction types in the following operating units.');
1105: INSERT INTO OM_SETUP_VALID_ERRM(MESG_NAME, DESCRIPTION)
1106: VALUES('ONT_SETVAL_INVALID_TRAN_TYPE_6', 'COGS account is not set for the following transaction types in the following operating units.');
1107: INSERT INTO OM_SETUP_VALID_ERRM(MESG_NAME, DESCRIPTION)
1108: VALUES('ONT_SETVAL_INVALID_TRAN_TYPE_7', 'Invoice source and Non-Delivery invoice source are not set for the following transaction types in the following operating units.');
1109: INSERT INTO OM_SETUP_VALID_ERRM(MESG_NAME, DESCRIPTION)

Line 1107: INSERT INTO OM_SETUP_VALID_ERRM(MESG_NAME, DESCRIPTION)

1103: INSERT INTO OM_SETUP_VALID_ERRM(MESG_NAME, DESCRIPTION)
1104: VALUES('ONT_SETVAL_INVALID_TRAN_TYPE_5', 'Schduling level is not set for the following transaction types in the following operating units.');
1105: INSERT INTO OM_SETUP_VALID_ERRM(MESG_NAME, DESCRIPTION)
1106: VALUES('ONT_SETVAL_INVALID_TRAN_TYPE_6', 'COGS account is not set for the following transaction types in the following operating units.');
1107: INSERT INTO OM_SETUP_VALID_ERRM(MESG_NAME, DESCRIPTION)
1108: VALUES('ONT_SETVAL_INVALID_TRAN_TYPE_7', 'Invoice source and Non-Delivery invoice source are not set for the following transaction types in the following operating units.');
1109: INSERT INTO OM_SETUP_VALID_ERRM(MESG_NAME, DESCRIPTION)
1110: VALUES('ONT_SETVAL_INVALID_TRAN_TYPE_8', 'Receivables Transaction Type is not set in the following operating units.');
1111: INSERT INTO OM_SETUP_VALID_ERRM(MESG_NAME, DESCRIPTION)

Line 1109: INSERT INTO OM_SETUP_VALID_ERRM(MESG_NAME, DESCRIPTION)

1105: INSERT INTO OM_SETUP_VALID_ERRM(MESG_NAME, DESCRIPTION)
1106: VALUES('ONT_SETVAL_INVALID_TRAN_TYPE_6', 'COGS account is not set for the following transaction types in the following operating units.');
1107: INSERT INTO OM_SETUP_VALID_ERRM(MESG_NAME, DESCRIPTION)
1108: VALUES('ONT_SETVAL_INVALID_TRAN_TYPE_7', 'Invoice source and Non-Delivery invoice source are not set for the following transaction types in the following operating units.');
1109: INSERT INTO OM_SETUP_VALID_ERRM(MESG_NAME, DESCRIPTION)
1110: VALUES('ONT_SETVAL_INVALID_TRAN_TYPE_8', 'Receivables Transaction Type is not set in the following operating units.');
1111: INSERT INTO OM_SETUP_VALID_ERRM(MESG_NAME, DESCRIPTION)
1112: VALUES('ONT_SETVAL_INVALID_TRAN_TYPE_9', 'No default order line type exists for the following transaction types in the following operating units.');
1113: /*

Line 1111: INSERT INTO OM_SETUP_VALID_ERRM(MESG_NAME, DESCRIPTION)

1107: INSERT INTO OM_SETUP_VALID_ERRM(MESG_NAME, DESCRIPTION)
1108: VALUES('ONT_SETVAL_INVALID_TRAN_TYPE_7', 'Invoice source and Non-Delivery invoice source are not set for the following transaction types in the following operating units.');
1109: INSERT INTO OM_SETUP_VALID_ERRM(MESG_NAME, DESCRIPTION)
1110: VALUES('ONT_SETVAL_INVALID_TRAN_TYPE_8', 'Receivables Transaction Type is not set in the following operating units.');
1111: INSERT INTO OM_SETUP_VALID_ERRM(MESG_NAME, DESCRIPTION)
1112: VALUES('ONT_SETVAL_INVALID_TRAN_TYPE_9', 'No default order line type exists for the following transaction types in the following operating units.');
1113: /*
1114: INSERT INTO OM_SETUP_VALID_ERRM(MESG_NAME, DESCRIPTION)
1115: VALUES('ONT_SETVAL_INVALID_TRAN_TYPE_10', 'No default return line type exists for the following transaction types in the following operating units.');

Line 1114: INSERT INTO OM_SETUP_VALID_ERRM(MESG_NAME, DESCRIPTION)

1110: VALUES('ONT_SETVAL_INVALID_TRAN_TYPE_8', 'Receivables Transaction Type is not set in the following operating units.');
1111: INSERT INTO OM_SETUP_VALID_ERRM(MESG_NAME, DESCRIPTION)
1112: VALUES('ONT_SETVAL_INVALID_TRAN_TYPE_9', 'No default order line type exists for the following transaction types in the following operating units.');
1113: /*
1114: INSERT INTO OM_SETUP_VALID_ERRM(MESG_NAME, DESCRIPTION)
1115: VALUES('ONT_SETVAL_INVALID_TRAN_TYPE_10', 'No default return line type exists for the following transaction types in the following operating units.');
1116: */
1117: INSERT INTO OM_SETUP_VALID_ERRM(MESG_NAME, DESCRIPTION)
1118: VALUES('ONT_SETVAL_INVALID_TRAN_TYPE10', 'No default return line type exists for the following transaction types in the following operating units.');

Line 1117: INSERT INTO OM_SETUP_VALID_ERRM(MESG_NAME, DESCRIPTION)

1113: /*
1114: INSERT INTO OM_SETUP_VALID_ERRM(MESG_NAME, DESCRIPTION)
1115: VALUES('ONT_SETVAL_INVALID_TRAN_TYPE_10', 'No default return line type exists for the following transaction types in the following operating units.');
1116: */
1117: INSERT INTO OM_SETUP_VALID_ERRM(MESG_NAME, DESCRIPTION)
1118: VALUES('ONT_SETVAL_INVALID_TRAN_TYPE10', 'No default return line type exists for the following transaction types in the following operating units.');
1119: INSERT INTO OM_SETUP_VALID_ERRM(MESG_NAME, DESCRIPTION)
1120: VALUES('ONT_SETVAL_INVALID_INPUT', 'The selected responsibility cannot be validated for OM Setup as it cannot access the Sales Orders, Shipping Transactions and Price Lists forms.');
1121:

Line 1119: INSERT INTO OM_SETUP_VALID_ERRM(MESG_NAME, DESCRIPTION)

1115: VALUES('ONT_SETVAL_INVALID_TRAN_TYPE_10', 'No default return line type exists for the following transaction types in the following operating units.');
1116: */
1117: INSERT INTO OM_SETUP_VALID_ERRM(MESG_NAME, DESCRIPTION)
1118: VALUES('ONT_SETVAL_INVALID_TRAN_TYPE10', 'No default return line type exists for the following transaction types in the following operating units.');
1119: INSERT INTO OM_SETUP_VALID_ERRM(MESG_NAME, DESCRIPTION)
1120: VALUES('ONT_SETVAL_INVALID_INPUT', 'The selected responsibility cannot be validated for OM Setup as it cannot access the Sales Orders, Shipping Transactions and Price Lists forms.');
1121:
1122: EXCEPTION
1123: WHEN OTHERS THEN