DBA Data[Home] [Help]

APPS.PJI_EXTRACTION_UTIL dependencies on FND_MESSAGE

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

514: begin
515:
516: l_profile_check := FND_PROFILE.VALUE('PJI_SUM_CLEANALL');
517:
518: FND_MESSAGE.SET_NAME('PJI', 'PJI_SUM_CLEANALL_FAILED');
519:
520: if (upper(nvl(l_profile_check, 'N')) <> 'Y') then
521: pji_utils.write2out(FND_MESSAGE.GET);
522: commit;

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

517:
518: FND_MESSAGE.SET_NAME('PJI', 'PJI_SUM_CLEANALL_FAILED');
519:
520: if (upper(nvl(l_profile_check, 'N')) <> 'Y') then
521: pji_utils.write2out(FND_MESSAGE.GET);
522: commit;
523: retcode := 1;
524: return;
525: end if;

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

524: return;
525: end if;
526:
527: if (upper(nvl(p_check, 'N')) <> 'Y') then
528: pji_utils.write2out(FND_MESSAGE.GET);
529: commit;
530: retcode := 1;
531: return;
532: end if;