DBA Data[Home] [Help]

APPS.OKC_OPPORTUNITY_PVT dependencies on FND_MESSAGE

Line 477: FND_MESSAGE.Set_Name('OKC', l_cr_note);

473: END IF;
474: Raise g_exception_halt_validation;
475: End If;
476:
477: FND_MESSAGE.Set_Name('OKC', l_cr_note);
478: FND_MESSAGE.Set_Token('KNUMBER', c1_rec.contract_number , FALSE);
479: FND_MESSAGE.Set_Token('KMODIFIER', c1_rec.contract_number_modifier, FALSE);
480: FND_MESSAGE.Set_Token('CONTEXT', p_context, FALSE);
481: Note_Message := FND_MESSAGE.Get;

Line 478: FND_MESSAGE.Set_Token('KNUMBER', c1_rec.contract_number , FALSE);

474: Raise g_exception_halt_validation;
475: End If;
476:
477: FND_MESSAGE.Set_Name('OKC', l_cr_note);
478: FND_MESSAGE.Set_Token('KNUMBER', c1_rec.contract_number , FALSE);
479: FND_MESSAGE.Set_Token('KMODIFIER', c1_rec.contract_number_modifier, FALSE);
480: FND_MESSAGE.Set_Token('CONTEXT', p_context, FALSE);
481: Note_Message := FND_MESSAGE.Get;
482:

Line 479: FND_MESSAGE.Set_Token('KMODIFIER', c1_rec.contract_number_modifier, FALSE);

475: End If;
476:
477: FND_MESSAGE.Set_Name('OKC', l_cr_note);
478: FND_MESSAGE.Set_Token('KNUMBER', c1_rec.contract_number , FALSE);
479: FND_MESSAGE.Set_Token('KMODIFIER', c1_rec.contract_number_modifier, FALSE);
480: FND_MESSAGE.Set_Token('CONTEXT', p_context, FALSE);
481: Note_Message := FND_MESSAGE.Get;
482:
483: IF (l_debug = 'Y') THEN

Line 480: FND_MESSAGE.Set_Token('CONTEXT', p_context, FALSE);

476:
477: FND_MESSAGE.Set_Name('OKC', l_cr_note);
478: FND_MESSAGE.Set_Token('KNUMBER', c1_rec.contract_number , FALSE);
479: FND_MESSAGE.Set_Token('KMODIFIER', c1_rec.contract_number_modifier, FALSE);
480: FND_MESSAGE.Set_Token('CONTEXT', p_context, FALSE);
481: Note_Message := FND_MESSAGE.Get;
482:
483: IF (l_debug = 'Y') THEN
484: okc_debug.log('3560: note creation:'|| Note_Message);

Line 481: Note_Message := FND_MESSAGE.Get;

477: FND_MESSAGE.Set_Name('OKC', l_cr_note);
478: FND_MESSAGE.Set_Token('KNUMBER', c1_rec.contract_number , FALSE);
479: FND_MESSAGE.Set_Token('KMODIFIER', c1_rec.contract_number_modifier, FALSE);
480: FND_MESSAGE.Set_Token('CONTEXT', p_context, FALSE);
481: Note_Message := FND_MESSAGE.Get;
482:
483: IF (l_debug = 'Y') THEN
484: okc_debug.log('3560: note creation:'|| Note_Message);
485: END IF;