DBA Data[Home] [Help]

APPS.OE_CONFIG_PVT dependencies on FND_MESSAGE

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

539: END IF;
540:
541: EXCEPTION
542: WHEN TOO_MANY_ROWS THEN
543: FND_Message.Set_Name('ONT', 'OE_CONFIG_MI_NOT_ALLOWED');
544: FND_MESSAGE.SET_TOKEN('MODEL', p_model_line_rec.ordered_item);
545: FND_MESSAGE.SET_TOKEN('LINE_NUMBER', p_model_line_rec.line_number ||
546: p_model_line_rec.shipment_number);
547: OE_Msg_Pub.Add;

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

540:
541: EXCEPTION
542: WHEN TOO_MANY_ROWS THEN
543: FND_Message.Set_Name('ONT', 'OE_CONFIG_MI_NOT_ALLOWED');
544: FND_MESSAGE.SET_TOKEN('MODEL', p_model_line_rec.ordered_item);
545: FND_MESSAGE.SET_TOKEN('LINE_NUMBER', p_model_line_rec.line_number ||
546: p_model_line_rec.shipment_number);
547: OE_Msg_Pub.Add;
548: RAISE;

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

541: EXCEPTION
542: WHEN TOO_MANY_ROWS THEN
543: FND_Message.Set_Name('ONT', 'OE_CONFIG_MI_NOT_ALLOWED');
544: FND_MESSAGE.SET_TOKEN('MODEL', p_model_line_rec.ordered_item);
545: FND_MESSAGE.SET_TOKEN('LINE_NUMBER', p_model_line_rec.line_number ||
546: p_model_line_rec.shipment_number);
547: OE_Msg_Pub.Add;
548: RAISE;
549: WHEN OTHERS THEN

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

2344:
2345: IF mod(l_child_ordered_quantity,l_parent_ordered_quantity) <> 0
2346: THEN
2347:
2348: FND_MESSAGE.SET_NAME('ONT', 'OE_CONFIG_DECIMAL_RATIO');
2349: FND_MESSAGE.Set_TOKEN
2350: ('ITEM', nvl(l_child_ordered_item,l_child_inv_item_id));
2351: FND_MESSAGE.Set_TOKEN
2352: ('TYPECODE',l_item_type_code);

Line 2349: FND_MESSAGE.Set_TOKEN

2345: IF mod(l_child_ordered_quantity,l_parent_ordered_quantity) <> 0
2346: THEN
2347:
2348: FND_MESSAGE.SET_NAME('ONT', 'OE_CONFIG_DECIMAL_RATIO');
2349: FND_MESSAGE.Set_TOKEN
2350: ('ITEM', nvl(l_child_ordered_item,l_child_inv_item_id));
2351: FND_MESSAGE.Set_TOKEN
2352: ('TYPECODE',l_item_type_code);
2353: FND_MESSAGE.Set_TOKEN

Line 2351: FND_MESSAGE.Set_TOKEN

2347:
2348: FND_MESSAGE.SET_NAME('ONT', 'OE_CONFIG_DECIMAL_RATIO');
2349: FND_MESSAGE.Set_TOKEN
2350: ('ITEM', nvl(l_child_ordered_item,l_child_inv_item_id));
2351: FND_MESSAGE.Set_TOKEN
2352: ('TYPECODE',l_item_type_code);
2353: FND_MESSAGE.Set_TOKEN
2354: ('VALUE',to_char(l_child_ordered_quantity/l_parent_ordered_quantity));
2355: FND_MESSAGE.Set_TOKEN

Line 2353: FND_MESSAGE.Set_TOKEN

2349: FND_MESSAGE.Set_TOKEN
2350: ('ITEM', nvl(l_child_ordered_item,l_child_inv_item_id));
2351: FND_MESSAGE.Set_TOKEN
2352: ('TYPECODE',l_item_type_code);
2353: FND_MESSAGE.Set_TOKEN
2354: ('VALUE',to_char(l_child_ordered_quantity/l_parent_ordered_quantity));
2355: FND_MESSAGE.Set_TOKEN
2356: ('MODEL', nvl(l_parent_ordered_item,l_parent_inv_item_id));
2357: FND_MESSAGE.Set_TOKEN('PTYPECODE', l_parent_item_type_code);

Line 2355: FND_MESSAGE.Set_TOKEN

2351: FND_MESSAGE.Set_TOKEN
2352: ('TYPECODE',l_item_type_code);
2353: FND_MESSAGE.Set_TOKEN
2354: ('VALUE',to_char(l_child_ordered_quantity/l_parent_ordered_quantity));
2355: FND_MESSAGE.Set_TOKEN
2356: ('MODEL', nvl(l_parent_ordered_item,l_parent_inv_item_id));
2357: FND_MESSAGE.Set_TOKEN('PTYPECODE', l_parent_item_type_code);
2358: OE_MSG_PUB.Add;
2359: RAISE FND_API.G_EXC_ERROR ;

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

2353: FND_MESSAGE.Set_TOKEN
2354: ('VALUE',to_char(l_child_ordered_quantity/l_parent_ordered_quantity));
2355: FND_MESSAGE.Set_TOKEN
2356: ('MODEL', nvl(l_parent_ordered_item,l_parent_inv_item_id));
2357: FND_MESSAGE.Set_TOKEN('PTYPECODE', l_parent_item_type_code);
2358: OE_MSG_PUB.Add;
2359: RAISE FND_API.G_EXC_ERROR ;
2360: END IF;
2361:

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

3382: END IF;
3383: RAISE FND_API.G_EXC_ERROR;
3384: END IF;
3385:
3386: FND_MESSAGE.Set_Name('ONT', 'OE_VAL_CONFIG_HOLD_INSERT');
3387: FND_MESSAGE.Set_Token('LINE_NUMBER', l_line_number);
3388: OE_Msg_Pub.Add;
3389:
3390: IF l_debug_level > 0 THEN

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

3383: RAISE FND_API.G_EXC_ERROR;
3384: END IF;
3385:
3386: FND_MESSAGE.Set_Name('ONT', 'OE_VAL_CONFIG_HOLD_INSERT');
3387: FND_MESSAGE.Set_Token('LINE_NUMBER', l_line_number);
3388: OE_Msg_Pub.Add;
3389:
3390: IF l_debug_level > 0 THEN
3391: oe_debug_pub.add('AFTER SUCCESSFUL APPLY_HOLDS ON MODEL' , 1 ) ;

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

3427: END IF;
3428: RAISE FND_API.G_EXC_ERROR;
3429: END IF;
3430:
3431: FND_MESSAGE.Set_Name('ONT', 'OE_VAL_CONFIG_HOLD_REMOVE');
3432: FND_MESSAGE.Set_Token('LINE_NUMBER', l_line_number);
3433: OE_Msg_Pub.Add;
3434:
3435: IF l_debug_level > 0 THEN

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

3428: RAISE FND_API.G_EXC_ERROR;
3429: END IF;
3430:
3431: FND_MESSAGE.Set_Name('ONT', 'OE_VAL_CONFIG_HOLD_REMOVE');
3432: FND_MESSAGE.Set_Token('LINE_NUMBER', l_line_number);
3433: OE_Msg_Pub.Add;
3434:
3435: IF l_debug_level > 0 THEN
3436: oe_debug_pub.add('AFTER SUCCESSFUL RELAESE_HOLDS ON MODEL' ,1);