DBA Data[Home] [Help]

APPS.PJI_LAUNCH_UPP_MAIN dependencies on FND_MESSAGE

Line 312: FND_MESSAGE.SET_NAME('PJI', 'PJI_NO_PRC_AVAILABLE');

308: delete from pji_system_parameters
309: where name = 'PJI_STAGE3_REQ_LUPPD';
310: commit;
311:
312: FND_MESSAGE.SET_NAME('PJI', 'PJI_NO_PRC_AVAILABLE');
313: dbms_standard.raise_application_error(-20010, FND_MESSAGE.GET);
314:
315: END IF;
316: END IF;

Line 313: dbms_standard.raise_application_error(-20010, FND_MESSAGE.GET);

309: where name = 'PJI_STAGE3_REQ_LUPPD';
310: commit;
311:
312: FND_MESSAGE.SET_NAME('PJI', 'PJI_NO_PRC_AVAILABLE');
313: dbms_standard.raise_application_error(-20010, FND_MESSAGE.GET);
314:
315: END IF;
316: END IF;
317: