DBA Data[Home] [Help]

APPS.PJI_PJP_EXTRACTION_UTILS dependencies on FND_MESSAGE

Line 548: FND_MESSAGE.SET_NAME('PJI', 'PJI_SUM_CLEANALL_FAILED');

544: l_sqlerrm varchar2(240);
545:
546: begin
547:
548: FND_MESSAGE.SET_NAME('PJI', 'PJI_SUM_CLEANALL_FAILED');
549:
550: if (upper(nvl(p_check, 'N')) <> 'Y') then
551: pji_utils.write2out(FND_MESSAGE.GET);
552: commit;

Line 551: pji_utils.write2out(FND_MESSAGE.GET);

547:
548: FND_MESSAGE.SET_NAME('PJI', 'PJI_SUM_CLEANALL_FAILED');
549:
550: if (upper(nvl(p_check, 'N')) <> 'Y') then
551: pji_utils.write2out(FND_MESSAGE.GET);
552: commit;
553: retcode := 1;
554: return;
555: end if;