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 1850: FND_MESSAGE.SET_NAME('ONT','ONT_TSO_NOT_IN_OPTIONS_WINDOW');

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

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

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

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

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

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

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

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

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

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

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

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

3199: --get_transaction_id
3200: --(p_caller => 'send_xml exc error, before call to SPC validate');
3201:
3202: x_return_status := FND_API.G_RET_STS_ERROR;
3203: FND_MESSAGE.Set_Name('ONT', 'OE_CONFIG_VALIDATION_FAILURE');
3204: OE_Msg_Pub.Add;
3205:
3206: WHEN FND_API.G_EXC_UNEXPECTED_ERROR THEN
3207: --get_transaction_id

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

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

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

5943: END IF;
5944:
5945: x_return_status := FND_API.G_RET_STS_ERROR;
5946:
5947: FND_MESSAGE.Set_Name('ONT', 'OE_CONFIG_ITEM_NOT_IN_BILL');
5948: FND_MESSAGE.Set_Token('COMPONENT', nvl(line_rec.ordered_item,line_rec.inventory_item_id));
5949: FND_MESSAGE.Set_Token('MODEL', nvl(l_model_ordered_item,l_top_item_id));
5950: oe_msg_pub.add;
5951: RETURN;

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

5944:
5945: x_return_status := FND_API.G_RET_STS_ERROR;
5946:
5947: FND_MESSAGE.Set_Name('ONT', 'OE_CONFIG_ITEM_NOT_IN_BILL');
5948: FND_MESSAGE.Set_Token('COMPONENT', nvl(line_rec.ordered_item,line_rec.inventory_item_id));
5949: FND_MESSAGE.Set_Token('MODEL', nvl(l_model_ordered_item,l_top_item_id));
5950: oe_msg_pub.add;
5951: RETURN;
5952:

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

5945: x_return_status := FND_API.G_RET_STS_ERROR;
5946:
5947: FND_MESSAGE.Set_Name('ONT', 'OE_CONFIG_ITEM_NOT_IN_BILL');
5948: FND_MESSAGE.Set_Token('COMPONENT', nvl(line_rec.ordered_item,line_rec.inventory_item_id));
5949: FND_MESSAGE.Set_Token('MODEL', nvl(l_model_ordered_item,l_top_item_id));
5950: oe_msg_pub.add;
5951: RETURN;
5952:
5953: WHEN TOO_MANY_ROWS THEN

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

5957: END IF;
5958:
5959: x_return_status := FND_API.G_RET_STS_ERROR;
5960:
5961: FND_MESSAGE.Set_Name('ONT', 'OE_CONFIG_AMBIGUITY');
5962: FND_MESSAGE.Set_Token('COMPONENT', nvl(line_rec.ordered_item,line_rec.inventory_item_id));
5963: FND_MESSAGE.Set_Token('MODEL', nvl(l_model_ordered_item,l_top_item_id));
5964: oe_msg_pub.add;
5965: RETURN;

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

5958:
5959: x_return_status := FND_API.G_RET_STS_ERROR;
5960:
5961: FND_MESSAGE.Set_Name('ONT', 'OE_CONFIG_AMBIGUITY');
5962: FND_MESSAGE.Set_Token('COMPONENT', nvl(line_rec.ordered_item,line_rec.inventory_item_id));
5963: FND_MESSAGE.Set_Token('MODEL', nvl(l_model_ordered_item,l_top_item_id));
5964: oe_msg_pub.add;
5965: RETURN;
5966:

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

5959: x_return_status := FND_API.G_RET_STS_ERROR;
5960:
5961: FND_MESSAGE.Set_Name('ONT', 'OE_CONFIG_AMBIGUITY');
5962: FND_MESSAGE.Set_Token('COMPONENT', nvl(line_rec.ordered_item,line_rec.inventory_item_id));
5963: FND_MESSAGE.Set_Token('MODEL', nvl(l_model_ordered_item,l_top_item_id));
5964: oe_msg_pub.add;
5965: RETURN;
5966:
5967: WHEN OTHERS THEN

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

6086: x_error_msg => l_error_message,
6087: x_error_msg_name => l_message_name);
6088:
6089: IF l_message_name IS NOT NULL THEN
6090: FND_MESSAGE.Set_Name('BOM', l_message_name);
6091: OE_Msg_Pub.Add;
6092: END IF;
6093: END IF;
6094: ELSE -- if config_id null

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

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

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

6096: OE_Msg_Pub.Add; -- config_id is null
6097: END IF;
6098:
6099: ELSE -- if cto return true for match
6100: FND_MESSAGE.Set_Name('BOM', l_message_name);
6101: OE_Msg_Pub.Add;
6102: END IF; -- if match found
6103:
6104: x_return_status := l_return_status;

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

6243: END IF;
6244:
6245: --IF (INSTR(nvl(l_po_status,'z'), 'APPROVED') <> 0 ) THEN
6246: IF(nvl(l_autorization_status,'z')= 'APPROVED') THEN
6247: FND_MESSAGE.Set_Name('ONT', 'ONT_DELINK_NOT_ALLOWED');
6248: FND_MESSAGE.Set_Token('LINE_NUM', l_line_num);
6249: FND_MESSAGE.Set_Token('MODEL', l_ordered_item);
6250: OE_MSG_PUB.Add;
6251: RETURN;

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

6244:
6245: --IF (INSTR(nvl(l_po_status,'z'), 'APPROVED') <> 0 ) THEN
6246: IF(nvl(l_autorization_status,'z')= 'APPROVED') THEN
6247: FND_MESSAGE.Set_Name('ONT', 'ONT_DELINK_NOT_ALLOWED');
6248: FND_MESSAGE.Set_Token('LINE_NUM', l_line_num);
6249: FND_MESSAGE.Set_Token('MODEL', l_ordered_item);
6250: OE_MSG_PUB.Add;
6251: RETURN;
6252: END IF;

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

6245: --IF (INSTR(nvl(l_po_status,'z'), 'APPROVED') <> 0 ) THEN
6246: IF(nvl(l_autorization_status,'z')= 'APPROVED') THEN
6247: FND_MESSAGE.Set_Name('ONT', 'ONT_DELINK_NOT_ALLOWED');
6248: FND_MESSAGE.Set_Token('LINE_NUM', l_line_num);
6249: FND_MESSAGE.Set_Token('MODEL', l_ordered_item);
6250: OE_MSG_PUB.Add;
6251: RETURN;
6252: END IF;
6253:

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

6279: IF l_debug_level > 0 THEN
6280: oe_debug_pub.add('CTO RESULT NOT 1' , 2 );
6281: END IF;
6282: IF l_message_name IS NOT NULL THEN
6283: FND_MESSAGE.Set_Name('BOM', l_message_name);
6284: oe_msg_pub.add;
6285: ELSE
6286: IF l_debug_level > 0 THEN
6287: oe_debug_pub.add('CTO MESSAGE NAME NULL' , 2 );

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

6291: ELSE
6292: IF l_debug_level > 0 THEN
6293: oe_debug_pub.add('DELINK_CONFIG_ITEM ALLOWED ONLY FROM ATO MODEL',1);
6294: END IF;
6295: FND_MESSAGE.Set_Name('ONT', 'OE_CONFIG_INVALID_ACTION');
6296: FND_MESSAGE.Set_Token('ACTION', 'Delink Config');
6297: oe_msg_pub.add;
6298: END IF;
6299:

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

6292: IF l_debug_level > 0 THEN
6293: oe_debug_pub.add('DELINK_CONFIG_ITEM ALLOWED ONLY FROM ATO MODEL',1);
6294: END IF;
6295: FND_MESSAGE.Set_Name('ONT', 'OE_CONFIG_INVALID_ACTION');
6296: FND_MESSAGE.Set_Token('ACTION', 'Delink Config');
6297: oe_msg_pub.add;
6298: END IF;
6299:
6300: IF l_debug_level > 0 THEN

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

6304: x_return_status := l_return_status;
6305:
6306: EXCEPTION
6307: WHEN NO_DATA_FOUND THEN
6308: FND_MESSAGE.Set_Name('ONT', 'OE_CONFIG_NO_ITEM_TO_DELINK');
6309: FND_MESSAGE.Set_Token('MODEL', nvl(l_ordered_item,l_inv_item_id));
6310: oe_msg_pub.add;
6311: x_return_status := FND_API.G_RET_STS_ERROR;
6312:

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

6305:
6306: EXCEPTION
6307: WHEN NO_DATA_FOUND THEN
6308: FND_MESSAGE.Set_Name('ONT', 'OE_CONFIG_NO_ITEM_TO_DELINK');
6309: FND_MESSAGE.Set_Token('MODEL', nvl(l_ordered_item,l_inv_item_id));
6310: oe_msg_pub.add;
6311: x_return_status := FND_API.G_RET_STS_ERROR;
6312:
6313: WHEN OTHERS THEN

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

6463: x_error_message => l_error_message,
6464: x_message_name => l_message_name );
6465:
6466: IF NOT (l_result) THEN
6467: FND_MESSAGE.Set_Name('BOM', l_message_name);
6468: oe_msg_pub.add();
6469: END IF;
6470:
6471: ELSE

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

6471: ELSE
6472: IF l_debug_level > 0 THEN
6473: oe_debug_pub.add('LINK_CONFIG_ITEM ALLOWED ONLY FROM ATO MODEL', 2 );
6474: END IF;
6475: FND_MESSAGE.Set_Name('ONT', 'OE_CONFIG_INVALID_ACTION');
6476: FND_MESSAGE.Set_Token('ACTION', 'Link Config');
6477: oe_msg_pub.add;
6478: END IF;
6479:

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

6472: IF l_debug_level > 0 THEN
6473: oe_debug_pub.add('LINK_CONFIG_ITEM ALLOWED ONLY FROM ATO MODEL', 2 );
6474: END IF;
6475: FND_MESSAGE.Set_Name('ONT', 'OE_CONFIG_INVALID_ACTION');
6476: FND_MESSAGE.Set_Token('ACTION', 'Link Config');
6477: oe_msg_pub.add;
6478: END IF;
6479:
6480: IF l_debug_level > 0 THEN

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

6489: oe_debug_pub.add('EXCEPTION IN LINK_CONFIG' , 1);
6490: END IF;
6491:
6492: IF l_valid = 0 THEN
6493: FND_MESSAGE.Set_Name('BOM', 'CTO_INVALID_LINK_ERROR');
6494: OE_Msg_Pub.add;
6495: END IF;
6496:
6497: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR;

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

6978: IF l_debug_level > 0 THEN
6979: oe_debug_pub.add('ENTERING DECIMAL_RATIO_CHECK '|| P_COMPONENT_CODE , 1);
6980: END IF;
6981:
6982: FND_MESSAGE.Set_Name('ONT', 'OE_CONFIG_DECIMAL_RATIO');
6983:
6984: SELECT ordered_item, item_type_code,inventory_item_id
6985: INTO l_ordered_item, l_item_type_code,l_inv_item_id
6986: FROM oe_order_lines

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

6987: WHERE top_model_line_id = p_top_model_line_id
6988: AND component_code = p_component_code
6989: AND rownum = 1;
6990:
6991: FND_MESSAGE.Set_TOKEN('ITEM', nvl(l_ordered_item,l_inv_item_id));
6992: FND_MESSAGE.Set_TOKEN('TYPECODE', l_item_type_code);
6993: FND_MESSAGE.Set_TOKEN('VALUE',to_char(p_ratio));
6994:
6995: SELECT ordered_item, item_type_code,inventory_item_id

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

6988: AND component_code = p_component_code
6989: AND rownum = 1;
6990:
6991: FND_MESSAGE.Set_TOKEN('ITEM', nvl(l_ordered_item,l_inv_item_id));
6992: FND_MESSAGE.Set_TOKEN('TYPECODE', l_item_type_code);
6993: FND_MESSAGE.Set_TOKEN('VALUE',to_char(p_ratio));
6994:
6995: SELECT ordered_item, item_type_code,inventory_item_id
6996: INTO l_ordered_item, l_item_type_code,l_inv_item_id

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

6989: AND rownum = 1;
6990:
6991: FND_MESSAGE.Set_TOKEN('ITEM', nvl(l_ordered_item,l_inv_item_id));
6992: FND_MESSAGE.Set_TOKEN('TYPECODE', l_item_type_code);
6993: FND_MESSAGE.Set_TOKEN('VALUE',to_char(p_ratio));
6994:
6995: SELECT ordered_item, item_type_code,inventory_item_id
6996: INTO l_ordered_item, l_item_type_code,l_inv_item_id
6997: FROM oe_order_lines

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

6996: INTO l_ordered_item, l_item_type_code,l_inv_item_id
6997: FROM oe_order_lines
6998: WHERE line_id = p_top_model_line_id;
6999:
7000: FND_MESSAGE.Set_TOKEN('MODEL', nvl(l_ordered_item,l_inv_item_id));
7001: FND_MESSAGE.Set_TOKEN('PTYPECODE', l_item_type_code);
7002:
7003: OE_Msg_Pub.Add;
7004:

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

6997: FROM oe_order_lines
6998: WHERE line_id = p_top_model_line_id;
6999:
7000: FND_MESSAGE.Set_TOKEN('MODEL', nvl(l_ordered_item,l_inv_item_id));
7001: FND_MESSAGE.Set_TOKEN('PTYPECODE', l_item_type_code);
7002:
7003: OE_Msg_Pub.Add;
7004:
7005: IF l_debug_level > 0 THEN

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

7122:
7123: IF l_debug_level > 0 THEN
7124: oe_debug_pub.add('CORRUPT DATA' , 3 );
7125: END IF;
7126: FND_Message.Set_Name('ONT', 'OE_CONFIG_WRONG_MODEL_LINK');
7127: FND_MESSAGE.Set_TOKEN('ITEM', nvl(p_x_child_line_rec.ordered_item
7128: ,p_x_child_line_rec.inventory_item_id));
7129: OE_Msg_Pub.add();
7130: x_return_status := FND_API.G_RET_STS_ERROR;

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

7123: IF l_debug_level > 0 THEN
7124: oe_debug_pub.add('CORRUPT DATA' , 3 );
7125: END IF;
7126: FND_Message.Set_Name('ONT', 'OE_CONFIG_WRONG_MODEL_LINK');
7127: FND_MESSAGE.Set_TOKEN('ITEM', nvl(p_x_child_line_rec.ordered_item
7128: ,p_x_child_line_rec.inventory_item_id));
7129: OE_Msg_Pub.add();
7130: x_return_status := FND_API.G_RET_STS_ERROR;
7131: RAISE FND_API.G_EXC_ERROR;

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

8482: END LOOP;
8483:
8484: IF nvl(p_valid_config, 'FALSE') = 'FALSE' THEN
8485:
8486: FND_MESSAGE.Set_Name('ONT', 'OE_CONFIG_VALIDATION_FAILURE');
8487: OE_Msg_Pub.Add;
8488: END IF;
8489:
8490: IF nvl(p_complete_config, 'FALSE') = 'FALSE' THEN

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

8500: WHEN OTHERS THEN
8501: null;
8502: END;
8503:
8504: FND_MESSAGE.Set_Name('ONT', 'OE_CONFIG_INCOMPLETE_MODEL');
8505: FND_MESSAGE.SET_TOKEN('MODEL',l_message_text);
8506: OE_Msg_Pub.Add;
8507:
8508: END IF;

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

8501: null;
8502: END;
8503:
8504: FND_MESSAGE.Set_Name('ONT', 'OE_CONFIG_INCOMPLETE_MODEL');
8505: FND_MESSAGE.SET_TOKEN('MODEL',l_message_text);
8506: OE_Msg_Pub.Add;
8507:
8508: END IF;
8509:

Line 9161: FND_MESSAGE.Set_Name('ONT', 'OE_DOO_INVALID_BOM');

9157: if l_debug_level > 0 then
9158: oe_debug_pub.add(' The count of Included Items are not same',5);
9159: end if;
9160: l_return_status := FND_API.G_RET_STS_ERROR;
9161: FND_MESSAGE.Set_Name('ONT', 'OE_DOO_INVALID_BOM');
9162: oe_msg_pub.add;
9163: RAISE FND_API.G_EXC_ERROR;
9164: END IF;
9165:

Line 9198: FND_MESSAGE.Set_Name('ONT', 'OE_DOO_INVALID_QTY_RATIO');

9194: oe_debug_pub.add(' Quantity is NOT in ratio',1);
9195: end if;
9196: l_validation_status := FALSE;
9197: l_return_status := FND_API.G_RET_STS_ERROR;
9198: FND_MESSAGE.Set_Name('ONT', 'OE_DOO_INVALID_QTY_RATIO');
9199: oe_msg_pub.add;
9200: END IF;
9201:
9202: -- Ordered Quantity UOM Check

Line 9215: FND_MESSAGE.Set_Name('ONT', 'OE_DOO_INVALID_UOM');

9211: oe_debug_pub.add(' Quantity UOM is NOT matching : '||l_Bom_Explosion_Tbl(j).primary_uom_code,5);
9212: end if;
9213: l_validation_status := FALSE;
9214: l_return_status := FND_API.G_RET_STS_ERROR;
9215: FND_MESSAGE.Set_Name('ONT', 'OE_DOO_INVALID_UOM');
9216: oe_msg_pub.add;
9217: END IF;
9218:
9219: IF l_validation_status THEN

Line 9244: FND_MESSAGE.Set_Name('ONT', 'OE_DOO_INVALID_BOM');

9240: if l_debug_level > 0 then
9241: oe_debug_pub.add(' Invalid Association between the Included Item and its immediate parent',1);
9242: end if;
9243: l_return_status := FND_API.G_RET_STS_ERROR;
9244: FND_MESSAGE.Set_Name('ONT', 'OE_DOO_INVALID_BOM');
9245: oe_msg_pub.add;
9246: RAISE FND_API.G_EXC_ERROR;
9247: END IF;
9248:

Line 9264: FND_MESSAGE.Set_Name('ONT', 'OE_DOO_INVALID_ITEM');

9260: oe_debug_pub.add(' Inventory Item Mismatch : '||l_Bom_Explosion_Tbl(j).component_item_id,1);
9261: end if;
9262: l_validation_status := FALSE;
9263: l_return_status := FND_API.G_RET_STS_ERROR;
9264: FND_MESSAGE.Set_Name('ONT', 'OE_DOO_INVALID_ITEM');
9265: oe_msg_pub.add;
9266: END IF;
9267:
9268: IF NOT(l_validation_status) THEN

Line 9273: FND_MESSAGE.Set_Name('ONT', 'OE_DOO_INVALID_BOM');

9269: if l_debug_level > 0 then
9270: oe_debug_pub.add(' BOM Validation Failure',1);
9271: end if;
9272: l_return_status := FND_API.G_RET_STS_ERROR;
9273: FND_MESSAGE.Set_Name('ONT', 'OE_DOO_INVALID_BOM');
9274: oe_msg_pub.add;
9275: RAISE FND_API.G_EXC_ERROR;
9276: END IF;
9277: