DBA Data[Home] [Help]

APPS.PJI_PJI_EXTRACTION_UTILS dependencies on FND_MESSAGE

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

1210: begin
1211:
1212: l_profile_check := FND_PROFILE.VALUE('PJI_SUM_CLEANALL');
1213:
1214: FND_MESSAGE.SET_NAME('PJI', 'PJI_SUM_CLEANALL_FAILED');
1215:
1216: if (upper(nvl(l_profile_check, 'N')) <> 'Y') then
1217: pji_utils.write2out(FND_MESSAGE.GET);
1218: commit;

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

1213:
1214: FND_MESSAGE.SET_NAME('PJI', 'PJI_SUM_CLEANALL_FAILED');
1215:
1216: if (upper(nvl(l_profile_check, 'N')) <> 'Y') then
1217: pji_utils.write2out(FND_MESSAGE.GET);
1218: commit;
1219: retcode := 1;
1220: return;
1221: end if;

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

1220: return;
1221: end if;
1222:
1223: if (upper(nvl(p_check, 'N')) <> 'Y') then
1224: pji_utils.write2out(FND_MESSAGE.GET);
1225: commit;
1226: retcode := 1;
1227: return;
1228: end if;