DBA Data[Home] [Help]

APPS.CSD_RETURNS_BI_PVT dependencies on FND_MESSAGE

Line 25: FND_MESSAGE.SET_NAME('CSD','CSD_RETURNS_BI_RUN_INITIAL_LOAD');

21: EXCEPTION
22:
23: WHEN NO_DATA_FOUND THEN
24: -- 'Please launch the Initial Refresh for the Returns dashboard business data analysis process.'
25: FND_MESSAGE.SET_NAME('CSD','CSD_RETURNS_BI_RUN_INITIAL_LOAD');
26: FND_MSG_PUB.ADD;
27: RAISE;
28:
29: END get_last_run_date;