DBA Data[Home] [Help]

APPS.BSC_COPY_INDICATOR_PUB dependencies on BSC_APPS

Line 2459: BSC_APPS.Write_Line_Log('Validation of objective copy failed : Objective [ ' ||p_Source_Indicator||'] ' , BSC_APPS.OUTPUT_FILE);

2455: ,x_msg_count => x_msg_count
2456: ,x_msg_data => x_msg_data
2457: );
2458: IF (x_return_status <> FND_API.G_RET_STS_SUCCESS) THEN
2459: BSC_APPS.Write_Line_Log('Validation of objective copy failed : Objective [ ' ||p_Source_Indicator||'] ' , BSC_APPS.OUTPUT_FILE);
2460: RAISE FND_API.G_EXC_UNEXPECTED_ERROR;
2461: END IF;
2462:
2463: IF p_DbLink_Name IS NULL THEN