DBA Data[Home] [Help]

APPS.CSTPCOIC dependencies on FND_CONCURRENT

Line 1029: CONC_STATUS := FND_CONCURRENT.SET_COMPLETION_STATUS('ERROR',error_msg);

1025: EXIT WHEN cur_uom_conv%NOTFOUND;
1026: END LOOP;
1027: CLOSE cur_uom_conv;
1028: error_msg := 'copy_to_interface(): Required Unit of Measure conversion rates are missing.';
1029: CONC_STATUS := FND_CONCURRENT.SET_COMPLETION_STATUS('ERROR',error_msg);
1030: RETURN(1); -- the calling program will rollback
1031:
1032: WHEN OTHERS THEN
1033: error_msg := 'copy_to_interface('||location||'): ' || SQLERRM(100);