DBA Data[Home] [Help]

APPS.CSD_HVR_BI_PVT dependencies on FND_MSG_PUB

Line 26: FND_MSG_PUB.ADD;

22:
23: WHEN NO_DATA_FOUND THEN
24: -- 'Please launch the Initial Refresh for the High Volume Repair business data analysis process.'
25: FND_MESSAGE.SET_NAME('CSD','CSD_HVR_BI_RUN_INITIAL_LOAD');
26: FND_MSG_PUB.ADD;
27: RAISE;
28:
29: END get_last_run_date;
30: