DBA Data[Home] [Help]

APPS.OE_CONFIG_UTIL dependencies on FND_MESSAGE

Line 919: FND_MESSAGE.Set_Name('ONT', 'ONT_DELINK_NOT_ALLOWED');

915: l_line_rec.shipment_number||'.'||
916: l_line_rec.option_number||'.'||
917: l_line_rec.component_number||'.'||
918: l_line_rec.service_number,'.');
919: FND_MESSAGE.Set_Name('ONT', 'ONT_DELINK_NOT_ALLOWED');
920: FND_MESSAGE.Set_Token('LINE_NUM', l_line_num);
921: FND_MESSAGE.Set_Token('MODEL', l_line_rec.ordered_item);
922: OE_MSG_PUB.Add;
923: RETURN;

Line 920: FND_MESSAGE.Set_Token('LINE_NUM', l_line_num);

916: l_line_rec.option_number||'.'||
917: l_line_rec.component_number||'.'||
918: l_line_rec.service_number,'.');
919: FND_MESSAGE.Set_Name('ONT', 'ONT_DELINK_NOT_ALLOWED');
920: FND_MESSAGE.Set_Token('LINE_NUM', l_line_num);
921: FND_MESSAGE.Set_Token('MODEL', l_line_rec.ordered_item);
922: OE_MSG_PUB.Add;
923: RETURN;
924: END IF;

Line 921: FND_MESSAGE.Set_Token('MODEL', l_line_rec.ordered_item);

917: l_line_rec.component_number||'.'||
918: l_line_rec.service_number,'.');
919: FND_MESSAGE.Set_Name('ONT', 'ONT_DELINK_NOT_ALLOWED');
920: FND_MESSAGE.Set_Token('LINE_NUM', l_line_num);
921: FND_MESSAGE.Set_Token('MODEL', l_line_rec.ordered_item);
922: OE_MSG_PUB.Add;
923: RETURN;
924: END IF;
925:

Line 1471: FND_MESSAGE.Set_Name('ONT', 'OE_CONFIG_UPGARDE_ERROR');

1467: x_complete_config => l_complete_config,
1468: x_return_status => l_return_status);
1469:
1470: IF l_return_status = FND_API.G_RET_STS_UNEXP_ERROR THEN
1471: FND_MESSAGE.Set_Name('ONT', 'OE_CONFIG_UPGARDE_ERROR');
1472: OE_Msg_Pub.Add;
1473: RAISE FND_API.G_EXC_UNEXPECTED_ERROR;
1474: ELSIF l_return_status = FND_API.G_RET_STS_ERROR THEN
1475: FND_MESSAGE.Set_Name('ONT', 'OE_CONFIG_UPGARDE_ERROR');

Line 1475: FND_MESSAGE.Set_Name('ONT', 'OE_CONFIG_UPGARDE_ERROR');

1471: FND_MESSAGE.Set_Name('ONT', 'OE_CONFIG_UPGARDE_ERROR');
1472: OE_Msg_Pub.Add;
1473: RAISE FND_API.G_EXC_UNEXPECTED_ERROR;
1474: ELSIF l_return_status = FND_API.G_RET_STS_ERROR THEN
1475: FND_MESSAGE.Set_Name('ONT', 'OE_CONFIG_UPGARDE_ERROR');
1476: OE_Msg_Pub.Add;
1477: RAISE FND_API.G_EXC_ERROR;
1478: END IF;
1479:

Line 1848: FND_MESSAGE.SET_NAME('ONT','ONT_TSO_NOT_IN_OPTIONS_WINDOW');

1844: OE_DEBUG_PUB.Add('Line is top container, hence not allowed',3);
1845: END IF;
1846:
1847: x_return_status := FND_API.G_RET_STS_ERROR;
1848: FND_MESSAGE.SET_NAME('ONT','ONT_TSO_NOT_IN_OPTIONS_WINDOW');
1849: OE_MSG_PUB.Add;
1850: RETURN;
1851: END IF;
1852:

Line 2267: FND_MESSAGE.SET_NAME('ONT','ONT_CONFIG_INSERT_DELETE');

2263: IF p_x_options_tbl(I).operation <> OE_GLOBALS.G_OPR_INSERT
2264: THEN
2265: p_x_options_tbl(I).operation := OE_GLOBALS.G_OPR_DELETE;
2266: ELSE
2267: FND_MESSAGE.SET_NAME('ONT','ONT_CONFIG_INSERT_DELETE');
2268: FND_MESSAGE.Set_Token('CLASS',p_parent_item);
2269: FND_MESSAGE.Set_Token('ITEM',p_x_options_tbl(I).ordered_item);
2270: Oe_Msg_Pub.Add;
2271: IF l_debug_level > 0 THEN

Line 2268: FND_MESSAGE.Set_Token('CLASS',p_parent_item);

2264: THEN
2265: p_x_options_tbl(I).operation := OE_GLOBALS.G_OPR_DELETE;
2266: ELSE
2267: FND_MESSAGE.SET_NAME('ONT','ONT_CONFIG_INSERT_DELETE');
2268: FND_MESSAGE.Set_Token('CLASS',p_parent_item);
2269: FND_MESSAGE.Set_Token('ITEM',p_x_options_tbl(I).ordered_item);
2270: Oe_Msg_Pub.Add;
2271: IF l_debug_level > 0 THEN
2272: oe_debug_pub.add('OPERATION IS INSERT IN PROCEDURE DELETE_CHILDREN');

Line 2269: FND_MESSAGE.Set_Token('ITEM',p_x_options_tbl(I).ordered_item);

2265: p_x_options_tbl(I).operation := OE_GLOBALS.G_OPR_DELETE;
2266: ELSE
2267: FND_MESSAGE.SET_NAME('ONT','ONT_CONFIG_INSERT_DELETE');
2268: FND_MESSAGE.Set_Token('CLASS',p_parent_item);
2269: FND_MESSAGE.Set_Token('ITEM',p_x_options_tbl(I).ordered_item);
2270: Oe_Msg_Pub.Add;
2271: IF l_debug_level > 0 THEN
2272: oe_debug_pub.add('OPERATION IS INSERT IN PROCEDURE DELETE_CHILDREN');
2273: oe_debug_pub.add('parent class : ' || p_parent_item);

Line 2784: FND_MESSAGE.Set_Name('ONT', 'OE_CONFIG_USE_OPTIONS_WINDOW');

2780: RETURN;
2781: END IF;
2782:
2783: IF l_configurator_was_used <> 0 AND l_use_configurator THEN
2784: FND_MESSAGE.Set_Name('ONT', 'OE_CONFIG_USE_OPTIONS_WINDOW');
2785: OE_Msg_Pub.Add;
2786: x_return_status:= FND_API.G_RET_STS_ERROR;
2787: END IF;
2788:

Line 2790: FND_MESSAGE.Set_Name('ONT', 'OE_CONFIG_USE_CONFIGURATOR');

2786: x_return_status:= FND_API.G_RET_STS_ERROR;
2787: END IF;
2788:
2789: IF l_configurator_was_used <> 1 AND NOT (l_use_configurator) THEN
2790: FND_MESSAGE.Set_Name('ONT', 'OE_CONFIG_USE_CONFIGURATOR');
2791: OE_Msg_Pub.Add;
2792: x_return_status:= FND_API.G_RET_STS_ERROR;
2793: END IF;
2794:

Line 3197: FND_MESSAGE.Set_Name('ONT', 'OE_CONFIG_VALIDATION_FAILURE');

3193: --get_transaction_id
3194: --(p_caller => 'send_xml exc error, before call to SPC validate');
3195:
3196: x_return_status := FND_API.G_RET_STS_ERROR;
3197: FND_MESSAGE.Set_Name('ONT', 'OE_CONFIG_VALIDATION_FAILURE');
3198: OE_Msg_Pub.Add;
3199:
3200: WHEN FND_API.G_EXC_UNEXPECTED_ERROR THEN
3201: --get_transaction_id

Line 3973: -- FND_MESSAGE.Set_Name('BOM', x_msg_data);

3969: || SUBSTR ( X_MSG_DATA , 1 , 250 ) , 2 );
3970: END IF;
3971:
3972: -- girish from bom team told err_msg is msg name, track bug 1623728
3973: -- FND_MESSAGE.Set_Name('BOM', x_msg_data);
3974: -- oe_msg_pub.add;
3975: -- After BOM ER 2700606, BOM is sending a complete message
3976: oe_msg_pub.add_text(p_message_text => x_msg_data);
3977:

Line 5940: FND_MESSAGE.Set_Name('ONT', 'OE_CONFIG_ITEM_NOT_IN_BILL');

5936: END IF;
5937:
5938: x_return_status := FND_API.G_RET_STS_ERROR;
5939:
5940: FND_MESSAGE.Set_Name('ONT', 'OE_CONFIG_ITEM_NOT_IN_BILL');
5941: FND_MESSAGE.Set_Token('COMPONENT', nvl(line_rec.ordered_item,line_rec.inventory_item_id));
5942: FND_MESSAGE.Set_Token('MODEL', nvl(l_model_ordered_item,l_top_item_id));
5943: oe_msg_pub.add;
5944: RETURN;

Line 5941: FND_MESSAGE.Set_Token('COMPONENT', nvl(line_rec.ordered_item,line_rec.inventory_item_id));

5937:
5938: x_return_status := FND_API.G_RET_STS_ERROR;
5939:
5940: FND_MESSAGE.Set_Name('ONT', 'OE_CONFIG_ITEM_NOT_IN_BILL');
5941: FND_MESSAGE.Set_Token('COMPONENT', nvl(line_rec.ordered_item,line_rec.inventory_item_id));
5942: FND_MESSAGE.Set_Token('MODEL', nvl(l_model_ordered_item,l_top_item_id));
5943: oe_msg_pub.add;
5944: RETURN;
5945:

Line 5942: FND_MESSAGE.Set_Token('MODEL', nvl(l_model_ordered_item,l_top_item_id));

5938: x_return_status := FND_API.G_RET_STS_ERROR;
5939:
5940: FND_MESSAGE.Set_Name('ONT', 'OE_CONFIG_ITEM_NOT_IN_BILL');
5941: FND_MESSAGE.Set_Token('COMPONENT', nvl(line_rec.ordered_item,line_rec.inventory_item_id));
5942: FND_MESSAGE.Set_Token('MODEL', nvl(l_model_ordered_item,l_top_item_id));
5943: oe_msg_pub.add;
5944: RETURN;
5945:
5946: WHEN TOO_MANY_ROWS THEN

Line 5954: FND_MESSAGE.Set_Name('ONT', 'OE_CONFIG_AMBIGUITY');

5950: END IF;
5951:
5952: x_return_status := FND_API.G_RET_STS_ERROR;
5953:
5954: FND_MESSAGE.Set_Name('ONT', 'OE_CONFIG_AMBIGUITY');
5955: FND_MESSAGE.Set_Token('COMPONENT', nvl(line_rec.ordered_item,line_rec.inventory_item_id));
5956: FND_MESSAGE.Set_Token('MODEL', nvl(l_model_ordered_item,l_top_item_id));
5957: oe_msg_pub.add;
5958: RETURN;

Line 5955: FND_MESSAGE.Set_Token('COMPONENT', nvl(line_rec.ordered_item,line_rec.inventory_item_id));

5951:
5952: x_return_status := FND_API.G_RET_STS_ERROR;
5953:
5954: FND_MESSAGE.Set_Name('ONT', 'OE_CONFIG_AMBIGUITY');
5955: FND_MESSAGE.Set_Token('COMPONENT', nvl(line_rec.ordered_item,line_rec.inventory_item_id));
5956: FND_MESSAGE.Set_Token('MODEL', nvl(l_model_ordered_item,l_top_item_id));
5957: oe_msg_pub.add;
5958: RETURN;
5959:

Line 5956: FND_MESSAGE.Set_Token('MODEL', nvl(l_model_ordered_item,l_top_item_id));

5952: x_return_status := FND_API.G_RET_STS_ERROR;
5953:
5954: FND_MESSAGE.Set_Name('ONT', 'OE_CONFIG_AMBIGUITY');
5955: FND_MESSAGE.Set_Token('COMPONENT', nvl(line_rec.ordered_item,line_rec.inventory_item_id));
5956: FND_MESSAGE.Set_Token('MODEL', nvl(l_model_ordered_item,l_top_item_id));
5957: oe_msg_pub.add;
5958: RETURN;
5959:
5960: WHEN OTHERS THEN

Line 6083: FND_MESSAGE.Set_Name('BOM', l_message_name);

6079: x_error_msg => l_error_message,
6080: x_error_msg_name => l_message_name);
6081:
6082: IF l_message_name IS NOT NULL THEN
6083: FND_MESSAGE.Set_Name('BOM', l_message_name);
6084: OE_Msg_Pub.Add;
6085: END IF;
6086: END IF;
6087: ELSE -- if config_id null

Line 6088: FND_MESSAGE.Set_Name('BOM', l_message_name);

6084: OE_Msg_Pub.Add;
6085: END IF;
6086: END IF;
6087: ELSE -- if config_id null
6088: FND_MESSAGE.Set_Name('BOM', l_message_name);
6089: OE_Msg_Pub.Add; -- config_id is null
6090: END IF;
6091:
6092: ELSE -- if cto return true for match

Line 6093: FND_MESSAGE.Set_Name('BOM', l_message_name);

6089: OE_Msg_Pub.Add; -- config_id is null
6090: END IF;
6091:
6092: ELSE -- if cto return true for match
6093: FND_MESSAGE.Set_Name('BOM', l_message_name);
6094: OE_Msg_Pub.Add;
6095: END IF; -- if match found
6096:
6097: x_return_status := l_return_status;

Line 6240: FND_MESSAGE.Set_Name('ONT', 'ONT_DELINK_NOT_ALLOWED');

6236: END IF;
6237:
6238: --IF (INSTR(nvl(l_po_status,'z'), 'APPROVED') <> 0 ) THEN
6239: IF(nvl(l_autorization_status,'z')= 'APPROVED') THEN
6240: FND_MESSAGE.Set_Name('ONT', 'ONT_DELINK_NOT_ALLOWED');
6241: FND_MESSAGE.Set_Token('LINE_NUM', l_line_num);
6242: FND_MESSAGE.Set_Token('MODEL', l_ordered_item);
6243: OE_MSG_PUB.Add;
6244: RETURN;

Line 6241: FND_MESSAGE.Set_Token('LINE_NUM', l_line_num);

6237:
6238: --IF (INSTR(nvl(l_po_status,'z'), 'APPROVED') <> 0 ) THEN
6239: IF(nvl(l_autorization_status,'z')= 'APPROVED') THEN
6240: FND_MESSAGE.Set_Name('ONT', 'ONT_DELINK_NOT_ALLOWED');
6241: FND_MESSAGE.Set_Token('LINE_NUM', l_line_num);
6242: FND_MESSAGE.Set_Token('MODEL', l_ordered_item);
6243: OE_MSG_PUB.Add;
6244: RETURN;
6245: END IF;

Line 6242: FND_MESSAGE.Set_Token('MODEL', l_ordered_item);

6238: --IF (INSTR(nvl(l_po_status,'z'), 'APPROVED') <> 0 ) THEN
6239: IF(nvl(l_autorization_status,'z')= 'APPROVED') THEN
6240: FND_MESSAGE.Set_Name('ONT', 'ONT_DELINK_NOT_ALLOWED');
6241: FND_MESSAGE.Set_Token('LINE_NUM', l_line_num);
6242: FND_MESSAGE.Set_Token('MODEL', l_ordered_item);
6243: OE_MSG_PUB.Add;
6244: RETURN;
6245: END IF;
6246:

Line 6276: FND_MESSAGE.Set_Name('BOM', l_message_name);

6272: IF l_debug_level > 0 THEN
6273: oe_debug_pub.add('CTO RESULT NOT 1' , 2 );
6274: END IF;
6275: IF l_message_name IS NOT NULL THEN
6276: FND_MESSAGE.Set_Name('BOM', l_message_name);
6277: oe_msg_pub.add;
6278: ELSE
6279: IF l_debug_level > 0 THEN
6280: oe_debug_pub.add('CTO MESSAGE NAME NULL' , 2 );

Line 6288: FND_MESSAGE.Set_Name('ONT', 'OE_CONFIG_INVALID_ACTION');

6284: ELSE
6285: IF l_debug_level > 0 THEN
6286: oe_debug_pub.add('DELINK_CONFIG_ITEM ALLOWED ONLY FROM ATO MODEL',1);
6287: END IF;
6288: FND_MESSAGE.Set_Name('ONT', 'OE_CONFIG_INVALID_ACTION');
6289: FND_MESSAGE.Set_Token('ACTION', 'Delink Config');
6290: oe_msg_pub.add;
6291: END IF;
6292:

Line 6289: FND_MESSAGE.Set_Token('ACTION', 'Delink Config');

6285: IF l_debug_level > 0 THEN
6286: oe_debug_pub.add('DELINK_CONFIG_ITEM ALLOWED ONLY FROM ATO MODEL',1);
6287: END IF;
6288: FND_MESSAGE.Set_Name('ONT', 'OE_CONFIG_INVALID_ACTION');
6289: FND_MESSAGE.Set_Token('ACTION', 'Delink Config');
6290: oe_msg_pub.add;
6291: END IF;
6292:
6293: IF l_debug_level > 0 THEN

Line 6301: FND_MESSAGE.Set_Name('ONT', 'OE_CONFIG_NO_ITEM_TO_DELINK');

6297: x_return_status := l_return_status;
6298:
6299: EXCEPTION
6300: WHEN NO_DATA_FOUND THEN
6301: FND_MESSAGE.Set_Name('ONT', 'OE_CONFIG_NO_ITEM_TO_DELINK');
6302: FND_MESSAGE.Set_Token('MODEL', nvl(l_ordered_item,l_inv_item_id));
6303: oe_msg_pub.add;
6304: x_return_status := FND_API.G_RET_STS_ERROR;
6305:

Line 6302: FND_MESSAGE.Set_Token('MODEL', nvl(l_ordered_item,l_inv_item_id));

6298:
6299: EXCEPTION
6300: WHEN NO_DATA_FOUND THEN
6301: FND_MESSAGE.Set_Name('ONT', 'OE_CONFIG_NO_ITEM_TO_DELINK');
6302: FND_MESSAGE.Set_Token('MODEL', nvl(l_ordered_item,l_inv_item_id));
6303: oe_msg_pub.add;
6304: x_return_status := FND_API.G_RET_STS_ERROR;
6305:
6306: WHEN OTHERS THEN

Line 6460: FND_MESSAGE.Set_Name('BOM', l_message_name);

6456: x_error_message => l_error_message,
6457: x_message_name => l_message_name );
6458:
6459: IF NOT (l_result) THEN
6460: FND_MESSAGE.Set_Name('BOM', l_message_name);
6461: oe_msg_pub.add();
6462: END IF;
6463:
6464: ELSE

Line 6468: FND_MESSAGE.Set_Name('ONT', 'OE_CONFIG_INVALID_ACTION');

6464: ELSE
6465: IF l_debug_level > 0 THEN
6466: oe_debug_pub.add('LINK_CONFIG_ITEM ALLOWED ONLY FROM ATO MODEL', 2 );
6467: END IF;
6468: FND_MESSAGE.Set_Name('ONT', 'OE_CONFIG_INVALID_ACTION');
6469: FND_MESSAGE.Set_Token('ACTION', 'Link Config');
6470: oe_msg_pub.add;
6471: END IF;
6472:

Line 6469: FND_MESSAGE.Set_Token('ACTION', 'Link Config');

6465: IF l_debug_level > 0 THEN
6466: oe_debug_pub.add('LINK_CONFIG_ITEM ALLOWED ONLY FROM ATO MODEL', 2 );
6467: END IF;
6468: FND_MESSAGE.Set_Name('ONT', 'OE_CONFIG_INVALID_ACTION');
6469: FND_MESSAGE.Set_Token('ACTION', 'Link Config');
6470: oe_msg_pub.add;
6471: END IF;
6472:
6473: IF l_debug_level > 0 THEN

Line 6486: FND_MESSAGE.Set_Name('BOM', 'CTO_INVALID_LINK_ERROR');

6482: oe_debug_pub.add('EXCEPTION IN LINK_CONFIG' , 1);
6483: END IF;
6484:
6485: IF l_valid = 0 THEN
6486: FND_MESSAGE.Set_Name('BOM', 'CTO_INVALID_LINK_ERROR');
6487: OE_Msg_Pub.add;
6488: END IF;
6489:
6490: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR;

Line 6975: FND_MESSAGE.Set_Name('ONT', 'OE_CONFIG_DECIMAL_RATIO');

6971: IF l_debug_level > 0 THEN
6972: oe_debug_pub.add('ENTERING DECIMAL_RATIO_CHECK '|| P_COMPONENT_CODE , 1);
6973: END IF;
6974:
6975: FND_MESSAGE.Set_Name('ONT', 'OE_CONFIG_DECIMAL_RATIO');
6976:
6977: SELECT ordered_item, item_type_code,inventory_item_id
6978: INTO l_ordered_item, l_item_type_code,l_inv_item_id
6979: FROM oe_order_lines

Line 6984: FND_MESSAGE.Set_TOKEN('ITEM', nvl(l_ordered_item,l_inv_item_id));

6980: WHERE top_model_line_id = p_top_model_line_id
6981: AND component_code = p_component_code
6982: AND rownum = 1;
6983:
6984: FND_MESSAGE.Set_TOKEN('ITEM', nvl(l_ordered_item,l_inv_item_id));
6985: FND_MESSAGE.Set_TOKEN('TYPECODE', l_item_type_code);
6986: FND_MESSAGE.Set_TOKEN('VALUE',to_char(p_ratio));
6987:
6988: SELECT ordered_item, item_type_code,inventory_item_id

Line 6985: FND_MESSAGE.Set_TOKEN('TYPECODE', l_item_type_code);

6981: AND component_code = p_component_code
6982: AND rownum = 1;
6983:
6984: FND_MESSAGE.Set_TOKEN('ITEM', nvl(l_ordered_item,l_inv_item_id));
6985: FND_MESSAGE.Set_TOKEN('TYPECODE', l_item_type_code);
6986: FND_MESSAGE.Set_TOKEN('VALUE',to_char(p_ratio));
6987:
6988: SELECT ordered_item, item_type_code,inventory_item_id
6989: INTO l_ordered_item, l_item_type_code,l_inv_item_id

Line 6986: FND_MESSAGE.Set_TOKEN('VALUE',to_char(p_ratio));

6982: AND rownum = 1;
6983:
6984: FND_MESSAGE.Set_TOKEN('ITEM', nvl(l_ordered_item,l_inv_item_id));
6985: FND_MESSAGE.Set_TOKEN('TYPECODE', l_item_type_code);
6986: FND_MESSAGE.Set_TOKEN('VALUE',to_char(p_ratio));
6987:
6988: SELECT ordered_item, item_type_code,inventory_item_id
6989: INTO l_ordered_item, l_item_type_code,l_inv_item_id
6990: FROM oe_order_lines

Line 6993: FND_MESSAGE.Set_TOKEN('MODEL', nvl(l_ordered_item,l_inv_item_id));

6989: INTO l_ordered_item, l_item_type_code,l_inv_item_id
6990: FROM oe_order_lines
6991: WHERE line_id = p_top_model_line_id;
6992:
6993: FND_MESSAGE.Set_TOKEN('MODEL', nvl(l_ordered_item,l_inv_item_id));
6994: FND_MESSAGE.Set_TOKEN('PTYPECODE', l_item_type_code);
6995:
6996: OE_Msg_Pub.Add;
6997:

Line 6994: FND_MESSAGE.Set_TOKEN('PTYPECODE', l_item_type_code);

6990: FROM oe_order_lines
6991: WHERE line_id = p_top_model_line_id;
6992:
6993: FND_MESSAGE.Set_TOKEN('MODEL', nvl(l_ordered_item,l_inv_item_id));
6994: FND_MESSAGE.Set_TOKEN('PTYPECODE', l_item_type_code);
6995:
6996: OE_Msg_Pub.Add;
6997:
6998: IF l_debug_level > 0 THEN

Line 7119: FND_Message.Set_Name('ONT', 'OE_CONFIG_WRONG_MODEL_LINK');

7115:
7116: IF l_debug_level > 0 THEN
7117: oe_debug_pub.add('CORRUPT DATA' , 3 );
7118: END IF;
7119: FND_Message.Set_Name('ONT', 'OE_CONFIG_WRONG_MODEL_LINK');
7120: FND_MESSAGE.Set_TOKEN('ITEM', nvl(p_x_child_line_rec.ordered_item
7121: ,p_x_child_line_rec.inventory_item_id));
7122: OE_Msg_Pub.add();
7123: x_return_status := FND_API.G_RET_STS_ERROR;

Line 7120: FND_MESSAGE.Set_TOKEN('ITEM', nvl(p_x_child_line_rec.ordered_item

7116: IF l_debug_level > 0 THEN
7117: oe_debug_pub.add('CORRUPT DATA' , 3 );
7118: END IF;
7119: FND_Message.Set_Name('ONT', 'OE_CONFIG_WRONG_MODEL_LINK');
7120: FND_MESSAGE.Set_TOKEN('ITEM', nvl(p_x_child_line_rec.ordered_item
7121: ,p_x_child_line_rec.inventory_item_id));
7122: OE_Msg_Pub.add();
7123: x_return_status := FND_API.G_RET_STS_ERROR;
7124: RAISE FND_API.G_EXC_ERROR;

Line 8359: FND_MESSAGE.Set_Name('ONT', 'OE_CONFIG_VALIDATION_FAILURE');

8355: END LOOP;
8356:
8357: IF nvl(p_valid_config, 'FALSE') = 'FALSE' THEN
8358:
8359: FND_MESSAGE.Set_Name('ONT', 'OE_CONFIG_VALIDATION_FAILURE');
8360: OE_Msg_Pub.Add;
8361: END IF;
8362:
8363: IF nvl(p_complete_config, 'FALSE') = 'FALSE' THEN

Line 8377: FND_MESSAGE.Set_Name('ONT', 'OE_CONFIG_INCOMPLETE_MODEL');

8373: WHEN OTHERS THEN
8374: null;
8375: END;
8376:
8377: FND_MESSAGE.Set_Name('ONT', 'OE_CONFIG_INCOMPLETE_MODEL');
8378: FND_MESSAGE.SET_TOKEN('MODEL',l_message_text);
8379: OE_Msg_Pub.Add;
8380:
8381: END IF;

Line 8378: FND_MESSAGE.SET_TOKEN('MODEL',l_message_text);

8374: null;
8375: END;
8376:
8377: FND_MESSAGE.Set_Name('ONT', 'OE_CONFIG_INCOMPLETE_MODEL');
8378: FND_MESSAGE.SET_TOKEN('MODEL',l_message_text);
8379: OE_Msg_Pub.Add;
8380:
8381: END IF;
8382: