DBA Data[Home] [Help]

APPS.OE_CONFIG_PVT dependencies on FND_MESSAGE

Line 555: FND_Message.Set_Name('ONT', 'OE_CONFIG_MI_NOT_ALLOWED');

551: END IF;
552:
553: EXCEPTION
554: WHEN TOO_MANY_ROWS THEN
555: FND_Message.Set_Name('ONT', 'OE_CONFIG_MI_NOT_ALLOWED');
556: FND_MESSAGE.SET_TOKEN('MODEL', p_model_line_rec.ordered_item);
557: FND_MESSAGE.SET_TOKEN('LINE_NUMBER', p_model_line_rec.line_number ||
558: p_model_line_rec.shipment_number);
559: OE_Msg_Pub.Add;

Line 556: FND_MESSAGE.SET_TOKEN('MODEL', p_model_line_rec.ordered_item);

552:
553: EXCEPTION
554: WHEN TOO_MANY_ROWS THEN
555: FND_Message.Set_Name('ONT', 'OE_CONFIG_MI_NOT_ALLOWED');
556: FND_MESSAGE.SET_TOKEN('MODEL', p_model_line_rec.ordered_item);
557: FND_MESSAGE.SET_TOKEN('LINE_NUMBER', p_model_line_rec.line_number ||
558: p_model_line_rec.shipment_number);
559: OE_Msg_Pub.Add;
560: RAISE;

Line 557: FND_MESSAGE.SET_TOKEN('LINE_NUMBER', p_model_line_rec.line_number ||

553: EXCEPTION
554: WHEN TOO_MANY_ROWS THEN
555: FND_Message.Set_Name('ONT', 'OE_CONFIG_MI_NOT_ALLOWED');
556: FND_MESSAGE.SET_TOKEN('MODEL', p_model_line_rec.ordered_item);
557: FND_MESSAGE.SET_TOKEN('LINE_NUMBER', p_model_line_rec.line_number ||
558: p_model_line_rec.shipment_number);
559: OE_Msg_Pub.Add;
560: RAISE;
561: WHEN OTHERS THEN

Line 2450: FND_MESSAGE.SET_NAME('ONT', 'OE_CONFIG_DECIMAL_RATIO');

2446:
2447: IF mod(l_child_ordered_quantity,l_parent_ordered_quantity) <> 0
2448: THEN
2449:
2450: FND_MESSAGE.SET_NAME('ONT', 'OE_CONFIG_DECIMAL_RATIO');
2451: FND_MESSAGE.Set_TOKEN
2452: ('ITEM', nvl(l_child_ordered_item,l_child_inv_item_id));
2453: FND_MESSAGE.Set_TOKEN
2454: ('TYPECODE',l_item_type_code);

Line 2451: FND_MESSAGE.Set_TOKEN

2447: IF mod(l_child_ordered_quantity,l_parent_ordered_quantity) <> 0
2448: THEN
2449:
2450: FND_MESSAGE.SET_NAME('ONT', 'OE_CONFIG_DECIMAL_RATIO');
2451: FND_MESSAGE.Set_TOKEN
2452: ('ITEM', nvl(l_child_ordered_item,l_child_inv_item_id));
2453: FND_MESSAGE.Set_TOKEN
2454: ('TYPECODE',l_item_type_code);
2455: FND_MESSAGE.Set_TOKEN

Line 2453: FND_MESSAGE.Set_TOKEN

2449:
2450: FND_MESSAGE.SET_NAME('ONT', 'OE_CONFIG_DECIMAL_RATIO');
2451: FND_MESSAGE.Set_TOKEN
2452: ('ITEM', nvl(l_child_ordered_item,l_child_inv_item_id));
2453: FND_MESSAGE.Set_TOKEN
2454: ('TYPECODE',l_item_type_code);
2455: FND_MESSAGE.Set_TOKEN
2456: ('VALUE',to_char(l_child_ordered_quantity/l_parent_ordered_quantity));
2457: FND_MESSAGE.Set_TOKEN

Line 2455: FND_MESSAGE.Set_TOKEN

2451: FND_MESSAGE.Set_TOKEN
2452: ('ITEM', nvl(l_child_ordered_item,l_child_inv_item_id));
2453: FND_MESSAGE.Set_TOKEN
2454: ('TYPECODE',l_item_type_code);
2455: FND_MESSAGE.Set_TOKEN
2456: ('VALUE',to_char(l_child_ordered_quantity/l_parent_ordered_quantity));
2457: FND_MESSAGE.Set_TOKEN
2458: ('MODEL', nvl(l_parent_ordered_item,l_parent_inv_item_id));
2459: FND_MESSAGE.Set_TOKEN('PTYPECODE', l_parent_item_type_code);

Line 2457: FND_MESSAGE.Set_TOKEN

2453: FND_MESSAGE.Set_TOKEN
2454: ('TYPECODE',l_item_type_code);
2455: FND_MESSAGE.Set_TOKEN
2456: ('VALUE',to_char(l_child_ordered_quantity/l_parent_ordered_quantity));
2457: FND_MESSAGE.Set_TOKEN
2458: ('MODEL', nvl(l_parent_ordered_item,l_parent_inv_item_id));
2459: FND_MESSAGE.Set_TOKEN('PTYPECODE', l_parent_item_type_code);
2460: OE_MSG_PUB.Add;
2461: RAISE FND_API.G_EXC_ERROR ;

Line 2459: FND_MESSAGE.Set_TOKEN('PTYPECODE', l_parent_item_type_code);

2455: FND_MESSAGE.Set_TOKEN
2456: ('VALUE',to_char(l_child_ordered_quantity/l_parent_ordered_quantity));
2457: FND_MESSAGE.Set_TOKEN
2458: ('MODEL', nvl(l_parent_ordered_item,l_parent_inv_item_id));
2459: FND_MESSAGE.Set_TOKEN('PTYPECODE', l_parent_item_type_code);
2460: OE_MSG_PUB.Add;
2461: RAISE FND_API.G_EXC_ERROR ;
2462: END IF;
2463:

Line 3818: FND_MESSAGE.Set_Name('ONT', 'OE_VAL_CONFIG_HOLD_INSERT');

3814: END IF;
3815: RAISE FND_API.G_EXC_ERROR;
3816: END IF;
3817:
3818: FND_MESSAGE.Set_Name('ONT', 'OE_VAL_CONFIG_HOLD_INSERT');
3819: FND_MESSAGE.Set_Token('LINE_NUMBER', l_line_number);
3820: OE_Msg_Pub.Add;
3821:
3822: IF l_debug_level > 0 THEN

Line 3819: FND_MESSAGE.Set_Token('LINE_NUMBER', l_line_number);

3815: RAISE FND_API.G_EXC_ERROR;
3816: END IF;
3817:
3818: FND_MESSAGE.Set_Name('ONT', 'OE_VAL_CONFIG_HOLD_INSERT');
3819: FND_MESSAGE.Set_Token('LINE_NUMBER', l_line_number);
3820: OE_Msg_Pub.Add;
3821:
3822: IF l_debug_level > 0 THEN
3823: oe_debug_pub.add('AFTER SUCCESSFUL APPLY_HOLDS ON MODEL' , 1 ) ;

Line 3863: FND_MESSAGE.Set_Name('ONT', 'OE_VAL_CONFIG_HOLD_REMOVE');

3859: END IF;
3860: RAISE FND_API.G_EXC_ERROR;
3861: END IF;
3862:
3863: FND_MESSAGE.Set_Name('ONT', 'OE_VAL_CONFIG_HOLD_REMOVE');
3864: FND_MESSAGE.Set_Token('LINE_NUMBER', l_line_number);
3865: OE_Msg_Pub.Add;
3866:
3867: IF l_debug_level > 0 THEN

Line 3864: FND_MESSAGE.Set_Token('LINE_NUMBER', l_line_number);

3860: RAISE FND_API.G_EXC_ERROR;
3861: END IF;
3862:
3863: FND_MESSAGE.Set_Name('ONT', 'OE_VAL_CONFIG_HOLD_REMOVE');
3864: FND_MESSAGE.Set_Token('LINE_NUMBER', l_line_number);
3865: OE_Msg_Pub.Add;
3866:
3867: IF l_debug_level > 0 THEN
3868: oe_debug_pub.add('AFTER SUCCESSFUL RELAESE_HOLDS ON MODEL' ,1);